@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 Customer {!! Form::select('customer',$page_data['customer']->toArray(), null,['class'=>'form-control customer wh-select2-class', 'multiple' => 'multiple'])!!} Date From Date To @if(Auth::user()->logistic_type == '2') Client Report Vessel Reccon - MR Vessel Reccon - Vgm @endif @if(Auth::user()->logistic_type == '1') Client Report Client Report - Detailed Truck Info - Empty Return ETA Vessel File Client Reccon - Port Storage Client Reccon - Detention @endif @endsection
{{ Session::get('flash_message') }}