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

Stock Potatoes

Add New Stock Potato @foreach($stockPotatoes as $stockPotato) @endforeach
Stone Type Dimensions Quantity QR Code Actions
{{ $stockPotato->stoneType->name }} {{ $stockPotato->length }}x{{ $stockPotato->width }}x{{ $stockPotato->height }} {{ $stockPotato->quantity }} QR Code Edit
@csrf @method('DELETE')
Download QR Code
@endsection