@extends('dashboard.layouts.layouts') @section('title') testimonials @endsection @section('content')

testimonials All testimonials

@if(session()->has('created')) @endif @if(session()->has('updated')) @endif @if(session()->has('deleted')) @endif

All testimonials Info

Add New testimonial
{{-- --}} @foreach($comments as $comment) {{-- --}} @endforeach
Id Image Name Job Titletestimonialdate Action
{{$comment->id}} {{$comment->comment_en->fullname}} {{$comment->comment_en->job_title}}{{$comment->comment_en->comment}}{{$comment->created_at->format('D M Y')}}
@foreach($comments as $comment) @endforeach
@endsection('content')