From 2060d9f9f52a391258528962511ca2f97bc57940 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 27 Jul 2019 15:46:51 +1000 Subject: [PATCH] Data table formatting --- .../portal/default/invoices/index.blade.php | 50 +++++++++++++++++-- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/resources/views/portal/default/invoices/index.blade.php b/resources/views/portal/default/invoices/index.blade.php index afcdf86be5d0..10f0bb79f653 100644 --- a/resources/views/portal/default/invoices/index.blade.php +++ b/resources/views/portal/default/invoices/index.blade.php @@ -2,20 +2,27 @@ @section('header') @parent - + @stop @section('body')
-
+
+ + +
+ +
+
- {!! $html->table(['class' => 'table table-hover table-striped'], true) !!} + {!! $html->table(['class' => 'table table-hover table-striped', 'id' => 'invoice-table'], true) !!}
@@ -33,5 +40,38 @@ @endpush @section('footer') - {!! $html->scripts() !!} -@endsection \ No newline at end of file + +@endsection +