@stack('styles')
{{ $header ?? __('Dashboard') }}
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (isset($header))
{{ $header }}
@else

@yield('title', 'Dashboard')

@yield('subtitle', 'Welcome to the Print Management System')

@endif @isset($slot) {{ $slot }} @else @yield('content') @endisset
@stack('scripts')