@section('Dashboard')

comment {!! __('Testimonials') !!}

{!! __('Welcome to the Testimonials Management Dashboard! Here, you can easily Create new Testimonials to tailor the system to your needs. Simply navigate to the Create Testimonials section to get started.') !!}


@if($message = Session::get('Update'))
{{ $message }}
@endif @if($message = Session::get('store'))
{{ $message }}
@endif @if ($message = Session::get('delete'))
{{ $message }}
@endif
@foreach($Testimonials as $Testimonial) @endforeach
@include('layouts.footer')
@endsection