@include('partials/header')
@include('partials/topbar')
@include('partials/sidebar')
- Home
- Reports
- Inventory Report
@php
$inventoryReportSetup = explode(',', $rights->inventory_report);
$view = $inventoryReportSetup[1];
@endphp
@if ($view == 1)
@endif
@include('partials/footer')