@extends('layouts.app') @section('title', 'Photo Gallery') @section('meta_description', 'Browse our photo gallery with latest news images and events.') @section('content')

Photo Gallery

Video Gallery
@if($photos->count())
@foreach($photos as $photo)
@endforeach
{{ $photos->links() }}
@else

No photos available yet.

@endif
@endsection @push('js') @endpush