@php
$site = DB::table('settings')->first();
@endphp
@yield('title', 'Befaqul Madaris Qaqmi Software') || {{ Auth::user()->name }}
@stack('css')
@include('dashboard.include.header')
@include('dashboard.include.sidebar')
@yield('content')
@include('dashboard.include.footer')
@stack('js')