@extends('layouts.appInnerWithoutSearch') @section('seoTitle') {{ $title }} - {{ env('APP_NAME') }} @endsection @section('title') {{ $title }} @endsection @section('contentInner') @if (!$images->isEmpty())
@foreach ($images as $item)
{{--

HouseKeeping

--}} {{ $item->title }} {{--

{{ $item->title }}

--}} {{--
22
--}}
{{--
--}} @endforeach
@endif @endsection