@extends('admins.dashboard') @section('content')
All Users Registered In System
@include('users.table.all')
@endsection @section('scripts.footer') @endsection