@extends('front.layout.master') @section('main_content') @php $setting = App\Models\Setting::where('id',1)->first(); @endphp

Wishlist

@include('user.sidebar')
@if($wishlist->count() > 0)
@foreach($wishlist as $item) @endforeach
SL Photo Package Action
1 {{ $item->package->name }}
@else

No Data Found

@endif
@endsection