@extends('layouts.template') @section('content')

Transport Reports

@if(Session::has('flash_message'))

{{ Session::get('flash_message') }}

@endif

Daily Transport Status - Filters

{!! Form::select('customer',$page_data['customer']->toArray(), null,['class'=>'form-control customer wh-select2-class', 'multiple' => 'multiple'])!!}
{!! Form::select('order_no',[''=>'Select order number'] + $page_data['order']->toArray(), null,['class'=>'form-control order_no','id'=>'order_no'])!!}
{!! Form::select('customer_ref',[''=>'Select customer reference'] + $page_data['customerRef']->toArray(), null,['class'=>'form-control customer_ref','id'=>'customer_ref'])!!}

@endsection