@extends('../themes/base') @section('head') @yield('subhead') @endsection @section('content')
Application Dashboard
Notifications
@foreach (array_slice($fakers, 0, 5) as $fakerKey => $faker)
$fakerKey, ])>
Midone Tailwind HTML Admin Template
{{ $faker['users'][0]['name'] }}
{{ $faker['times'][0] }}
{{ $faker['news'][0]['short_content'] }}
@endforeach
ProfilePic
Takunda Ganda
ID: 4537721
Profile Change Password Logout
@yield('subcontent')
@endsection @pushOnce('styles') @vite('resources/css/themes/tinker/top-nav.css') @endPushOnce @pushOnce('scripts') @vite('resources/js/components/themes/tinker/top-bar.js') @endPushOnce