@extends('layouts.app') @section('title', 'Students Testimonial List') @section('content')
@foreach ($testimonials as $item) @endforeach
Action # UID Name Roll Registration Group Subject Passing Year Point Created At Created By Status
{{ $loop->iteration }} {{ optional($item->studentuser)->uid }} {{ optional($item->studentuser)->name }} {{ $item->roll }} {{ $item->registration }} {{ $item->group }} {{ $item->subject }} {{ $item->passing_year }} {{ $item->point }} {{ $item->created_at->format('d-m-Y') }} {{ optional($item->user)->name }}
{{ $item->status }}
@endsection @include('admin.components.toster') @include('admin.components.tosterjs') @include('admin.components.delete')