@extends('layouts.app') @section('title') User Lists @endsection @section('content')
| S.No | Vendor Name | Email ID | Status | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $adminUser->UserName ? $adminUser->UserName : null }} | {{ $adminUser->Email ? $adminUser->Email : null }} | @if($adminUser->IsActive=='1') Active @else In-active @endif | Edit | ||||||
|
|
||||||||||