@section('header') Cache Clear Database Backup @if ($auth_user->hasRole('Super Admin')) Check For Update @endif @if (\Illuminate\Support\Facades\Auth::check()) @php $auth_user = \Illuminate\Support\Facades\Auth::user(); @endphp @endif @if (\Illuminate\Support\Facades\Auth::check()) @else @endif @if (\Illuminate\Support\Facades\Auth::check()) @else @endif @if (\Illuminate\Support\Facades\Auth::check()) @if (isset($auth_user->first_name)) {{ $auth_user->first_name }} {{ $auth_user->last_name }} @else {{ $auth_user->name }} @endif {{ $auth_user->email }} @else Guest @endif @if (\Illuminate\Support\Facades\Auth::check()) @if ($auth_user->hasRole('Student')) My Profile @else My Profile @endif @if (\Illuminate\Support\Facades\Auth::user()->hasRole('Super Admin')) Check For Update @endif Billing 4 {{ csrf_field() }} Sign Out @endif @endsection