@extends('site.inner') @section('title') {!! label('lbl_photo_gallery') !!} @endsection @section('breadcrumb') {{ breadcrumb() }} @endsection {{-- @section('page_title') {!! label('lbl_photo_gallery') !!} @endsection --}} @section('page_content')

{{ label('lbl_photo_gallery') }}

@if($galleries) @foreach($galleries as $key => $album) @endforeach
{!! $galleries->render() !!}
@else
{{ label('lbl_no_information') }}
@endif
@endsection @section('js-content') @endsection