Name: {{$item->customer_name}}
Phone: {{$item->customer_phone}}
Address: {{$item->customer_address}}
| SL. | Item(s) | Qty | Price |
|---|---|---|---|
| {{$i++}} |
{{\Illuminate\Support\Str::limit($data->get_product->name,30)}} @if($data->attributes) @foreach(json_decode($data->attributes, true) as $key => $attr) {{$key}} - {{$attr}} @endforeach @endif |
{{$data->qty}} | {{$web_settings->currency_sign}} {{$data->price}} |
| Sub Total | {{$web_settings->currency_sign}} {{$item->sub_total}} | ||
| Delivery Cost (+) | {{$web_settings->currency_sign}} {{$item->shipping_cost}} | ||
| Total | {{$web_settings->currency_sign}} {{$item->total}} | ||