@extends('dashboard.layouts.master') @section('title', __('Edit Email Template')) @push("after-styles") @endpush @section('content')

Edit {{ __('backend.emailtemplate') }}

{{ __('backend.dashboard') }}/ {{ __('backend.generalSiteSettings') }}/ {{ __('backend.emailtemplate') }} / Edit Email Template
{{Form::open(['route'=>['emailtemplate.update',"id"=>$emailtemplate->id],'method'=>'POST', 'files' => true])}}
Title [EN]*
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
Title [AR]*
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('subject_ar')) {{ $errors->first('subject_ar') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@if ($errors->has('content_ar')) {{ $errors->first('content_ar') }} @endif
@endsection @push("after-scripts") @endpush