Email Templates

@can('User create') Add Template @endcan Back
@can('User access') @foreach($emailTemplate as $et) @endforeach @endcan
ID Template ID Template For Template Name Subject Heading Sub Heading Main Body Footer Content Actions
{{ $et->id}} {{ $et->template_id}} {{ ($et->template_for == '1' ? 'Service Provider' : ($et->template_for == '2' ? 'Client' : '')) }} {{ $et->template_name }} {{ $et->subject }} {{ $et->heading }} {{ $et->sub_heading }} {{ $et->main_body }} {{ $et->footer_content }}
@csrf @method('delete')