@extends('layouts.admin.layout') @section('content')

Gallery ({{ $count }})

@include('partials.message')

New Album

@foreach ($gallery as $gallery)

{{ $gallery->name }}

{{ $gallery->getPhotoCount($gallery->id) }} photos

@endforeach
@endsection @push('scripts') @endpush