@extends('layouts.app') @section('title', 'Supplier Items') {{-- @section('stitle', 'Item') --}} @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif
{{-- @include('item.item_menu') --}} {{--
--}} {{-- --}} {{--
--}}
{{--

Table Hover Animation

--}}
{{-- @if (count($suppliers->items)>0)--}} {{-- @foreach($suppliers as $supplier)--}} @forelse($suppliers->items as $data) @empty @endforelse {{-- @endforeach--}} {{-- @else--}} {{-- @endif--}}
Name SKU Storage Unit Action
{{$data->name}} {{$data->sku}} {{$data->storage_unit}}
No Items Exist
@endsection