@extends('layouts.commonmaster') @section('title') | Dashboard @endsection @section('content')

{{ $org_name }} Clerks

This page serves as the central hub for managing clerks within the system, providing tools to oversee their roles, assign permissions, and manage related administrative tasks. To add new clerks to the system, simply click the button below and follow the guided steps.
@php $number = 0 @endphp @foreach($org_clerks as $oc) @php $number++; @endphp @endforeach
No. Name Username Phone Number Email Status
{{ $number }} {{ $oc->name }} {{ $oc->username }} {{ $oc->phonenumber }} {{ $oc->email }}
@endsection() @push('scripts') @endpush