@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Testimonials All Testimonials

All Features Info

Add New Testimonial
@include('dashboard.layouts.messages') {{----}} {{----}} @if($testimonials) @foreach($testimonials as $testimonial) {{----}} @endforeach @else @endif
id Image NameDescriptionCreated by Created at Updated at Actions
id Image NameDescriptionCreated by Created at Updated at Actions
{{$testimonial->id}} testimonial image {{$testimonial->testimonial_en->name}}{{$testimonial->testimonial_en->description}}{{$testimonial->created_by_user->user_en->fname.' '.$testimonial->created_by_user->user_en->lname}} {{$testimonial->created_at}} {{$testimonial->updated_at}} {{--{{$feature->id}}--}}
@if($testimonials) @foreach($testimonials as $testimonial) @endforeach @else @endif
@endsection