{!! Form::label('name', 'Nome:') !!}

{!! $destination->name !!}

{!! Form::label('email', 'Email:') !!}

{!! $destination->fullName !!}