@extends('user.layouts.app')
@section('body_class', 'club_tour')
@section('content')
@foreach($bannerImages as $image)
@endforeach
@foreach($clubTours as $tour)
@php
$imagesArray = explode(',', $tour->image); // all images for this tour
@endphp
-
@foreach($imagesArray as $img)
@endforeach
{{ $tour->page_title }}
@endforeach
arrow_back
arrow_forwards
@endsection
@section('footer')
@endsection
@push('scripts')
@endpush