// resources/views/admin/users.blade.php @extends('layouts.contentLayoutMaster') @section('title', 'Users') @section('content')
This is the Users management page. Admins can manage system users here.