@yield("header_assets")
{{ $header_notifications['orders']['unread_count'] }}
@foreach ($header_notifications['orders']['data'] as $header_notification) @endforeach
@lang('global.mark_all_as_read')
{{ $header_notifications['waiters']['unread_count'] }}
@foreach ($header_notifications['waiters']['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('company.layouts.sidebar')

{{$page_title}}

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