@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

@if(isset($data) && !empty($data)) @foreach($data as $row) @endforeach @endif
# Image Name Email Review Date Status Action
{{ $i++ }} @if($row->image != "") @else @endif {{ucwords($row->name)}} {{$row->email}} {{$row->text}} {{date('d-M-Y', strtotime($row->created_at))}}
{{date('h:i A', strtotime($row->created_at))}}
@if($row->status == 1) @else @endif
@include('admin.cms.testimonials_modal') @section('js') @endsection @endsection