From 699af576e3eb64b5e856d334fc8efea19e368c87 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 7 Jul 2019 19:21:54 -0500 Subject: [PATCH] logistics --- .../Controllers/Logistics/LogisticsController.php | 2 +- .../views/logistics/display/courier.blade.php | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/Logistics/LogisticsController.php b/app/Http/Controllers/Logistics/LogisticsController.php index fa8baa023..10cb49c0e 100644 --- a/app/Http/Controllers/Logistics/LogisticsController.php +++ b/app/Http/Controllers/Logistics/LogisticsController.php @@ -104,7 +104,7 @@ class LogisticsController extends Controller $this->validate($request, [ 'route' => 'required', 'volume' => 'required', - 'collateral' => 'required', + 'collateral' => 'required', ]); //Sanitize the collateral string as we want diff --git a/resources/views/logistics/display/courier.blade.php b/resources/views/logistics/display/courier.blade.php index 7cf47edd1..a4c186b66 100644 --- a/resources/views/logistics/display/courier.blade.php +++ b/resources/views/logistics/display/courier.blade.php @@ -1,4 +1,17 @@ @extends('layouts.b4') @section('content') - +
+
+

Courier Contract Details

+
+
+ Start System: {{ $startSystem }}
+ End System: {{ $endSystem }}
+ Contract To: {{ $corporation }}
+ Reward: {{ number_format($reward, 2, '.', ',') }}
+ Collateral: {{ number_format($collateral, 2, '.', ',') }}
+ Expiration: 7 days
+ Days To Complete: 7 days
+
+
@endsection \ No newline at end of file