@include('frontend.layout.styles')
@include('frontend.layout.scripts')
- {{ $global_settings_data->top_bar_phone }} |
- {{ $global_settings_data->top_bar_email }}
@if (Auth::guard('company')->check())
@elseif(Auth::guard('candidate')->check())
@else
@endif
@include('frontend.layout.nav')
@yield('main_content')
@include('frontend.layout.scripts_bottom')
@if ($errors->any())
@foreach ($errors->all() as $error)
@endforeach
@endif
@if (session()->get('error'))
@endif
@if (session()->get('success'))
@endif