@if(auth()->user() && auth()->user()->dark_mode) @else @endif Dr Ahmed Elgohary Control Panel @include('dashboard.layouts.head')
@include('dashboard.layouts.header') @include('dashboard.layouts.sidebar')
@include('dashboard.layouts.settings') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@yield('content')
@include('dashboard.layouts.footer') @include('dashboard.layouts.footer-script')