芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Http/EstimateTemplatesController.php
authorize('viewAny', Estimate::class); $estimateTemplates = Estimate::estimateTemplates(); return response()->json([ 'estimateTemplates' => $estimateTemplates, ]); } }