@forelse ($providers as $provider)
?->getUrl(), true) }})
@auth
@endauth
{{ $provider->provider?->primary_address?->state?->name }}
-
{{ $provider->provider?->primary_address?->country?->name }}
{{ $provider->provider?->primary_address?->address }},
{{ $provider->provider?->primary_address?->postal_code }}
@empty
{{__('frontend::static.wishlist.providers_not_found')}}
@endforelse
@if(count($providers ?? []))
@if($providers?->lastPage() > 1)
{{-- {!! $providers->links() !!} --}}
{!! $providers->appends(['type' => 'provider'])->links() !!}
@endif
@endif
@forelse ($services as $service)
{{ $service?->service?->discount }}%
@auth
@endauth
{{ Helpers::getDefaultCurrencySymbol() }}{{ Helpers::covertDefaultExchangeRate($service->service?->price) }}
{{ Helpers::getDefaultCurrencySymbol() }}{{ Helpers::covertDefaultExchangeRate($service->service?->service_rate) }}
-
{{ $service->service?->duration }}
{{ $service->service?->duration_unit }}
- {{__('frontend::static.wishlist.min')}}
{{ $service->service?->required_servicemen }}
{{__('frontend::static.wishlist.servicemen_required')}}
{{ $service->service?->description }}
@empty
{{__('frontend::static.wishlist.services_not_found')}}
@endforelse
@if(count($services ?? []))
@if($services?->lastPage() > 1)
{!! $services->appends(['type' => 'service'])->links() !!}
@endif
@endif