@extends('layouts.app') @section('title', __('dashboard.Add New Template')) @section('page_heading', __('dashboard.Add New Template')) @section('breadcrumb')
  • {{ __('dashboard.Home') }}
  • {{ __('dashboard.Email Templates') }}
  • {{ __('dashboard.Add New Template') }}
  • @endsection @section('content')
    {{ __('dashboard.Back') }}

    {{ __('dashboard.Add New Template') }}

    @csrf
    @endsection @section('scripts') @endsection