Skip to content

Commit

Permalink
Update index.blade.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafs2 authored Aug 12, 2024
1 parent 21ede7e commit 928849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/views/html/index.blade.stub
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<tbody>
@foreach($%%crudName%% as $item)
<tr>
<td>{{ $loop->iteration }}</td>
<td>{{ $item->id }}</td>
%%formBodyHtml%%
<td>
<a href="{{ url('/%%routeGroup%%%%viewName%%/' . $item->%%primaryKey%%) }}" title="View %%modelName%%"><button class="btn btn-info btn-sm"><i class="fa fa-eye" aria-hidden="true"></i> View</button></a>
Expand Down

0 comments on commit 928849d

Please # to comment.