@extends('../themes/' . $activeTheme . '/' . $activeLayout) @section('subhead')
Users Layout - Midone - Tailwind Admin Dashboard Template
@endsection @section('subcontent')
Users Layout
Add New User
Add Group
Send Message
Showing 1 to 10 of 150 entries
@foreach (array_slice($fakers, 0, 10) as $faker)
{{ $faker['users'][0]['name'] }}
{{ $faker['jobs'][0] }}
Progress
20%
Message
Profile
@endforeach
...
1
2
3
...
10
25
35
50
@endsection