@extends('layouts.dashboard_sidebar') @section('title', 'Upload Files') @section('main-content')
{!! Form::open(array('route' => 'file_upload_post', 'files' => true, 'class' => 'dropzone', 'id' => 'dropzone')) !!}

Important: Upload Time is after 4pm CST


Our policy states that our cutoff time for accepting file uploads is 4pm CST

By choosing to have your files processed today, you agree to pay the $x expedited charge. If you choose this option, we will bill your card on file for a total of $x.

{!! Form::close() !!}
@stop @section('extra-styles') {!! Html::style('assets/dropzone/downloads/css/dropzone.css')!!} @stop @section('extra-scripts') {!! Html::script('assets/dropzone/downloads/dropzone.min.js') !!} @stop