@include('elibrary.layouts.header') @php $config = App\Backend\SchoolConfiguration::first(); @endphp
{{$config->name_en}}
{{auth()->guard('teacher')->user()->name}}
Edit Profile
Change Password
Sign Out
{{ csrf_field() }}
@include('elibrary.staff.layouts.sidebar')
@yield('content')
@include('elibrary.layouts.footer')