@php $shellBackUrl = $backUrl ?? route('admin.dashboard'); $shellBackLabel = $backLabel ?? 'Back to Dashboard'; @endphp
{{ $shellBackLabel }}
@include('admin.partials.sidebar') @isset($sidebarExtra) {!! $sidebarExtra !!} @endisset