@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--}}
@yield('section')
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @if(Session::has('success')) @endif @if(Session::has('error')) @endif {{-- datatables script --}} @yield('script')