@extends('layouts.app') @section('title', 'Non Student Users List') @section('content')
@foreach ($users as $user) @if ($user->students->count() == 0) @endif @endforeach
Action # Photo Student ID Name Name (Bangla) Email Mobile Father Mother Created Status
{{ $loop->iteration }} @if ($user->avatar) @endif {{ $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
@endsection @include('admin.components.delete') @include('admin.components.toster') @include('admin.components.tosterjs') @push('js') @endpush