@include('layouts.header')
@if($wishlist->isEmpty())

No data found.

@else
@include('sidebar')
@endif
@include('layouts.footer')