@extends('admin.layouts.layouts') @section('title', 'Admin Users') @section('content')
@can('user-create') Create @endcan
{{-- --}}
# Name Email Mobile Role Created DateStatusActions
@endsection @section('page-js') @endsection