@extends('layouts.app') @section('content')
{{trans('lang.notification_plural')}}
|
{{trans('lang.notification_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.notification_plural')}}
{{trans('lang.notification_table')}}
@include('flash::message')
{{trans('lang.notification_table')}}
@can('notifications.create')
{{trans('lang.notification_create')}}
@endcan @include('layouts.right_toolbar', compact('dataTable'))
@include('notifications.table')
@endsection