@extends('buyer.layout') @section('title') {{ __('translate.Buyer || Wishlist') }} @endsection @section('front-content')

{{ __('translate.Wishlist') }}

  • {{ __('translate.Dashboard') }}
  • {{ __('translate.Wishlist') }}
{{-- item section --}} @if ($services->count() > 0)
@foreach ($services as $service) @endforeach
@else
listing-not-found

{{ __('translate.Sorry!! Wishlist Item Not Found') }}

{{ __('translate.Whoops... Do not have any item to your wishlist') }}

{{ __('translate.Go to Services') }}
@endif
@endsection @push('js_section') @endpush