@extends('layouts.user')
@section('head')
@endsection
@section('content')
{{__("WishList")}}
@include('admin.message')
@if($rows->total() > 0)
@foreach($rows as $row)
@include('User::frontend.wishList.loop-list')
@endforeach
@else
{{__("No Items")}}
@endif
@endsection
@section('footer')
@endsection