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

B2B Customers Queries Products all b2b customer queries

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

PreSale Id: {{ $id }}

Id Item Name Qty Price Date
@endsection @section('javascripts') @endsection