{!! $fieldHeaders !!}
@if($config->options->localized)
@else
@endif
@@foreach(${{ $config->modelNames->camelPlural }} as ${{ $config->modelNames->camel }})
{!! $fieldBody !!}
@@endforeach
@lang('lang.action') | Action |
@{!! Form::open(['route' => ['{{ $config->prefixes->getRoutePrefixWith('.') }}{{ $config->modelNames->camelPlural }}.destroy', ${{ $config->modelNames->camel }}->{{ $config->primaryName }}], 'method' => 'delete']) !!}
@{!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
@{!! Form::close() !!}
|