@extends('tenant.pos.pos-tabs') @php $activeTab = 'deleted_items'; @endphp @section('breadcrumb') @include('tenant.layouts.breadcrumb', ['items' => [ __('breadcrumb.home') => '/', __('breadcrumb.pos') => '/pos', __('breadcrumb.reports') => '/pos', __('breadcrumb.deleted_items') => '#', ]]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'pos.reports.deletedItems']) @endsection @section('style') @endsection @section('content-field')
@endsection @push('script') @endpush