@extends('admin.admin') @section('title') Whole Sale Quotation List @endsection @section('content')
| SL | Product | Name | Phone | Quantity | Offer Price | Notes | |
|---|---|---|---|---|---|---|---|
| {{ $sl + 1 }} | {{ $quotation->wholeSaleProduct->name ?? '' }} | {{ $quotation->name }} | {{ $quotation->email ?? '' }} | {{ $quotation->phone ?? '' }} | {{ $quotation->quantity ?? '' }} | {{ $quotation->customer_offer_price ?? '' }} | {{ $quotation->notes ?? '' }} |