testing moon worth job
This commit is contained in:
@@ -58,7 +58,11 @@ class TestController extends Controller
|
|||||||
dd($worth);
|
dd($worth);
|
||||||
$worth = $mHelper->MoonTotalWorth($ores[0], $ores[1], $ores[2], $ores[3], $ores[4], $ores[5], $ores[6], $ores[7]);
|
$worth = $mHelper->MoonTotalWorth($ores[0], $ores[1], $ores[2], $ores[3], $ores[4], $ores[5], $ores[6], $ores[7]);
|
||||||
|
|
||||||
return view('test.moonworth.moon')->with('worth', $worth);
|
|
||||||
|
}
|
||||||
|
|
||||||
|
return view('test.moonworth.moon')->with('worth1', $worth1)
|
||||||
|
->with('worth2', $worth2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function DebugMiningTaxesInvoices() {
|
public function DebugMiningTaxesInvoices() {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
@extends('layouts.user.dashb4')
|
@extends('layouts.user.dashb4')
|
||||||
@section('content')
|
@section('content')
|
||||||
{{ var_dump($worth) }}
|
{{ var_dump($worth1) }}
|
||||||
|
<br>
|
||||||
|
{{ var_dump($worth2) }}
|
||||||
@endsection
|
@endsection
|
||||||
Reference in New Issue
Block a user