@extends('layouts.app') @section('title', 'Stock Managment') @section('content')
@foreach ($wastes as $stock) @endforeach
Waste Length (mm) Quantity Action
{{ $stock->length }} {{ $stock->qty }}
@endsection @push('styles') @endpush @push('scripts') @endpush