@extends('backend.layouts.app') @section('content')

Edit Career

@csrf @method('PUT')
@error('jobtitle')
{{ $message }}
@enderror
@error('category_name')
{{ $message }}
@enderror
@error('job_type')
{{ $message }}
@enderror
@error('work_schedule')
{{ $message }}
@enderror
@error('rate')
{{ $message }}
@enderror
@error('location')
{{ $message }}
@enderror
@error('subtitle')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@foreach($career->responsibilities as $responsibility) @endforeach
Add multiple responsibilities. Use the button above to add more.
@foreach($career->requirements as $requirement) @endforeach
Add multiple requirements. Use the button above to add more.
@foreach($career->levels as $level) @endforeach
Add multiple career levels. Use the button above to add more.
@foreach($career->yearsOfExperience as $experience) @endforeach
Add multiple years of experience. Use the button above to add more.
@foreach($career->specializations as $specialization) @endforeach
Add multiple job specializations. Use the button above to add more.
@foreach($career->qualifications as $qual) @endforeach
Add multiple qualifications. Use the button above to add more.
@endsection