From 3e9bb12913303595e795309460adba3290a8303d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Apr 2019 04:46:10 -0500 Subject: [PATCH] contract blade --- .../views/contracts/publiccontracts.blade.php | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/views/contracts/publiccontracts.blade.php b/resources/views/contracts/publiccontracts.blade.php index 6ffa7f363..461e36aeb 100644 --- a/resources/views/contracts/publiccontracts.blade.php +++ b/resources/views/contracts/publiccontracts.blade.php @@ -6,21 +6,7 @@
-@if(count($data['contracts']) == false) -
-
-
-
-
- No Contracts Issued -
-
-
-
-
-
-
-@else +@if(count($data['contracts'])) @foreach($data['contracts'] as $contract)
@@ -36,12 +22,12 @@
@@ -94,5 +80,19 @@
- +@else +
+
+
+
+
+ No Contracts Issued +
+
+
+
+
+
+
+@endif @endsection \ No newline at end of file