@extends('layouts.dashboard') @section('content') Add Department Home Add Department {{-- Quick Example --}} Back @if (Session::has('message')) {{ Session::get('message') }} @endif @php $route = route('department.add'); @endphp @include('department._form') @endsection