@extends('layouts.admin.app') @section('title', 'Users') @section('content_header')
@stop @section('content')
Role filter
@foreach (\App\Models\Role::all() as $role)
{{readable($role->name)}}
@endforeach
ID
Email
Name
Created_at
Actions
@endsection @push('scripts') @endpush