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

Reports : @if(Auth::user()->logistic_type == '2') Export @endif @if(Auth::user()->logistic_type == '1') Import @endif

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

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

@endif

Reports - Filters

{!! Form::select('customer',$page_data['customer']->toArray(), null,['class'=>'form-control customer wh-select2-class', 'multiple' => 'multiple'])!!}
@endsection