@extends('partials.layouts.master') @section('title', 'Settings - MediTrack') @section('meta_description', 'Manage your MediTrack account settings. Update profile information, change password, and configure system preferences.') @section('title-sub', 'Settings') @section('pagetitle')
Home / Settings
@endsection @section('content')
Profile
@if(in_array($admin->role, ['Super Admin', 'Admin', 'Manager']))
Admin Panel Users
Person Name User Name Role Access Level Actions
Showing to of
Per page
@endif
@endsection