@extends('admin.layouts.app') @section('title') @lang('Default Template') @endsection @section('content')
@if($emailTemplate->short_keys) @foreach($emailTemplate->short_keys as $key=> $value) @endforeach @endif
@lang('SHORTCODE') @lang('DESCRIPTION')
[[@lang($key)]]
@lang($value)
@foreach($mailTemplates as $key=>$value)

{{trans('Mail in')}} {{optional($value->language)->name}} : {{$value->name}}

@csrf
@if($errors->has('subject'))
@lang($errors->first('subject'))
@endif
@if($errors->has('email_from'))
@lang($errors->first('email_from'))
@endif
@if($errors->has('template'))
@lang($errors->first('template'))
@endif
@endforeach
@endsection @push('style-lib') @endpush @push('js') @endpush