@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content')
{{__('main.Notification Templates')}}
{{__('main.This is where you configure the Notification Templates')}}
@if($admin->hasPermission('notification-templates-management')) @endif
{{__('main.Name')}} {{__('main.Category')}} {{__('main.Status')}}
{{__('main.Name')}} {{__('main.Category')}} {{__('main.Status')}}
@endsection @section('js') @parent @endsection