@extends('layouts/pos_layout') @section('title', '| '.$moduleTitle) @section('content')
| Bill No | : | SLS{{$data->sales_return_bill_no}} | Bill Date | : | {{date('d-m-Y', strtotime($data->sales_return_date))}} | |
| Total Quantity | : | {{$data->total_quantity}} | Total Amount | : | {{number_format($data->adjustment_amount, 2)}} |
| SL No. | Product Name | Barcode | PID Number | Product Information | ||
|---|---|---|---|---|---|---|
| Qty | Unit Price | Total Price | ||||
| {{++$no}} | {{$details->product->name}} | @if(isset($details->product->barcode)) {{ $details->product->barcode }} @endif | @if(isset($details->barcode->barcode_serial)) {{ $details->barcode->barcode_serial }} @else N/A @endif | {{ $details->quantity }} | {{number_format($details->amount, 2)}} | {{number_format($details->quantity*$details->amount, 2)}} |
| Total | {{$t_qty}} | Total | {{number_format($t_amount, 2)}} | |||