@section('title') Edit Career Position @endsection @section('breadcrumbs') {{ Breadcrumbs::render('careers.positions.edit') }} @endsection
@csrf @method('PUT')

General Information

@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Cancel
@push('scripts')