@php use App\Library\Modify; $pname=new Modify(); @endphp @if(isset($info))
@if($shopinfo->shop_name!=null)

{{$shopinfo->shop_name}}

{{$shopinfo->shop_address}}

{{$shopinfo->shop_email}} , {{$shopinfo->shop_phone}}

@else

Leftjoin

Mirpur ,Dhaka

leftjoin@gmail.com , 01738088325

@endif

{{trans('label.Type')}} : {{trans('label.Return Invoice')}}

{{trans('label.Customer')}} : {{$info->customer->name ?? null}}

{{trans('label.Phone')}} : {{$info->customer->phone ?? null}}

{{trans('label.Address')}} :{{$info->customer->address ?? null}}

{{trans('label.Date')}} : {{$info->created_at ?? null}}

{{trans('label.Sales Invoice No')}} : {{$info->return_return_ref ?? null}}

{{trans('label.return Invoice No')}} : {{$info->id ?? null}}

{{trans('label.Transaction Type')}} : {{$info->transaction->name ?? null}}

{{trans('label.Created By')}} : {{$info->user->name ?? null}}1

@foreach($returnItem as $item) @endforeach @if(isset($balance)) @if(($balance[0]->debit - $balance[0]->credit) > 0) @else @endif @endif
{{trans('label.Product Id')}} {{trans('label.Product Name')}} {{trans('label.SKU')}} {{trans('label.QTY')}} {{trans('label.Price')}} {{trans('label.VAT')}} % {{trans('label.Discount')}} % {{trans('label.Total')}}
{{ $item->product_id }} {{ $item->product->name }} {{ $item->unique_barcode }} {{ $item->qty }} {{ number_format(($item->sales_price ?? 0),2)}} {{ $item->vat_rate }} {{ $item->discount_rate }} {{ number_format(($item->line_total ??0),2) }}
{{trans('label.Gross Total')}} {{number_format(($info->return_gross_amount ?? 0),2)}}
{{trans('label.Discount Amount')}} {{number_format(($info->return_gross_discount ?? 0),2)}}
{{trans('label.VAT Amount')}} {{number_format(($info->return_gross_vat_amount ?? 0),2)}}
{{trans('label.Net Total')}} {{number_format(($info->return_return_amount ?? 0),2)}}
{{trans('label.Cash Paid')}}
{{trans('label.Total Due AS ON ')}}
@php echo date('Y-m-d H:s') @endphp
@php echo number_format((($balance[0]->debit ?? 0) - ($balance[0]->credit ?? 0)),2); @endphp
{{trans('label.Advance AS ON ')}}
@php echo date('Y-m-d H:s') @endphp
@php echo number_format((($balance[0]->credit ?? 0) - ($balance[0]->debit ?? 0)),2); @endphp
{{trans('label.Authorised signature')}} {{trans('label.customer signature')}}
@endif