@include('partials/header') @include('partials/topbar') @include('partials/sidebar')
@php $inventoryReportSetup = explode(',', $rights->inventory_report); $view = $inventoryReportSetup[1]; @endphp @if ($view == 1)
@csrf
@if($user->org_id != 0)
@else
{{-- --}}
@endif
to
{{-- --}}
@endif
@include('partials/footer')