@section('title', __('site.page_album_edit_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_album_edit_h1') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif
@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif

{{ __('site.page_album_edit_upload_title') }}


{{ __('site.page_ads_new_block_not') }}
{{ __('site.site_file_permit') }}
{{ __('site.files_jpg_png_webp') }}
{{ __('site.site_file_size') }}
2 MB

{{ __('site.page_album_edit_photos_title') }}

@if($allPhotos->count() == 0)
{{ __('site.page_album_edit_no_photos') }}
@else
@foreach($allPhotos as $photo) @endforeach
@endif
@include('includes/footer')