@extends('layouts.app',['path'=>'job/level']) @section('title', 'Edit Job Level - HRMS') @section('content') @can('job_levels.update')
@include('partials.new_alerts')
Edit Job Level
@csrf
@can('job_levels.update') @endcan
@endcan @endsection @push('scripts') @endpush