@php
$logo = DB::table('gnr_company')->select('image')->first();
@endphp
| PRODUCT GIFT REPORT |
| Branch Name |
: |
{{$data->branch->name}} |
|
Date |
: |
{{date('d-m-Y', strtotime($data->gift_date))}} |
| Total Quantity |
: |
{{$data->total_quantity}} |
|
Total Amount |
: |
{{number_format($data->total_amount, 2)}} |
| SL No. |
Product Name |
Barcode |
Gift Information
|
|
Qty
|
Unit Price
|
Total Price
|
PID No.
|
@php $no=0; $t_qty = $t_amount = 0; @endphp
@foreach($data->product_details as $details)
| {{++$no}} |
{{$details->product->name}} |
@if(isset($details->product->barcode))
{{ $details->product->barcode }}
@endif
|
1 |
{{$details->product->cost_price}} |
{{1*$details->product->cost_price}} |
{{$details->barcode_serial}} |
@php $t_qty += 1; $t_amount += $details->product->cost_price; @endphp
@endforeach
| Total |
{{$t_qty}} |
Total |
{{$t_amount}} |
|
Receive By :
Designation:
Emp.Id :HR & Adminitration