@extends('layouts.app') @section('content')
@forelse ($testimonials as $testimonial)

{{$testimonial->content}}

{{$testimonial->author}}, {{date('F j, Y, g:i a', strtotime($testimonial->created_at))}}

@empty

No Records found!

@endforelse
{{$testimonials->links()}}

Category

    @foreach($category as $cat)