@extends('admin.layouts.master') @section("title","View Users") @section('content')
ID | Name | UserType | Registerd | Status | Action | ||
---|---|---|---|---|---|---|---|
{{$i++}} | {{$users->name}} | {{$users->email}} | @if($users->type == "2")Teacher | @elseif($users->type == "3")Student | @endif{{$users->created_at->format('d/M/Y')}} | status ? 'checked' : '' }}> |