New Mail

@php($templates = \App\Models\EmailSettings::all())
From
{{-- --}}
Reply to
To
CC BCC
CC
BCC
Templates
@if(!empty($templates)) @foreach($templates as $template)
{{$template->title}}
@endforeach @endif