INC
Gestão
Menu
Application
Dashboard
Pages
Mail Settings
Users & Permissions
Transactions Report
Users
@foreach (array_slice($fakers ?? [], 0, 4) as $faker)
{{ $faker['users'][0]['name'] }}
{{ $faker['users'][0]['email'] }}
@endforeach
Products
@foreach (array_slice($fakers ?? [], 0, 4) as $faker)
{{ $faker['products'][0]['name'] }}
{{ $faker['products'][0]['category'] }}
@endforeach
Notifications
@foreach (array_slice($fakers ?? [], 0, 5) as $key => $faker)
{{ $faker['users'][0]['name'] }}
{{ $faker['times'][0] }}
{{ $faker['news'][0]['short_content'] }}
@endforeach
@if (Auth()->user()->photo ?? false)
@else
@endif
{{ Auth()->user()->name }}
{{ Auth()->user()->email }}
{{--
Profile
Add Account
Reset Password
Help
--}}
Sair