@extends('layouts.app') @section('title', 'Notifications') @section('content')

@lang( 'notificationmaster.brands' ) @lang( 'notificationmaster.manage_your_brands' )

@component('components.widget', ['class' => 'box-primary', 'title' => __( 'notificationmaster.all_your_brands' )]) @can('brand.create') @slot('tool')
@endslot @endcan @can('brand.view')
@lang( 'notificationmaster.brands' ) @lang( 'notificationmaster.note' ) Banners Status Messsge Count Sended Count @lang( 'messages.action' )
@endcan @endcomponent
@endsection