@extends('adminlte::page') @section('title', 'Rights') @section('content')

{{ucfirst($subAdmin->name)}} Rights

@csrf
@if(!empty($employees)) @foreach($employees as $key =>$value)
@endforeach @endif
@stop