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

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

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

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

{!! $products->source_description !!}

{{ __('Read More') }}