@extends('layouts.admin_default')
@section('title', 'Manage Users')
@section('page', 'Users / List')
@section('content')
@section('content')
@if (session()->has('message'))
{{ session()->get('message') }}
@endif
Name |
Email |
Mobile |
Role |
Created Date |
Status |
Action |
@endsection
@section('footer')
@endsection