@extends('frontend.frontend-page-master') @section('site-title') {{__('Apply To').' '}}{{$job->title}} @endsection @section('page-title') {{__('Apply To').' '}}{{$job->title}} @endsection @section('content') @include('backend.partials.message') @if($errors->any()) @foreach($errors->all() as $message) {{$message}} @endforeach @endif {{__('Apply To').' '}}{{$job->title}} @csrf {!! render_form_field_for_frontend(get_static_option('apply_job_page_form_fields')) !!} @if(!empty($job->application_fee_status) && $job->application_fee > 0) {!! render_payment_gateway_for_form()!!} @if(!empty(get_static_option('manual_payment_gateway'))) {{__('Attach your bank Document')}} {!! get_manual_payment_description() !!} @endif @endif {{__('Apply')}} @endsection @section('scripts') @endsection