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

Edit Department

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('department.edit',['id'=>$department->id]); @endphp @include('department._form')
@endsection