@include('layouts.header')

Level Permissions

@foreach($currentUserCompanyLevels as $index => $currentUserCompanyLevel) @endforeach
Sl No. Level Name Permissions
{{$index+1}} {{$currentUserCompanyLevel->name}}
@csrf
@include('layouts.footer')