invoice update
This commit is contained in:
@@ -58,7 +58,7 @@ class MiningTaxesController extends Controller
|
|||||||
$totalPrice += $item['amount'];
|
$totalPrice += $item['amount'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return view('miningtax.user.display.details.invoice')->with('ore', $ores)
|
return view('miningtax.user.display.details.invoice')->with('ores', $ores)
|
||||||
->with('invoice', $invoice)
|
->with('invoice', $invoice)
|
||||||
->with('totalPrice', $totalPrice);
|
->with('totalPrice', $totalPrice);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user