@lang('logo')
  • @lang('Home')
  • @foreach($pages as $k => $data)
  • {{__($data->name)}}
  • @endforeach
@if(auth()->guard('employer')->user()) @lang('Dashboard') @endif @if(auth()->user()) @lang('Dashboard') @endif @if(!auth()->user() && !auth()->guard('employer')->user()) @lang('Login') @endif