@csrf
Edit department, {{ $department->name??'' }}
@error('department.code') {{ str_replace('department.','',$message) }} @enderror
@error('department.name') {{ str_replace('department.','',$message) }} @enderror
@error('department.description') {{ str_replace('department.','',$message) }} @enderror