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