@extends('layouts.app') @section('content')
@if(session('success')) @endif @if(session('error')) @endif

Albums

All Albums

@forelse($albums as $album) @empty @endforelse
Cover Photo Album Name Photos Actions
Cover Photo {{ $album->album_name }} 10 photos View Photos
@csrf @method('PATCH')
No albums found.
{!! $albums->links('vendor.pagination.bootstrap-4') !!}
@endsection