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

Media


All Albums @if($is_folder == 1)Go to Folders@endif

@if($nested == 1) @if (count($folders)>0) @foreach ($folders as $item) @endforeach @else

No Images/Folders for Album {{ $title }}

@endif @else @if (count($gallery)>0) @else

No Images Added in {{ $title }}

@endif @endif
@if(isset($gallery) && count($gallery) >0 )

Photo Gallery

@endif
@if(isset($gallery)) @foreach ($gallery as $item) @endforeach @endif
@if(isset($gallery)) {{ $gallery->appends(['folder_id' => $album_id])->links()}} @endif

@stop