{!! Form::open(['url' => 'admin/masterlist/trade/' . $trade->id]) !!}
This will process the trade between {!! $trade->sender->displayName !!} and {!! $trade->recipient->displayName !!} immediately. Please enter the transfer cooldown period for each character in days (the fields have been pre-filled with the default cooldown value).
@foreach ($trade->getCharacterData() as $character)