@php $bandPhotos = [ ['seed' => 'yatra-band-1', 'alt' => 'Partner bus on a Kathmandu route'], ['seed' => 'yatra-band-2', 'alt' => 'Commuter tapping in at the bus door'], ['seed' => 'yatra-band-3', 'alt' => 'Recharge counter at New Baneshwor'], ['seed' => 'yatra-band-4', 'alt' => 'Evening commute across the valley'], ]; @endphp
@foreach ($bandPhotos as $i => $photo)
{{ $photo['alt'] }}
@endforeach