{!! render_image_markup_by_attachment_id($item->image,'full') !!}
@if(optional($item->lang_front)->designation)
{{optional($item->lang_front)->designation}}
@endif
{{optional($item->lang_front)->title}}
{!!iFrameFilterInSummernoteAndRender(optional($item->lang_front)->short_description) !!}
@if(optional($item->lang_front)->location)
{{optional($item->lang_front)->location}}
@endif
@if($item->price > 0)
{{__('Fee')}}: {{amount_with_currency_symbol($item->price)}}
@endif
{!! single_post_share(route('frontend.appointment.single',[optional($item->lang_front)->slug ?? __('untitled'),$item->id]),optional($item->lang_front)->title,get_attachment_url_by_id($item->image,'full')) !!}
{{get_static_option('appointment_single_'.$user_select_lang_slug.'_appointment_booking_client_feedback_title')}}
@foreach($item->reviews as $data)-
@for( $i =1; $i <= $data->ratings; $i++ )
@endfor
{{$data->message}}
@endforeach
{{$data->user ? optional($data->user)->username : __("Anonymous")}}