Skip to content

Commit

Permalink
fix: minor fix in datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Jul 24, 2022
1 parent eb12d88 commit 75dcdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/scaffold/table/datatable/actions.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@{!! Form::open(['route' => ['{!! $config->prefixes->getRoutePrefixWith('.') !!}{{ $config->modelNames->camelPlural }}.destroy', ${{ $config->primaryName }}], 'method' => 'delete']) !!}
@{!! Form::open(['route' => ['{{ $config->prefixes->getRoutePrefixWith('.') }}{{ $config->modelNames->camelPlural }}.destroy', ${{ $config->primaryName }}], 'method' => 'delete']) !!}
<div class='btn-group'>
<a href="@{{ route('{!! $config->prefixes->getRoutePrefixWith('.') !!}{!! $config->modelNames->camelPlural !!}.show', ${!! $config->primaryName !!}) }}" class='btn btn-default btn-xs'>
<i class="fa fa-eye"></i>
Expand Down

0 comments on commit 75dcdb6

Please sign in to comment.