@extends('layout.main') @section('main-section')

EFU Property Management Portal

Users Access List

abcd

@csrf
@error('txtemail') @enderror

Functional Access List

Add badges to any list group item to show unread counts, activity, and more with the help of some utilities.

    @foreach ($functional_access as $fc)
  • {{$fc->_AccessName}} X
  • @endforeach

Claim Types Access List

Add badges to any list group item to show unread counts, activity, and more with the help of some utilities.

    @foreach ($claim_type_access as $cta)
  • {{$cta->_AccessName}} X
  • @endforeach

Branches Access List

Add badges to any list group item to show unread counts, activity, and more with the help of some utilities.

    @foreach ($branches_access as $ba)
  • {{$ba->_AccessName}} X
  • @endforeach
@endsection('main-section')