@extends('layouts.app') @section('title', 'Photo Gallery - Saba Remedies') @section('content')

Photo Gallery

Glimpses of Saba Remedies manufacturing, botanical research, and medical camps

@if(isset($categories) && $categories->count() > 0)
All Photos @foreach($categories as $cat) {{ $cat->gallery_name ?? $cat->name }} @endforeach
@endif @if(isset($images) && $images->count() > 0)
@foreach($images as $img)
Gallery Photo
@endforeach
{{ $images->links() }}
@else

No photos found

Photos will appear here once uploaded.

@endif
@endsection