@extends('dashboard.dashboard') @section('title',ucfirst('Depoimentos')) @section('main') @section('page','testimonial')

Depoimentos

Administre os Depoimentos cadastrados no Site
@foreach($testimonials as $key => $testimonial) @endforeach
Nome Curso {{ __('actions')}}
Nome Curso {{ __('actions')}}
{{ $testimonial->name }} {{ $testimonial->course}}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush