@extends('home.layout') @section('home-title') Wishlists: {{ $wishlist ? $wishlist->name : 'Default' }} @endsection @section('home-content') {!! breadcrumbs(['Wishlists' => 'wishlists', $wishlist ? $wishlist->name : 'Default' => 'wishlists/' . ($wishlist ? $wishlist->id : 'default')]) !!}
No items found.
@else {!! $items->render() !!}