@extends('layouts.admin') @section('title', tr('edit_template')) @section('content-header', tr('edit_template')) @section('breadcrumb')
  • {{tr('home')}}
  • {{tr('email_templates')}}
  • {{tr('edit_template')}}
  • @endsection @section('content') @include('notification.notify')

    {{tr('note')}} : {{tr('email_template_note')}}
    @endsection @section('scripts') @endsection