Lektrik
Dashboard
Clients
Quotes
Configuration
{{ auth()->user()->name }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
@csrf
Logout
{{ auth()->user()->name }}
{{ auth()->user()->email }}
Dashboard
Clients
Quotes
Configuration
@csrf
Logout
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')