Open sidebar
@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<h2 style="text-align:center;">REMITTANCE ADVICE</h2>' . '<div style="border:1px solid #000000;width:300px;">' . '<table style="font-family:12px;">' . '<tbody>' . '<tr>' . '<td>'.$contractalluser['first_name']." ".$contractalluser['last_name'].'</td>' . '</tr>' . '<tr>' . '<td>'.$contractalluser['company_name'].'</td>' . '</tr>' . '<tr>' . '<td>'.$contractalluser['company_address'].'</td>' . '</tr>' . '</tbody>' . '</table>' . '</div>' . '</body></html>'; @endforeach define('BUDGETS_DIR', public_path('uploads/invoice')); $outputName = date('Y-m-d H:i:s'); $pdfPath = BUDGETS_DIR.'/'.$outputName.'.pdf'; $pathname = 'uploads/invoice/'.$outputName.'.pdf'; File::put($pdfPath, PDF::load($html, 'A4', 'portrait')->output());
Close sidebar
Back
Please note that all pasted data is publicly available.
X (fomerly Twitter)
GitHub
Use setting
Back
Please note that all pasted data is publicly available.
X (fomerly Twitter)
GitHub
Use setting