We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a93669 + 295918a commit a143fb6Copy full SHA for a143fb6
src/resources/views/print.blade.php
@@ -15,7 +15,7 @@
15
<body>
16
<table class="table table-bordered table-condensed table-striped">
17
@foreach($data as $row)
18
- @if ($row == reset($data))
+ @if ($loop->first)
19
<tr>
20
@foreach($row as $key => $value)
21
<th>{!! $key !!}</th>
0 commit comments