{{ $review->comment }}
@extends('frontend.layout')
@section('pageHeading')
@if (!empty($pageHeading))
{{ $pageHeading->equipment_details_page_title }}
@endif
@endsection
@section('metaKeywords')
{{ $details->meta_keywords }}
@endsection
@section('metaDescription')
{{ $details->meta_description }}
@endsection
@section('content')
{{-- csrf-token for ajax request --}}
@includeIf('frontend.partials.breadcrumb', [
'breadcrumb' => $bgImg->breadcrumb,
'title' => Str::limit($details->title, 20, '...'),
])
{!! replaceBaseUrl($details->description, 'summernote') !!} {{ $review->comment }}{{ $details->title }}
{{ optional($details->vendor)->shop_name }}
{{ $details->categoryName }}
@foreach ($features as $feature)
@endforeach
{{ $feature }}
{{ __('This equipment has no review yet') . '!' }}
@else
@foreach ($reviews as $review)
@else
@endif