@extends('backend.layouts.app') @section('content')

Department: {{ $department->name }}

@include('backend.reports.departments.form')
@endsection