@csrf @method('PUT') @if ($setting->is_queable == 'active')
{{ __('Copy and Run This Command') }}: php artisan schedule:run >> /dev/null 2>&1
{{ __('If enabled, you must setup cron job in your server. otherwise it will not work and no mail will be sent') }}
@endif
@csrf @method('PUT')
{{-- 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 }} {{ ucwords(str_replace('_',' ',$item->name)) }} {{ $item->subject }}