@extends('layouts.dashboard') @section('title', 'Gallery') @section('content')
{{ $photo->caption ?: '—' }}
{{ $photo->active ? 'Active' : 'Inactive' }}