@extends('layouts.master') @section('content')

Permission

@csrf @method('PATCH')
@if ($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
@error('name') {{$errors->first('name')}} @enderror
@endsection