@extends('layouts.app') @section('content')
Collection entry

{{ $album->exists ? 'Album edit' : 'Album add' }}

Update collection details with branded contrast and a clearer field hierarchy for fast editing.

Back to listing
@if ($errors->any())
Please review the highlighted information.
@endif
@csrf @if($album->exists) @method('PUT') @endif
Album details
@unless($album->exists)
or
@endunless
or
@endunless
Cancel
@endsection