@extends('dashboard_layout') @section('content')

Testimonial Lists

@if(Session::has('submit-status'))
{{ Session::get('submit-status') }}
@endif

 

@foreach ($all_testimonial AS $testimonial) @endforeach
Client Name Designation Comments Date Action
{{$testimonial->client_name}} {{$testimonial->client_designation}} {{$testimonial->client_comment}} {{$testimonial->created_at->format('jS M, Y')}}
@endsection