@extends('tenants.layouts.master') @section('title') @lang('Department List') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Department @endslot @slot('title') Department List @endslot @endcomponent
@can('department create') @endcan
@can('department create') @endcan
Created Date Department Name Department Code Action
Created Date Sub Department Name Department Name Sub Department Code Action
{{-- department --}} {{-- subdepartment --}}
@endsection @section('script') @endsection