7 lines
129 B
PHP
7 lines
129 B
PHP
@extends('layouts.app')
|
|
@section('title', 'Thêm User Mới')
|
|
|
|
@section('content')
|
|
<x-user-page mode="create" />
|
|
@endsection
|