{{-- resources/views/emails/approval_step_complete.blade.php --}} Approval Step Complete
📄 MTLIC Solutions
Document Management System
✅ STEP COMPLETE
Dear {{ $approverName }},

An approval step has been completed for the document.

The document is moving forward in the approval workflow.

@php $progress = ($stepNumber / $totalSteps) * 100; @endphp
{{ round($progress) }}% Complete
📋 Step Details
@if(isset($nextStep)) @endif
Document: {{ $documentTitle }}
Code: {{ $documentCode }}
Completed Step: {{ $currentStep }}
Next Step: {{ $nextStep }}
Progress: {{ round($progress) }}% Complete ({{ $stepNumber }} of {{ $totalSteps }} steps)
📄 View Document