芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Http/SendEstimatePreviewController.php
authorize('send estimate', $estimate); $markdown = new Markdown(view(), config('mail.markdown')); $data = $estimate->sendEstimateData($request->all()); $data['url'] = $estimate->estimatePdfUrl; return $markdown->render('emails.send.estimate', ['data' => $data]); } }