@extends('layouts.app') @section('title', 'Students Testimonial List') @section('content')
| 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 }}
|