Skip to main content
CART

Portatour Reviews -

$request->validate([ 'rating' => 'required // GET /api/tours/tourId/reviews public function index($tourId)

// POST /api/tours/tourId/reviews public function store(Request $request, $tourId) portatour reviews

protected $casts = [ 'images' => 'array', 'replies' => 'array', 'is_verified_purchase' => 'boolean', 'is_approved' => 'boolean', ]; validate([ 'rating' =&gt

const submitReview = async () => await fetch( /api/tours/$tourId/reviews , method: 'POST', headers: 'Content-Type': 'application/json' , body: JSON.stringify(newReview) ); // refresh reviews ; const submitReview = async () =&gt

"@context": "https://schema.org", "@type": "Product", "name": "Paris Walking Tour", "aggregateRating": "@type": "AggregateRating", "ratingValue": "4.8", "reviewCount": "127" , "review": [ "@type": "Review", "author": "John Doe", "datePublished": "2025-03-10", "reviewRating": "@type": "Rating", "ratingValue": "5" , "reviewBody": "Amazing guide!" ]

protected $table = 'portatour_reviews'; protected $fillable = [ 'tour_id', 'user_id', 'booking_id', 'rating', 'title', 'comment', 'images', 'replies', 'is_verified_purchase', 'is_approved', 'helpful_count', 'reported_count' ];

return $this->belongsTo(Tour::class);

Contact

  • ANATOLIS 9-15, N. IONIA, 14231

  • +30 (210) 2792444

  • +30 (210) 2798444

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Newsletter

Design & development by Web Intelligence