@csrf
@if ($errors->has('job_title')) {{ $errors->first('job_title') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('salary')) {{ $errors->first('salary') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif

@if($image) @endif
@if ($errors->has('what_we_look_title')) {{ $errors->first('what_we_look_title') }} @endif
@if ($errors->has('whats_required_title')) {{ $errors->first('whats_required_title') }} @endif
@if ($errors->has('skills_title')) {{ $errors->first('skills_title') }} @endif
{{-- --}}
{{-- --}}
@push('js') @include('dashboard.inc._description_tinymce') @endpush