Please find a copy of your chit below for '{{ $chit->production->production_name }}'.
@if($chit->query_response) @php $latestAgentResponse = $chit->queries()->where('role', 'agent')->orderBy('created_at', 'desc')->first(); @endphp @if($latestAgentResponse) **Message from {{ $chit->production->owner->name }}:** {{ $latestAgentResponse->message }} --- @endif @endif
{{ $chit->chit_text }}
@if (isset($chit->approval_link))
Please click the link below to approve the above chit so that you can be paid.
[{{ $chit->approval_link }}]({{ $chit->approval_link }})
@endif
Please do NOT reply to this email. If you wish to query the above chit,
@if (isset($chit->approval_link))
please use the approval link above to submit a query.
@else
please contact {{ $chit->production->owner->name }}.
@endif
@if(!empty($chit->production->sa_instructions))
# PRODUCTION TERMS
{{ $chit->production->sa_instructions }}
@endif
--