5 lines
92 B
PHP
5 lines
92 B
PHP
@extends('admin.layout')
|
|
|
|
@section('content')
|
|
@livewire('admin-user-search')
|
|
@endsection |