@extends('layouts.admin') @section('title', 'Purchase | Mintavia Admin') @section('content')
| Barcode | Brand Name | Part No | Product Name | MRP | COST | SALE | Action |
|---|---|---|---|---|---|---|---|
| {{ $product->barcode }} | {{ !empty($product->brandS) ? $product->brandS->brand_name : '--' }} | {{ $product->product_part_no }} | {{ $product->product_name }} | {{ $product->mrp }} | {{ $product->cost_price }} | {{ $product->sale_price }} |