@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Sidebar --}} {{-- Main content --}}
{{-- Topbar --}}
@yield('title', 'Dashboard')
{{-- Flash messages --}} @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif {{-- Page content --}}
@yield('content')
{{-- Profile Edit Modal --}}
Edit Profile
{{-- Tabs --}}
Profile Info
Change Password
{{-- Profile Info Tab --}}
@csrf @method('PATCH')
First Name
Last Name
Email
Username
Username cannot be changed
Save Changes
{{-- Change Password Tab --}}
@csrf @method('PATCH')
New Password
Confirm New Password
Change Password