@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100'])
@section('content')
@include('layouts.navbars.auth.topnav', ['title' => $title])
# |
User Type |
Status |
Action |
@foreach($userTypes as $index => $row)
{{ $index + 1 }} |
{{ $row->user_type ?? '' }} |
@if($row->oprtnl_flag == 'A')
Active
@else
Inactive
@endif
|
|
@endforeach
@endsection