{{--
AdminLTE 3 | Dashboard
--}}
@yield('title')
@yield('page_css')
{{-- table colors remove--}}
{{ $adminNotification->count()}}
@foreach ($adminNotification as $notification)
{{ $notification->content_body }}
{{ $notification->created_at->diffForHumans() }}
{{--
--}} {{--
--}} {{--
--}} @endforeach {{--
Action
--}} {{--
Another action
--}} {{--
--}} {{--
Something else here
--}}
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{{Auth::user()->name}}
{{--
Account
--}} {{--
Setting
--}}
@csrf
Logout
@yield('section')
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @if(session()->has('success')) @endif @if(session()->has('error')) @endif {{-- datatables script --}} @yield('script')