@extends('layouts.adminapp') @section('content') {{-- Create New Department --}}

Create New Department

@csrf
@error('name') {{ $message }} @enderror
Back
@endsection