@extends('layouts.master') @section('content')
@csrf
@if ($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
@error('name') {{$errors->first('name')}} @enderror
@endsection