@extends('backend.master') @section('title', 'Purchase details') @section('content')
Purchase ID | Product Name | Quantity | Price | Total Price | {{--Actions | --}} {{----}} |
---|---|---|---|---|---|---|
{{ $detail->purchase_id }} | {{ $detail->product->product_name }} | {{ $detail->quantity }} | {{ $detail->price }} | {{ $detail->total_price }} |