@if($pickup_point->address)

Address{{ $pickup_point->address }}

@endif @if($pickup_point->phone)

Phone{{ $pickup_point->phone }}

@endif @if($pickup_point->schedule)

Schedule{{ $pickup_point->schedule }}

@endif