@extends('layouts.app') @push('head-script') @endpush @section('content')

@lang('app.createNew')

@if(count($jobs) == 0)

Warning!

You do not have any job created. You need to create the job first to add the job application. @lang('app.createNew') @lang('menu.jobs')

@else
@csrf
@lang('modules.front.personalInformation')
@include('admin.job-applications.required-columns', ['job' => $jobs[0], 'gender' => $gender])
@include('admin.job-applications.required-sections', ['section_visibility' => $jobs[0]->section_visibility])
@lang('modules.front.additionalDetails')

@endif
@endsection @push('footer-script') @endpush