| {{ __('Comment') }} | {{ __('Student') }} | {{ __('Status') }} | {{ __('University') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {!! mb_substr($testimonial->comment,0,30) !!} | {{ $testimonial->student->name }} | {{ $testimonial->status == 'active' ? 'Activated' : 'Not Activated' }} | {{ $testimonial->university->name }} |
{{ __('master.edit') }}
{{-- --}}
{{-- @include('dashbord.include.deleteModalTest', [--}}
{{-- 'model_id' => 'Testimonial-' . $testimonial->id,--}}
{{-- 'route' => ['testimonials.destroy', $testimonial->id],--}}
{{-- 'method' => 'DELETE',--}}
{{-- 'message' => 'Testimonial',--}}
{{-- 'hiddenInput' => ['testimonial_id' => $testimonial->id],--}}
{{-- ])--}}
|