@section('title') {{$page_title}} @endsection
@if($is_document_upload)
@include('backend.hr_module.document_upload_form')
@else
@csrf @include('backend.hr_module.form')
@endif @if(!$is_document_upload)
@else @endif
@section('scripts') @include('backend.pages.apply_job_script') @endsection