@extends('layouts.base') @section('title') Photo Gallery @endsection @section('content')
{{ $photo->title ?? 'Untitled' }}
{{ $photo->description ?? '' }}
No photo gallery data found.