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 @@ -
+ # + | {{__("Title")}} | @@ -49,6 +52,9 @@||||
---|---|---|---|---|---|
+ {{$q->id}} + | {{$q->title}} | 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 @@
+ # + | {{__("Question / Answer")}} | @@ -19,6 +22,9 @@
---|---|
+ {{$q->id}} + |
{{$q->body}}
|