@extends('layouts.admin') @section('title', 'Add User') @section('page-title', 'Add System User') @section('page-subtitle', 'Create a new staff account with role assignment') @section('content')
@csrf
Role Permissions:
Admin: Full access | Manager: Approve loans, reconcile | Cashier: Disburse, record transactions | Agent: Collect savings (pending) | Loan Officer: Apply loans | POS: Mart sales | Auditor: View reports & audit logs only
Cancel
@endsection