@extends('admin.layout') @section('content')

{{ __('Job') }}

{{ __('Add Job') }}

@csrf
@if ($errors->has('language_id'))

{{ $errors->first('language_id') }}

@endif
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('jcategory_id'))

{{ $errors->first('jcategory_id') }}

@endif
@if ($errors->has('position'))

{{ $errors->first('position') }}

@endif
@if ($errors->has('company_name'))

{{ $errors->first('company_name') }}

@endif
@if ($errors->has('vacancy'))

{{ $errors->first('vacancy') }}

@endif
@if ($errors->has('job_responsibility'))

{{ $errors->first('job_responsibility') }}

@endif
@if ($errors->has('job_context'))

{{ $errors->first('job_context') }}

@endif
@if ($errors->has('content'))

{{ $errors->first('education_requirement') }}

@endif
@if ($errors->has('content'))

{{ $errors->first('experience_requirement') }}

@endif
@if ($errors->has('content'))

{{ $errors->first('additional_requirement') }}

@endif
@if ($errors->has('employment_status'))

{{ $errors->first('employment_status') }}

@endif
@if ($errors->has('job_location'))

{{ $errors->first('job_location') }}

@endif
@if ($errors->has('content'))

{{ $errors->first('other_benefits') }}

@endif
@if ($errors->has('salary'))

{{ $errors->first('salary') }}

@endif
@if ($errors->has('deadline'))

{{ $errors->first('deadline') }}

@endif
@if ($errors->has('meta_tags'))

{{ $errors->first('meta_tags') }}

@endif
@if ($errors->has('meta_description'))

{{ $errors->first('meta_description') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@endsection