@extends('layouts.admin') @section('title', 'Manage Photo Albums') @section('header_title', 'Photo Galleries') @section('content')
| Cover | Album Name | Total Photos | Status | Actions |
|---|---|---|---|---|
|
@if($album->albumCover)
|
{{ $album->albumName }} | {{ $album->photos->count() }} Photos | @if($album->albumActive) Active @else Inactive @endif | Manage Photos ({{ $album->photos->count() }}) Edit |
| No photo albums created yet. | ||||