@extends('layouts.app') @section('content')
Inventaradministration

@if(in_array(35, $buttons->toArray()))
{!! $inventoryTable !!}
@endif @if(in_array(39, $buttons->toArray())) @endif @if(in_array(40, $buttons->toArray())) @endif
{!! $alert !!} @endsection