@extends('themes.base.layout') @section('title', 'Gallery Admin') @section('breadcrumb')
@endsection @section('content')
{{ $album->name }}@if ($album->is_private) @endif {{ $album->description }} {{ $album->photos_count }} {{ trans_choice('admin.stats_widget.photos', $album->photos_count) }} |
@lang('forms.edit_action') @lang('forms.delete_action') |