@extends('layouts.admin') @section('title', 'Edit Job Role') @section('page_title', 'Edit Job Role') @section('content')

Edit Job Role

Update the job role record for "{{ $jobRole->name }}".

Back to List
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@endsection