@extends('backend.admin.template') @push('title') User List @endpush @section('container') @livewire('administrator.user') @endsection