@include('admin-views.business-settings.email-format-setting.partials.email-template-section')
@include('admin-views.business-settings.email-format-setting.templates.email-format-'.$template)
@php($data=\App\Models\EmailTemplate::withoutGlobalScope('translate')->with('translations')->where('type','dm')->where('email_type', 'deny')->first())
@php($language=\App\Models\BusinessSetting::where('key','language')->first())
@php($language = $language->value ?? null)
@php($default_lang = str_replace('_', '-', app()->getLocale()))
@if($language)
@endif
{{translate('Read_Instructions')}}
{{translate('Header_Content')}}
@if ($language)
@foreach(json_decode($language) as $lang)
@endforeach
@else
@endif
{{translate('Footer_Content')}}