@extends('frontend.layouts.app') @section('title') {{ $title ?? 'Product Feedback' }} @endsection @section('content')

Product Feedback

Share your experience with this product. Your feedback helps us improve!

{{ $ad->title }}

{{ $ad->title }}

{!! nl2br($ad?->hasOneAdsInfo?->description) !!}

@if($trade && is_null($trade->rating))
Rate this product:
@csrf
@else
You have already submitted feedback for this product or are not authorized to submit feedback.
@endif
@endsection @push('scripts') @endpush @push('style') @endpush