@extends('layouts.business.pdf.pdf_layout') @section('pdf_title')
| {{ __('SL') }}. | {{ __('Image') }} | {{ __('Product Name') }} | {{ __('Code') }} | {{ __('Brand') }} | {{ __('Category') }} | {{ __('Unit') }} | {{ __('Purchase price') }} | {{ __('Sale price') }} | {{ __('Stock') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | ![]() |
{{ $product->productName }} | {{ $product->productCode }} | {{ $product->brand->brandName ?? '' }} | {{ $product->category->categoryName ?? '' }} | {{ $product->unit->unitName ?? '' }} | {{ currency_format($product->productPurchasePrice, currency: business_currency()) }} | {{ currency_format($product->productSalePrice, currency: business_currency()) }} | {{ $product->productStock }} |