@php
$pages = \App\Models\Page::get();
$setting = \App\Models\Settings::find(1);
@endphp
{{-- AdminLTE 3 | Dashboard--}}
{{$setting->site_title ?? ''}} - @yield('title')
@yield('page_css')
{{-- table colors remove--}}
{{----}}
{{----}}
{{----}}
{{----}}
{{----}}
{{----}}
{{----}}
{{----}}
@if(Session::has('success'))
@endif
@if(Session::has('error'))
@endif
{{-- datatables script --}}
@yield('script')