@extends('front') @section('content')

{{$order_product_count}}+ {{ __('Bookings') }}

{{ optional(App\Models\UserDetail::select('city', 'state', 'country')->where('user_id', $products->user_id)->first())->showaaddress() ?? '' }}

{{ $ratings['avg_rating'] ?? 0.0 }} ({{ $ratings['total_count'] }} {{ __('reviews') }})

{{ __('share_now') }}

{{$products->views}} {{ __('Views') }}

{!! $products->source_description !!}

{{ __('Read More') }}