@extends('layouts.master') @section('title', 'ویرایش دپارتمان') @section('breadcrumb')

ویرایش دپارتمان

@endsection @section('content')

اطلاعات دپارتمان

@csrf @method('patch')
@error('departmentName') {{ $message }} @enderror
is_hidden ? 'checked' : '' }}>
@endsection