@extends('layouts.app') @section('title', 'Non Student Users List') @section('content')
| Action | # | Photo | Student ID | Name | Name (Bangla) | Mobile | Father | Mother | Created | Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} |
@if ($user->avatar)
|
{{ $user->uid }} | {{ $user->name }} | {{ $user->name_bn }} | {{ $user->email }} | {{ $user->mobile }} | {{ optional($user->studentInfo)->father }} | {{ optional($user->studentInfo)->mother }} | {{ $user->created_at->format('d-m-Y') }} |
{{ $user->status }}
Delete
|