@yield('styles')
⚓ Ocean
go
Dashboard
Pengguna
Pemesanan
Progress
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
{{ Auth::user()->name }}
👨💼 Admin
@csrf
🚪 Keluar
@if ($errors->any())
Error!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif @yield('content')
@yield('scripts')