@extends('layouts.default') @section('styles') @endsection @section('content')
@if (Session::get('flash_message'))
{{ Session::get('flash_message') }}
@endif
Export LTL ShipStation File
{{ Form::open(['route'=>['orders.export'],'type'=>'POST']) }}
{{ Form::submit('Export',['class'=>'btn btn-primary']) }} {{ Form::close() }}
@endsection @section('scripts') {{--{!! Html::script('assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js') !!}--}} @endsection