@extends('layout') @section('title', $album['display']) @section('content')

{{ $category }}

{{ $album['display'] }}

@if(!empty($album['texts']))
@foreach($album['texts'] as $t)

{{ $t }}

@endforeach
@endif

{{ $album['count'] }} photos

@foreach($album['images'] as $i => $img) @endforeach
@endsection @push('scripts') @endpush