@extends('layouts.admin') @section('title', 'Edit Album') @section('header_title', 'Photo Galleries') @section('content')

Edit Photo Album: {{ $album->albumName }}

Back to List
@csrf @method('PUT')
Recommended size: 800x600px. Leave blank to keep current cover. @if($album->albumCover)
Current Album Cover: {{ $album->albumName }}
@endif
@endsection