@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{ __('#') }} {{ __('Created at') }} {{ __('Role') }} {{ __('Name') }} {{ __('Email') }} {{ __('Status') }} {{ __('Actions') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Update status modal --}} {{-- Delete user modal --}} {{-- Custom JS --}} @section('scripts') @endsection @endsection