@extends('layouts.template') @section('content') Order Booking : @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 Vessel Records {!! Form::open(['route' => 'logistic.order.vessel.store','id'=>'myform','class' => 'form-vertical', 'files' => true, 'autocomplete' =>'off']) !!} @include ('logistic.order.vessel.form') {!! Form::close() !!} @endsection
{{ Session::get('flash_message') }}