@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
@include('front.partials._breadcrumb')

Login

@if (session('status'))
{{ session('status') }}
@endif @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @csrf {{--
    We'll never share your email with anyone else.
    --}}
    *
    {{--
    @if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
    --}}

    Sign-up: Jobseeker or Recruiter

    Forgot Username?
    Forgot Password?

    To manage a free trial or subscription login and go to the 'Account' tab.
    Still need help? Email us

    @endsection @push('scripts') @endpush