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