@extends('admin.layout.layout') @section('title', 'Users') @section('content')
@livewire('admin.users')
@endsection @section('script') @endsection