@@ -146,7 +146,7 @@ class FormController extends BaseController | |||
$woRate = $f->WorkOrder->Docket->Rating1; | |||
$amount_claim = DealerClaim::with(['Subscriber' => function($q) { | |||
$q->with('Form'); | |||
}],'Staff')->where('wo', $woId)->get(); | |||
}],'Staff')->where('wo', $woId)->first(); | |||
// array_push($result,array( | |||
// 'type_application' => $f->type_application, | |||
// "type_service" => $f->type_service, |