@extends('dashboard.dashboard')
@section('title',ucfirst('Depoimentos'))
@section('main')
@section('page','testimonial')
| Nome |
Curso |
{{ __('actions')}} |
| Nome |
Curso |
{{ __('actions')}} |
@foreach($testimonials as $key => $testimonial)
| {{ $testimonial->name }} |
{{ $testimonial->course}}
|
|
@endforeach
@endsection
@push('scripts')
@endpush