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

Add Department

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('department.add'); @endphp @include('department._form')
@endsection