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

Data table

{{-- --}} @foreach ($purchaseProductItems as $ProductItem) @endforeach
Id # Name IMU Number Quantity CostDelete
{{ $ProductItem->id }} {{ $ProductItem->name }} {{ $ProductItem->imu_number }} {{ $ProductItem->quantity }} {{ $ProductItem->each_cost }}
@endsection