• تصفح الدورات
  • {{-- @if(!auth()->check())--}} {{--
  • --}} {{-- --}} {{-- إنصم إلي عين المبدع--}} {{-- --}} {{--
  • --}} {{-- @endif--}} @if(auth()->check() && in_array(auth()->user()->role, ['user', 'instructor']))
  • {{__('main.profile')}}
  • {{__('main.logout')}}
  • @else
  • {{__('main.login')}}
  • @endif
  • @if(getCurrentLocale() == 'ar') {{__('main.another_lang')}} @else {{__('main.another_lang')}} @endif
@if(auth()->check() && auth()->user()->role == 'user') @endif جديدنا