@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])

User Menu Access

@foreach($userTypes as $index => $row) @endforeach
# User Type Status Action
{{ $index + 1 }} {{ $row->user_type ?? '' }} @if($row->oprtnl_flag == 'A') Active @else Inactive @endif
@endsection