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

B2B Customers Prevous Ordered Queries all b2b customer queries

@endsection @section('stylesheets') @endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
@if($order->is_void == 1) @endif
User: {{ isset($b2b_user_detail) && isset($b2b_user_detail->name) ? $b2b_user_detail->name : (isset($customer->name) ? $customer->name : '') }}
Phone: {{ isset($customer->phone) ? $customer->phone : '' }}
Email: {{ isset($b2b_user_detail) && isset($b2b_user_detail->email) ? $b2b_user_detail->email : (isset($customer->email) ? $customer->email : '') }}
Organization: {{ isset($b2b_user_detail) && isset($b2b_user_detail->org_name) ? $b2b_user_detail->org_name : (isset($customer->org_name) ? $customer->org_name : '') }}
Address: {{ isset($b2b_user_detail) && isset($b2b_user_detail->address) ? $b2b_user_detail->address : (isset($customer->address) ? $customer->address : '') }}
Branch Affiliation: {{ isset($customer->location_name) ? $customer->location_name : '' }}
Void Status: Void
Order ID Query ID Products Query DateTime Total (Query) Total Given(B2B) Unit Price Order Qty Order Total Status
৳{{ $total_amount }} ৳{{ $b2b_total_amount }} ৳{{ $order_total_amount }}
@endsection @section('javascripts') @endsection