@extends('layout.main') @push('title') Our Gallery- SVT Tour and Travels @endpush @section('main-section')
Our Gallery

Our Latest Gallery

@foreach($galleryData as $galleryRow)
{{$galleryRow->alt_text}}
@endforeach
@endsection