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 +