{!! setting('front_header_scripts') !!}
@foreach(mainFrontMenu() as $item) @if($item['childs'])
{{__($item['title'])}}
@foreach($item['childs'] as $child) @if ($child['type'] != 'register_button' && $child['type'] != 'login_button')
{{__($child['title'])}}
@endif @endforeach
@else @if ($item['type'] == 'login_button' && (candidateSession() || employerSession()))
@php $img = candidateOrEmployerThumb(); @endphp
@if (candidateSession())
{{__('message.profile')}}
{{__('message.password')}}
{{__('message.logout')}}
@else
{{__('message.dashboard')}}
{{__('message.logout')}}
@endif
@elseif ($item['type'] == 'register_button' && (candidateSession() || employerSession())) @else
{{__($item['title'])}}
@endif @endif @endforeach
@yield('content')
{{__('message.refer_job')}}
@if(candidateSession()) @endif {!! setting('front_footer_scripts') !!}