@extends('layouts.app') @section('content')
{{ $printSetting->address }}
Phone: {{ $printSetting->phone }}
| # | Product Name | Categories | Expiry Date | Quantity | Prices |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->name }} | @foreach ($product->categories as $category) {{ $category }} @endforeach | {{ $product->expiry_date }} | {{ $product->quantity }} |
Purchase: {{ $product->purchase_price }}
Retail: {{ $product->retail_price }}
Local: {{ $product->local_price }}
Doctor: {{ $product->doctor_price }}
|