@extends('theme.master') @section('title', 'Wishlist') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets)) @endif
@php $item = App\Wishlist::where('user_id', Auth::User()->id)->get(); @endphp @if(count($item) > 0)