{{ $shop->shop_name }} {{ $shop->address }}, {{ $shop->cityRelation->name ?? '' }}, {{ $shop->countryRelation->name ?? '' }}
{{ number_format($rating, 1) }} ()
Overview
{!! nl2br(e($shop->description)) !!}
Products Offered
{{ number_format($product->avg_rating, 1) }} ({{ $product->ratings_count }} {{ $product->ratings_count == 1 ? __('review') : __('Reviews') }})
@else0.0 (0 {{ __('review') }})
@endif{{ $product->source_name }}
{{ $currency_code ?? '$' }}{{ $product->source_price }}
No products available from this shop yet.
@endforelseServices Provided
{{ $service->source_name }}
{{ $shop->shop_name }}
@if ($service->ratings_count > 0){{ number_format($service->avg_rating, 1) }} ({{ $service->ratings_count }} {{ $service->ratings_count == 1 ? 'Review' : 'Reviews' }})
@else0.0 (0 Reviews)
@endifStarts From
{{ $currency_code ?? '$' }}{{ $service->source_price }}
No services found for this shop.
{{ $shop->shop_name ? __('for') . ' ' . $shop->shop_name : '' }}
{{ __('Customer Reviews & Ratings') }}
/ 5.0
{{ __('basedon') }} 0 {{ __('review') }}
5 {{ __('Star Ratings') }}
0
4 {{ __('Star Ratings') }}
0
3 {{ __('Star Ratings') }}
0
2 {{ __('Star Ratings') }}
0
1 {{ __('Star Ratings') }}
0
Business Hours
@php $allDays = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']; $workingHours = json_decode($shop->working_day, true) ?? []; @endphp @foreach($allDays as $day) @php $dayKey = strtolower($day); @endphp{{ $day }} @if(isset($workingHours[$dayKey]) && !empty($workingHours[$dayKey]['start_time']) && !empty($workingHours[$dayKey]['end_time'])) {{ \Carbon\Carbon::parse($workingHours[$dayKey]['start_time'])->format('h:i A') }} - {{ \Carbon\Carbon::parse($workingHours[$dayKey]['end_time'])->format('h:i A') }} @else Closed @endif
@endforeachSocial Profiles
Owner Details
{{ ucfirst($shop->owner_name) ?? 'N/A' }}
Shop Since : {{ $shop->created_at?->format('j F Y') ?? 'N/A' }}
Phone
{{ $shop->phone }}
Address
{{ ucfirst($shop->address) }}