// resources/views/admin/users.blade.php @extends('layouts.contentLayoutMaster') @section('title', 'Users') @section('content')

Users

This is the Users management page. Admins can manage system users here.

@endsection