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

Add Department

Back

@csrf
* @if ($errors->has('department')) {{ $errors->first('department') }} @endif
@endsection @section('append') @endsection