@component('mail::message') # Invitation Email Hello {{ $content['recipient_name'] }}, You have been invited by **{{ $content['sender'] }}** to submit a bid for the proposed project with the following details. The listed documents have been shared with you for the purposes of this tender. You are advised to study the documents and respond within the tender's validity period. **Tender Info:** - **Project Name:** {{ $content['project_name'] }} - **Tender Validity:** {{ $content['startDate'] }} to {{ $content['endDate'] }} - **Access Code:** {{ $content['accessCode'] }} **Documents Shared:** @foreach ($content['documents'] as $document) - {{ $document }} @endforeach Please review document and act accordingly, you may contact the sender directly if you have any questions.This email address is not monitored. DO NOT REPLY to this email address. Sincerely, {{ config('app.name') }} Notification Team @endcomponent