{!! Form::label('id', 'Id:') !!}

{!! $destination->id !!}


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

{!! $destination->name !!}