@section('page-title', 'Detail Surat Keluar') @section('page-subtitle', $surat->nomor_draft) @push('styles') @endpush
@if(session('success')) @endif @if(session('error')) @endif
@include('surat-keluar-workflow.partials.pdf-preview')
@include('surat-keluar-workflow.partials.status-card')
@include('surat-keluar-workflow.partials.action-buttons')
@include('surat-keluar-workflow.partials.info-card')
@include('surat-keluar-workflow.partials.approval-history') @include('surat-keluar-workflow.partials.version-history') @if($surat->isSent() || $surat->isCompleted()) @include('surat-keluar-workflow.partials.recipients-list') @endif
@include('surat-keluar-workflow.partials.modals') {{-- Auto-open numbering modal when accessed via numbering-page route --}} @if(isset($openNumbering) && $openNumbering) @push('scripts') @endpush @endif