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