@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content') @include(config('template.admin.view') .'.groups.page-title')
@if($admin->hasPermission('admins-create')) @endif
{{__('main.Category')}} {{__('main.Notification')}} {{__('main.Layout')}} {{__('main.Template')}} {{__('main.Sender')}}
{{__('main.Category')}} {{__('main.Notification')}} {{__('main.Layout')}} {{__('main.Template')}} {{__('main.Sender')}}
@endsection @section('js') @parent @endsection