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