@extends('layouts.base') @section('content') {{__('Customer Reviews & Feedback')}} 😄 {{__('Read our honest customer reviews & feedback. You can')}} {{__('submit your own review')}}. @foreach ($reviews as $r) {{$r->review}} {{$r->name}} @endforeach {{__('Submit your review')}} {{__('If you have made a purchase with us, the review will show up immediately on this page.')}} {{__('Your review has been submitted.')}} {{__('Your Name')}} {{__('Your E-mail')}} {{__('Your rating')}} ☆ ☆ ☆ ☆ ☆ {{__('Your review')}} {{__('Submit review')}} @endsection @section('scripts') @endsection
{{__('Read our honest customer reviews & feedback. You can')}} {{__('submit your own review')}}.
{{$r->review}}
{{$r->name}}
{{__('If you have made a purchase with us, the review will show up immediately on this page.')}}