@foreach ($languages as $language) @if(Auth::guard('admin')->check()) {{$language->name}} @else {{$language->name}} @endif @endforeach
{{Helper::getLang('Notifications')}}
    @for($i = 0 ; $i < 4; $i++) @if($notifications->get($i)) @php $notif = $notifications->get($i); @endphp
  • viewed == '0') style="background-color:#f7f8f9" @endif >
    {{-- fa fa-fw fa-check-circle text-success --}}
    {{$notif->subject}}
    {{$notif->getTime()}}
  • @endif @endfor
View All
{{Helper::getLang('User Options')}}
{{Helper::getLang('Profile')}}
{{Helper::getLang('Sign Out')}} @if(Auth::guard('admin')->check())
@csrf
@else
@csrf
@endif