@extends('admin.template.master') @section('title')

B2B Customers Queries Products all b2b customer queries

@endsection @section('stylesheets') @endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

@if(isset($loc->location_name)) @endif @if($cust && $cust->is_void == 1) @endif
User: {{ isset($b2b_user_detail) && isset($b2b_user_detail->name) ? $b2b_user_detail->name : $cust->name }}
Email: {{ isset($b2b_user_detail) && isset($b2b_user_detail->email) ? $b2b_user_detail->email : $cust->email }}
Organization: {{ isset($b2b_user_detail) && isset($b2b_user_detail->org_name) ? $b2b_user_detail->org_name : $cust->org_name }}
Phone: {{ $cust->phone }}
Address: {{ isset($b2b_user_detail) && isset($b2b_user_detail->address) ? $b2b_user_detail->address : $cust->address }}
Branch Affiliation: {{ $loc->location_name }}
Void Status: Void

Order Id NOrderId NQId Product SKU Name Item Brand Qty Reg Price Sug Price Status Query Time Response Time B2B Given Price B2B Qty B2B Exp. Date Action

Ordered Products List

Order Id NOrderId NQId Product SKU Name Item Brand Order Qty Qty Reg Price Sug Price B2B Given Price B2B Exp. Date Status Date
@endsection @section('javascripts') @endsection