@extends('admin.master_layout') @section('title') {{ __('translate.Edit Email Template') }} @endsection @section('body-header')

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

{{ __('translate.Dashboard') }} >> {{ __('translate.Edit Email Template') }}

@endsection @section('body-content') @php $templateId = (int) $template_item->id; $isRequestTemplate = $templateId === 7; $isRejectedTemplate = $templateId === 9; @endphp

{{ __('translate.Dynamic Keyword') }}

@csrf @method('PUT')

{{ __('translate.Edit') }} {{ $template_item->name }}

@endsection @push('style_section') @endpush @push('js_section') @endpush