@extends('layouts.admin') @section('page-title') Users @endsection @section('page-top-title') Users @endsection @section('content-body')
@include('backend.inc.messages')
@include('backend.components.users-list')
@endsection @section('page-scripts') {{-- --}} {{-- --}} {{-- --}} @endsection