• {{ __('website.header.Home') }}
  • {{ __('website.header.Courses') }}
  • {{ __('website.header.Offers') }}
  • {{ __('website.header.Articles') }}
  • {{ __('website.header.Teachers') }}
  • @auth @if (in_array(auth()->user()->type->value, [ App\Enums\UserRoleEnum::Teacher->value, App\Enums\UserRoleEnum::Admin->value, ]))
  • {{ __('website.header.Dashboard') }}
  • @endif @endauth
@if (app()->getLocale() == 'ar') @else @endif @auth
    @forelse ($global_notification_var['all_notification'] as $notify )
  • {{-- {{ __('website.notifications.NewCourseAdded', ['teacher' => 'أحمد رحيم']) }} --}} {{ $notify->message }}

    {{ $notify->time_min }}
  • @empty
  • {{ __('website_301.notify.NoNotifications') }}
    {{-- {{ $notify->time_min }} --}}
  • @endforelse
    @if ($global_notification_var['next_page'])
  • {{ __('website_301.notify.ViewMoreNotifications') }}
  • @endif
@include('main-site.partials.cart_count')
@endauth @guest

{{ __('website.header.Login') }}

@endguest @auth
  • {{ __('website.header.MyAccount') }}
  • {{ __('website.header.Library') }}
  • @if (in_array(auth()->user()->type->value, [ App\Enums\UserRoleEnum::Teacher->value, App\Enums\UserRoleEnum::Admin->value, ]))
  • {{ __('website.header.Dashboard') }}
  • @endif
  • {{ __('website.header.ContactUs') }}
  • {{ __('website.header.Logout') }}
  • @csrf
@endauth