@vite(['resources/css/app.css', 'resources/js/app.js'])
Dashboard
Posts
@auth
{{ Auth::user()->name }}
@csrf
Logout
@endauth
Ana menüyü aç
Dashboard
Posts
@auth
{{ substr(Auth::user()->name, 0, 1) }}
{{ Auth::user()->name }}
@csrf
Logout
@endauth
@if (session('success'))
{{ session('success') }}
@endif {{ $slot }}
@stack('scripts')