@extends('layouts.master-layouts') @section('title') {{ __('List of Departments') }} @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') Department List @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Departments @endslot @endcomponent
@endsection @section('script') @endsection