@extends('layouts.app-settings') @section('main-content')
@include('settings.settings-head')
@if (Auth::check()) @if ((Auth::user()->user_type) === 'ADMIN') @endif @endif

Loading

# Picture Username Fullname Level Email Address Status Created Action
{{-- add new admin modal start --}} {{-- add new admin end --}} {{-- update admin modal start --}} {{-- update admin end --}}
@endsection('main-content')