@extends('welcome') @section('seo_title', $seo_title) @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($alreadyRated)

{{__('You have already rated this business.')}}

@else
@csrf

{{__("Rate your experience")}}

{{__("Give your review a title")}}

{{__("Tell us more about your experience")}}

{{__("Attachments (optional)")}}

{{__('Submit Review')}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @endif
@endsection @push('extraJS') @endpush @push('extraCSS') @endpush