@if ( ! empty($title))
{!! $title !!}

@endif @yield('before.card') @yield('before.panel')
@if ($creatable) {{-- Please do not add any additional classes to this button like mb-3 or other. For local visual changes use custom css file and selector .btn-create --}} {{ $newEntryButtonText }} @endif
@yield('card.heading.actions') @yield('panel.heading.actions') @yield('card.buttons') @yield('panel.buttons')
@yield('card.heading') @yield('panel.heading')
@foreach($extensions as $ext) {!! $ext->render() !!} @endforeach @yield('card.footer') @yield('panel.footer')
@yield('after.card') @yield('after.panel')