@extends('layouts.web_app') @section('head') @endsection @section('breadcrumb') @endsection @section('content')

Pickup

S.No Product Name Qty Price/Unit Total
{$$index+1$} {$product.product.product_name$} {$product.quantity$} SAR {$product.selling_amount$} SAR {$product.total_amount$}
view All
SUBTOTAL SAR {$assignedproduct.subtotal$}
@include('customer.footer') @endsection @section('js') @endsection