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

B2B Customers all b2b customers

@endsection @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
{{--

--}}
{!! Form::label('Branch affiliation', 'Branch.Affiliation ' ) !!} {!! Form::select('branch_affiliation', $branch_affiliations, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'branch_affiliation']) !!}
{!! Form::label('Search', 'Search(Name, Email, Org Name, Phone)') !!} {!! Form::text('search', null , ['class' => 'form-control', 'id' => 'search']) !!}
{!! Form::label('signup_ref', 'Sign up ref.') !!} {!! Form::select('signup_ref', $refs , ['class' => 'form-control desktop_b_type_select2', 'id' => 'signup_ref']) !!}
{!! 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(' ') !!}
{!! 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']) !!} {{-- --}}
ID Name and Org Name New(Name and Org Name) Email and Phone Branch affiliation Category Address City & District Signup Ref. Status Type Reg Date Action
@endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection