HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/vebon.komma.pro/resources/views/emails/filed-again.blade.php
@include('emails.master',[
       'subject' => Lang::get('email/filed-again.subject',['member'=> $audit->member->company]),
       'salutation' => Lang::get('email/filed-again.salutation', ['name'=>$audit->auditor->first_name.' '.$audit->auditor->name_insertion.' '.$audit->member->auditors]),
       'text' => Lang::get('email/filed-again.text',['member'=> $audit->member->company]),
       'action' => Lang::get('email/filed-again.action'),
       'link' => URL::route('audit.detail', array($audit->id))
   ])