@extends('layouts.b4') @section('content')
How to Make a Contract
  1. Get a quote from EvePraisal and set the sell value as the collateral.
  2. Issue the courier contracts as 'Private' to 'United Hauling'.
  3. If utilizing a container, please note in description

Join our channel "United Hauling" in game for questions and/or concerns.
Quote
{!! Form::open(['action' => 'Hauling\HaulingController@displayFormResults', 'method' => 'POST']) !!}
{{ Form::label('pickup', 'Pickup System') }} {{ Form::text('pickup', '', ['class' => 'form-control']) }}
{{ Form::label('destination', 'Destination System') }} {{ Form::text('destination', '', ['class' => 'form-control']) }}
{{ Form::label('size', 'Volume') }} {{ Form::text('size', '', ['class' => 'form-control']) }}
{{ Form::label('collateral', 'Collateral') }} {{ Form::text('collateral', '', ['class' => 'form-control']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
@endsection