@extends('layouts.app') @section('content') @php use App\Helpers\RouteHelper; @endphp @include(RouteHelper::getSidebarView())

Inventory

@can('list-inventory')
@endcan
{{-- --}}
@can('list-inventory')
{{ $dataTable->table(['class' => 'table', 'id' => 'inventory-table']) }}
@endcan
@endsection @section('script') {{ $dataTable->scripts() }} @endsection