@php /** @var \App\Models\MecReport $mec_report */ $returnUrl = $returnUrl ?? null; $returnToLabel = trim((string) ($returnToLabel ?? '')); $modalId = $modalId ?? 'mecPublishReturnModal'; @endphp @if ($returnUrl)
@if ($returnToLabel !== '' && $returnToLabel !== '—') {{ __('The report will be sent back to :designation for further action. A reason is required.', ['designation' => $returnToLabel]) }} @else {{ __('The report will be sent back to the approver who forwarded it for further action. A reason is required.') }} @endif