Edit Album


Select Event *

Album Name *

Upload Cover Image * : ( Standard image resolution to be used : approx 350x250)



@if($album->nested == 1) @foreach($album_folders as $album_folder)
{{$album_folder->album_name}}
@foreach($album_folders_images as $album_folders_image) @if($album_folders_image->album_id == $album_folder->id)

@endif @endforeach
@endforeach @else
@foreach($album_folders_images as $album_folders_image) @if($album_folders_image->album_id == $album->id)

@endif @endforeach
@endif
@if($album_folders) @endif
@if($album->nested == 1) @foreach($album_folders as $album_folder)
{{$album_folder->album_name}}
@endforeach @else
@endif