diff --git a/resources/views/admin/attachment.blade.php b/resources/views/admin/attachment.blade.php index df1a1c9..ed20313 100755 --- a/resources/views/admin/attachment.blade.php +++ b/resources/views/admin/attachment.blade.php @@ -32,8 +32,11 @@ - +
+ @@ -49,6 +52,9 @@ @foreach($attaches as $q) + diff --git a/resources/views/admin/invoice/invoiceIndex.blade.php b/resources/views/admin/invoice/invoiceIndex.blade.php index cd73e9c..c9488a9 100755 --- a/resources/views/admin/invoice/invoiceIndex.blade.php +++ b/resources/views/admin/invoice/invoiceIndex.blade.php @@ -124,4 +124,7 @@ {{$invoices->links()}} + + + @endsection diff --git a/resources/views/admin/props/propIndex.blade.php b/resources/views/admin/props/propIndex.blade.php index ce59c09..b358953 100755 --- a/resources/views/admin/props/propIndex.blade.php +++ b/resources/views/admin/props/propIndex.blade.php @@ -45,7 +45,7 @@
diff --git a/resources/views/admin/question.blade.php b/resources/views/admin/question.blade.php index a03b823..7812bba 100755 --- a/resources/views/admin/question.blade.php +++ b/resources/views/admin/question.blade.php @@ -5,8 +5,11 @@ @endsection @section('content') @include('starter-kit::component.err') -
+ # + {{__("Title")}}
+ {{$q->id}} + {{$q->title}}
+
+ @@ -19,6 +22,9 @@ @foreach($qs as $q) +
+ # + {{__("Question / Answer")}}
+ {{$q->id}} + {{$q->body}}