@include('partials.header')
@include('partials.top_menu') @include('partials.menu')
{{ $siteTitle }}
@if ($errors->any())
Error: Terjadi beberapa kesalahan!

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@yield('card_header')
@hasSection('content') @yield('content') @endif @yield('content_error')
@include('partials.bottom_menu')
@include('partials.footer')