@yield('header_assets')
{{ $header_notifications['guests']['unread_count'] }}
@foreach ($header_notifications['guests']['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('branch.layouts.sidebar')

{{ $page_title }}

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