@extends('layouts.dashboard') @section('content') Edit Department Home Edit Department {{-- Quick Example --}} Back @if (Session::has('message')) {{ Session::get('message') }} @endif @php $route = route('department.edit',['id'=>$department->id]); @endphp @include('department._form') @endsection