@include('layout.header') @foreach ($list as $item) @if(count($item->images)) {{$item->title}} @foreach ($item->images as $image) @if ($image->file != null && $image->file != '') @endif {{$image->title}} @endforeach @endif @endforeach @include('layout.footer') @foreach ($list as $item) @endforeach