@extends('layouts.app') @section('title', 'SMTP Config') @section('content') @php $config = $configs->first(); // since only one record per company @endphp
@csrf
@endsection