@include('layout.header')
@foreach ($list as $item) @if(count($item->images))

{{$item->title}}

@endif @endforeach
@include('layout.footer') @foreach ($list as $item) @endforeach