@forelse($items as $item)
@include('site.itemCard')
@empty
@endforelse
{{$items->links()}}
@extends('site.layouts.master') @section('contents')