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