@extends('layouts.front')
@section('content')
@section('css')
@endsection
@php $home = \App\HomePage::findorFail(1); @endphp
Añadir tu reseña
Gracias por su visita {{env('APP_NAME')}} Restaurant.
Nos encantaría recibir sus comentarios!
@if(isset($testimonials) && !empty($testimonials))
@foreach($testimonials as $row)
{{$row->name}}
{{date('d-M-Y', strtotime($row->created_at))}}
{{$row->text}}
@endforeach
@endif
@section('js')
@endsection
@endsection