@forelse($images as $img)
@empty
@php
$sampleImgs = [
['src' => asset('public/images/14th March.png'), 'cat' => 'sessions', 'title' => 'Healing Session'],
['src' => asset('public/images/Blue and White Geometric Stress Relief Workshop LinkedIn Post.png'), 'cat' => 'sessions', 'title' => 'Auromon Chakrabarti'],
['src' => asset('public/images/Blue Peach Benefits of Meditation Facebook Post.png'), 'cat' => 'workshops', 'title' => 'Workshop'],
['src' => asset('public/images/Green White Modern Holistic Health Tips For Daily Wellness Instagram Post.png'),
'cat' => 'sessions', 'title' => 'Counselling Session'],
['src' => asset('public/images/Blue Yellow Pastel Gradient Illustrative Tips For Anxiety Instagram Post.png'),
'cat' => 'awards', 'title' => 'Award Ceremony'],
['src' => asset('public/images/Black and Beige Luxury Stress Relief Instagram Post (1).png'),
'cat' => 'workshops', 'title' => 'Group Workshop'],
];
@endphp
@foreach($sampleImgs as $img)
@endforeach
@endforelse