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

{{ __('Job') }}

{{ __('Edit 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