@extends('layouts.adminapp') @section('content') {{-- Inventory --}}

Inventories

@foreach($Inventories as $Inventory) @endforeach
Product Name Actions
{{$Inventory->product->title}} Edit
@csrf @method('delete')
@endsection