{{-- resources/views/emails/approval_next.blade.php --}} Next Approval Required
📄 MTLIC Solutions
Document Management System
🔄 NEXT APPROVAL REQUIRED
Dear {{ $approverName }},

The previous approval step has been completed. Your approval is now required for the next step.

Please review the document and take action at your earliest convenience.

@for($i = 1; $i <= $totalSteps; $i++) @if($i < $stepNumber) @elseif($i == $stepNumber) @else @if($i < $totalSteps) @endif @endif @endfor
📋 Document Details
Document Title: {{ $documentTitle }}
Document Code: {{ $documentCode }}
Version: v{{ $versionNumber }}
Current Step: {{ $stepNumber }} of {{ $totalSteps }}
Your Role: {{ $approverRole }}
Department: {{ $department ?? 'Laboratory Services' }}

💡 Note: This is step {{ $stepNumber }} of {{ $totalSteps }} in the approval workflow. @if(isset($requiresSignature) && $requiresSignature)
🔐 Electronic Signature Required: This document requires your electronic signature for approval. @endif