@extends('layouts.app') @section('content')
| Seller ID | {{ $enquiry->seller_id }} |
|---|---|
| User Name | {{ $enquiry->user_name }} |
| Product | {{ $enquiry->product_name }} |
| Material Specification | {{ $enquiry->material_specification }} |
| Grade | {{ $enquiry->grade }} |
| Price | {{ $enquiry->price }} |
| Currency | {{ $enquiry->currency_type }} |
| Unit | {{ $enquiry->unit_type }} |
| Quantity | {{ $enquiry->product_qty }} |
| Location | {{ $enquiry->post_location }} |