@extends('backend.administrator.template') @push('title') User List @endpush @section('content-wrapper') @livewire('administrator.user') @endsection