@foreach($Products as $row)
{{$product_name}}
@if(!empty($rate)) {{$rate}} @else 0 @endif
@if(!empty($tax_percentage)) {{$tax_percentage}} @else 0 @endif %
@if(!empty($tax_amount)) {{$tax_amount}} @else 0 @endif
@if(!empty($unit_long)) {{$unit_long}} @else N/A @endif
{{$product_description}}