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

B2B Customers Queries Summary Report

@endsection @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('main-content')
@if(Session::has('messages'))
{{Session('messages')}}
@endif
{!! Form::label('from_date', 'From Date') !!} {!! Form::date('from_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'from_date']) !!}
{!! Form::label('to_date', 'To Date') !!} {!! Form::date('to_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'to_date']) !!}
{!! Form::label('Branch affiliation', 'Branch.Affiliation') !!} {!! Form::select('branch_affiliation', $branch_affiliations, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 142px;', 'id' => 'branch_affiliation']) !!}
{!! Form::label('category', 'Category') !!} {!! Form::select('category', $categories, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 100px;', 'id' => 'category']) !!}
{!! Form::button('Search',['class' => 'btn btn-primary btn-order-search', 'id'=> 'search_btn']) !!} {!! Form::button('Reset',['class' => 'btn btn-danger btn-order-search', 'id'=> 'reset_btn']) !!}
Loading...
Branch Affiliation Query Qty Query Amount (৳) Price Given Qty Price Given Amount (৳) Done Qty Done Amount (৳) Void Qty Void Amount (৳) Not Available Qty Not Available Amount (৳) Expired Qty Expired Amount (৳) Query vs Done (%)
Branch Affiliation Query Qty Query Amount (৳) Price Given Qty Price Given Amount (৳) Done Qty Done Amount (৳) Void Qty Void Amount (৳) Not Available Qty Not Available Amount (৳) Expired Qty Expired Amount (৳) Query vs Done (%)
@endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection