@yield('eyebrow', now()->locale('tr')->translatedFormat('d F Y l'))
@yield('heading', 'Günaydın, '.str(auth()->user()->name)->before(' '))
@hasSection('top-actions')
@yield('top-actions')
@else
Yeni Randevu
@endif
{{ session('success') }}
@endif
@if($errors->any())
Lütfen işaretli alanları kontrol edin.
@endif
@yield('content')