@extends('layouts.admin') @section('styles') @endsection @section('content') @php $mime_arr = Config::get('constants.email_template_mime'); $section_arr = Config::get('constants.email_template_section'); $email_variable_arr =Config::get('constants.email_template'); $cc_email = (isset($cc))?$cc:""; $from =(isset($data[0]['from'])?$data[0]['from']:''); $replyto =(isset($data[0]['reply_to'])?$data[0]['reply_to']:'');@endphp

{{$mode}} Email Template {{(isset($data[0]['type']))?' - '.$data[0]['type']:''}}

@if(isset($mode) && $mode == "Update")
@if (per_hasModuleAccess('EmailTemplate', 'View')) @endif
@endif
You have some form errors. Please check below.
Your form validation is successful!

General information

@if($mode == 'Add') @elseif($mode == 'Update') @endif
@if($mode == 'Add') @elseif($mode == 'Update') @endif
@if(isset($mode) && $mode == 'Update') @php $created_at = (isset($data[0]['created_at']))? date_getFormattedDateTime($data[0]['created_at']): '---'; $updated_at = (isset($data[0]['updated_at']))? date_getFormattedDateTime($data[0]['updated_at']): '---'; @endphp
{{$created_at}}
{{$updated_at}}
@endif

Language

@if(isset($language)) @for($i=0 ; $i

  {{$language[$i]['lang_name']}}

@endfor @endif
@endsection @section('scripts') @endsection