@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.Back')}}Return Invoice

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

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

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

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

{{trans('label.Purchase Invoice No')}}: {{$info->return_order_id ?? 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
{{trans('label.Product Id')}} {{trans('label.Product Name')}} {{trans('label.Price')}} {{trans('label.VAT')}} % {{trans('label.Discount')}} % {{trans('label.Total')}}
{{ $item->product_id }} {{ $item->ProductProfile->name }} {{ $item->qty }} {{ number_format(($item->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')}}
@endif