@if(isset($templateManagement))
{{ $breadcrumb['inner_title']}}
@if (File::exists(base_path() . '/resources/views/powerpanel/partials/lockedpage.blade.php') != null)
@include('powerpanel.partials.lockedpage',['pagedata'=>$templateManagement])
@endif
@endif
@php if(isset($templateManagement_highLight->varTitle) && ($templateManagement_highLight->varTitle != $templateManagement->varTitle)){
$Class_title = " highlitetext";
}else{
$Class_title = "";
} @endphp
{!! Form::text('template_name', isset($templateManagement->varTitle)?$templateManagement->varTitle:old('template_name'), array('maxlength' => 200,'id'=>'template_name','class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!}
{{ $errors->first('template_name') }}
@php if(isset($templateManagement_highLight->varSubject) && ($templateManagement_highLight->varSubject != $templateManagement->varSubject)){
$Class_title = " highlitetext";
}else{
$Class_title = "";
} @endphp
{!! Form::text('template_subject', isset($templateManagement->varSubject)?$templateManagement->varSubject:old('template_subject'), array('maxlength' => 200,'id'=>'template_subject','class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!}
{{ $errors->first('template_subject') }}
{!! Form::textarea('description', isset($templateManagement->txtDescription)?$templateManagement->txtDescription:old('description'), array('placeholder' => trans('template-management::template.common.description'),'class' => 'form-control','id'=>'txtDescription')) !!}
{{ $errors->first('description') }}