@extends('layouts.app') @section('content')
{{ $printSetting->address }}
Phone: {{ $printSetting->phone }}
{{ $copyType }}
| # | Product | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->product_name }} {{-- Changed from product->name to just name --}} | {{ $item->qty }} | Rs. {{ $item->price }} | Rs. {{ $item->qty * $item->price }} |
| No items found | ||||
Note: {{ $printSetting->footer_note }}
{{ $printSetting->goodbye_message }}