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

{{ $title }}

{{ $state_name }}
@if($nested == 1) @if (count($folders)>0) All Albums @foreach ($folders as $item) @endforeach @endif @else

Photo Gallery

@endif
@if($is_folder == 1) All Albums Go to Folders @endif
@if(isset($gallery)) @foreach ($gallery as $item) @endforeach @endif

@endsection