@if(Auth::user()) @if((auth()->user()->type=="instructor"||auth()->user()->type=="admin"||auth()->user()->type=="super_admin"||auth()->user()->type=="coordinator"||auth()->user()->type=="marketer"||auth()->user()->type=="partner"||auth()->user()->type=="external_coordinator") && auth()->user()->status=="active")
@else @endif @else @endif
  • {{ app()->getLocale() }} {{ app()->getLocale() == 'en' ? __('home.english') : __('home.arabic') }}