@extends('employer.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent {{-- @if ($errors->any()) {!! implode('', $errors->all('
:message
')) !!} @endif --}}
Job Post Edit
@csrf @method('PUT')
{{ $errors->first('title') }}
{{ $errors->first('industry') }}
{{ $errors->first('email') }}
{{ $errors->first('type') }}
{{ $errors->first('description') }}
{{ $errors->first('skills') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('town') }}
{{ $errors->first('division') }}
{{ $errors->first('country') }}
{{ $errors->first('residentType') }}
{{ $errors->first('salaryFrom') }}
-
{{ $errors->first('salaryTo') }}
{{ $errors->first('schedule_date') }}
{{ $errors->first('deadline') }}
@if ($jobPost->attachment) {{ $jobPost->title }} @endif
{{ $errors->first('attachment') }}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush