@yield('page-title')

  • @php $prefix = Request::route()->getPrefix(); $prefix = str_replace('/', '', $prefix); $unread_count = App\Models\Notification::where([['receiver_id', Auth::id()], ['is_read', 0]])->count(); @endphp {{ isset($unread_count) ? $unread_count : 0 }}
  • Admin
    Change Password
    Logout
    @csrf
Password Reset
@csrf