Reviews

@if ($errors->any())
@endif @include('flash-message')
{{-- --}} @foreach ($reviews as $key => $data) {{-- --}} @endforeach
# NameDateReview Action
{{ $key + 1 }} @if ($data->name != null) {{-- {!! \Illuminate\Support\Str::words($data->vision_text, 10,'....') !!} --}} {{ $data->name }} @endif @if ($data->created_at != null) {{ \Carbon\Carbon::parse($data->created_at)->format('l jS \of F Y') }} @endif @if ($data->rating != null) {{ $data->rating }} @endif Details Edit {{-- pending --}}
{{ method_field('DELETE') }} {{ csrf_field() }}