@extends('layouts.base') @section('title') Photo Gallery @endsection @section('content')

Photo

HOME /  Photo

Our Photos

@forelse($photos as $photo)
@empty

No photo gallery data found.

@endforelse
@endsection