@extends('backend.department.template') @push('title') Department Dashboard @endpush @section('container') @livewire('department.dashboard') @endsection