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

Albums

Buat & kelola album untuk foto private.

New Album
@forelse($albums as $album)
{{ $album->name }}
{{ $album->description }}
{{ $album->images_count }} foto
@empty
Belum ada album.
@endforelse
{{ $albums->links() }}
@endsection