@extends('admin.layout') @section('title', 'Photo Gallery') @section('page_heading', 'Photo Gallery (Year Albums)') @section('content')
| Year | Title | Published | Action |
|---|---|---|---|
| {{ $album->year }} | {{ $album->title }} | {{ $album->is_published ? 'Yes' : 'No' }} | Manage |
| No albums found. | |||