@yield("header_assets")
{{ $header_notifications['general']['unread_count'] }}
@foreach ($header_notifications['general']['data'] as $header_notification) @endforeach
@lang('global.mark_all_as_read')
@lang('global.arabic') @lang('global.english')
@lang('global.profile') @lang("global.logout")
@csrf
@include('admin.layouts.sidebar')

{{$page_title}}

    @if (!request()->is("admin-dashboard"))
  • {{ __("global.homepage") }}
  • @foreach ($breadcrumbs ?? [$page_title => null] as $name => $route)
  • {{ $name }}
  • @endforeach @endif