@extends('layouts.app') @section('content')
{{ $printSetting->address }}
Phone: {{ $printSetting->phone }}
{{ $copyType }}
| # | Product | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $bill->print_type === 'by_salt' ? ($item->product->salt ?? 'N/A') : ($item->product->name ?? 'N/A') }} | {{ $item->qty }} | Rs. {{ $item->price }} | Rs. {{ $item->amount }} |
Note: {{ $printSetting->footer_note }}
{{ $printSetting->goodbye_message }}