@extends('layouts.b4') @section('content')

Hauling Rates

@foreach($loads as $load) @endforeach
Load Size Min Load Size Max Load Size Price Per Jump
{{ ucfirst($load->load_size) }} {{ number_format($load->min_load_size, 2, ".", ",") }} {{ number_format($load->max_load_size, 2, ".", ",") }} {{ number_format($load->price_per_jump, 2, ".", ",") }}

Max Collateral should be no more than 2b ISK

@endsection