lookup helper

This commit is contained in:
2019-10-20 18:43:25 -05:00
parent 1e89f82802
commit 7040b1140f

View File

@@ -56,10 +56,12 @@ class DashboardController extends Controller
$endSystem = 'N/A';
}
dd($endSystem);
//Compile the final array
$final = [
'pickup' => $startSystem,
'destination' => $endStation->system_id,
'destination' => $endSystem,
'type' => $con->type,
'volume' => $con->volume,
'expired' => $esiHelper->DecodeDate($con->date_expired),