{{ __('Email Configuration') }}

@csrf @method('PUT')
@if (env('APP_MODE') == 'DEMO') @else @endif
@if (env('APP_MODE') == 'DEMO') @else @endif
@if (env('APP_MODE') == 'DEMO') @else @endif
@if (env('APP_MODE') == 'DEMO') @else @endif
{{-- Test Email Button --}} @if ( $setting->mail_username != 'mail_username' && $setting->mail_password != 'mail_password' && $setting->mail_port != 'mail_port') @php($test_email = true) @endif
@foreach ($templates as $index => $item) @endforeach
{{ __('SN') }} {{ __('Email Template') }} {{ __('Subject') }} {{ __('Action') }}
{{ ++$index }} {{ ucfirst(Str::replace('_', ' ', $item->name)) }} {{ $item->subject }}