@extends('layouts.tenant.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

User Management

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
Name:
Email:
Password:
Confirm Password:
Role:
@endsection @section('script') @endsection