Activities

@foreach($activities as $activity)
@if($activity->img_path !== '0' && $activity->img_path != '' ) @else @endif

{{ $activity->title }}

{{ $activity->description }}

  • {{ $activity->ratings }} ({{ $activity->reviews }})
  • Carbon Footprint
${{ $activity->amount }} @if($activity->site_url) Book @else Book @endif
@endforeach