@extends('layouts.app') @section('content')
@if ($errors->any())
@endif {{-- Page Header --}}
Create New Job
Back to Jobs
@csrf
{{-- ===== LEFT COLUMN ===== --}}
{{-- BASIC INFO --}}
Basic Information
Job title is required.
Description is required.
{{-- PRINCIPAL SELECTOR --}}
Please select a principal.
{{-- JOB TYPE --}}
Job Type & Work Mode
Required.
Required.
{{-- LOCATION --}}
Location
City is required.
Country is required.
{{-- SALARY --}}
Salary
{{-- APPLICATION --}}
Application Settings
Required.
{{-- end left --}} {{-- ===== RIGHT COLUMN ===== --}}
{{-- STATUS --}}
Status
Draft
{{-- IMAGES --}}
Images
{{-- VIDEO --}}
Video Links
{{-- SKILLS --}}
Skills
{{-- SUBMIT --}}
{{-- end right --}}
@endsection