{{ $wishlist->title }}
{!! Str::limit(nl2br($wishlist->description), 150, '...') !!}
-
@if($wishlist->meal_provided)
-
{{ _('Meal') }}
@endif
@if($wishlist->hotel_provided)
-
{{ _('Hotel') }}
@endif
@if($wishlist->transport_provided)
-
{{ _('Transport') }}
@endif
@if($wishlist->accessibiliy_provided)
-
{{ _('Accessibiliy') }}
@endif
@if($wishlist->tour_guide_provided)
-
{{ _('Tour guide') }}
@endif
{{ $wishlists->links() }}