{!! Form::open(['url' => 'admin/masterlist/transfer/' . $transfer->id]) !!} @if ($transfer->status == 'Accepted')
This will process the transfer of {!! $transfer->character->displayName !!} from {!! $transfer->sender->displayName !!} to {!! $transfer->recipient->displayName !!} immediately.
@elseThis will approve the transfer of {!! $transfer->character->displayName !!} from {!! $transfer->sender->displayName !!} to {!! $transfer->recipient->displayName !!}, and it will be processed once the recipient accepts it.
@endif