@extends('layouts.admin') @section('title') Users @endsection @section('page_title') Users @endsection @section('content') @push('page_style') @include('include.dataTableStyles') @endpush
@if($roleId == getIdFromSlug('manager'))

Account Managers

@elseif ($roleId == getIdFromSlug('accountant'))

Accountants

@else

Moderators

@endif
@if($roleId == getIdFromSlug('manager'))

List of All Account Managers

@elseif ($roleId == getIdFromSlug('accountant'))

List of All Accountants

@else

List of All Moderators

@endif
S.No Full Name Email Status Action Log
@push('page_script') @include('include.dataTableScripts') @endpush @endsection