@csrf

Main Info

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('work_level')) {{ $errors->first('work_level') }} @endif
@if ($errors->has('Salary from')) {{ $errors->first('salery_from') }} @endif
@if ($errors->has('salery_to')) {{ $errors->first('salery_to') }} @endif
{{-- --}}
{{--

Address

@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('zip_code')) {{ $errors->first('zip_code') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
--}}
@push('scripts') {{-- @include('dashboard.inc._description_tinymce') --}} @endpush