@extends('tenant.warehouses.warehouses-tabs') @php $activeTab = 'detailed-items-report'; @endphp @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.warehouses') => '/warehouses/branches', __('breadcrumb.reports') => '#', __('breadcrumb.detailed_material_report') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'warehouses.reports.detailedItems']) @endsection @section('style') @endsection @section('content-field')
@endsection @push('script') {{-- add the tom-select library to delete the multiple select options --}} @endpush