• @lang('Home')
  • @foreach($pages as $data)
  • {{__($data->name)}}
  • @endforeach
  • @lang('Jobs')
  • @lang('Notice')
  • @lang('Contact')
@if ($general->multi_language) @endif @if(auth()->guard('employer')->user()) @lang('Dashboard') @endif @if(auth()->user()) @lang('Dashboard') @endif @if(!auth()->user() && !auth()->guard('employer')->user()) @lang('Login') @endif