@extends('layouts.frontend', ['body_class' => ''])
@php
SEOMeta::setTitle(__('Helyszín és építkezés képek'));
@endphp
@section('content')
@php
$galleries = \App\Models\Gallery::getConstructionGalleryList();
@endphp
@foreach ( $galleries as $gallery )
@php
$images = $gallery->image_list();
@endphp
@endforeach
@endsection