{{__('Config Email')}}

{{__('Change your config email site')}}

@if(is_default_lang())
@else

{{__('You can edit on main lang.')}}

@endif
@if(is_default_lang())

{{__('Config Email Service')}}

@endif

{{__('Email Testing')}}


{{__('Send Email Test')}}
@if(is_default_lang())

{{__('Contact Information')}}

{{__('How your customer can contact to you')}}

@endif

{{__('Email Header & Footer')}}

{{__('Change booking email header and footer')}}

{{__('Content Email Candidate Apply Job Submit')}}

@foreach(\Modules\Job\Listeners\SendMailApplyJobSubmitListener::CODE as $item=>$value)
{{$value}}
@endforeach

{{__('Content Email Employer Change Applicants Status')}}

@foreach(\Modules\Job\Listeners\SendMailChangeApplicantsStatusListen::CODE as $item => $value)
{{$value}}
@endforeach
@section('script.body') @endsection