@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')

{{ __(' Edit Email Template') }}

@include('common.demo') @include('common.errors')
@csrf {{--
name)))}}" autocomplete="name" autofocus {{ $email->system_template == true ? "readonly" : "" }}> @error('name')
{{ $message }}
@enderror
--}} @foreach( $email_trans as $email_tran)
@error('custom[{{$email_tran->language->id}}] ')
{{ $message }}
@enderror
@error('custom[{{$email_tran->language->id}}]')
{{ $message }}
@enderror {{ __('Available merge fields') }}: {{ $email->merge_fields }}
@endforeach
status) == 1 ? "checked" : "" }}>
status) == 0 ? "checked" : "" }}>
{{ __('Enable to turn on this email') }}.
@if (env('APP_ENV') != 'demo')
@endif
@endsection