|
|
@ -172,7 +172,7 @@ class ViewsGeneratorTest extends TestCase |
|
|
{!! \$errors->first('{$this->lang_name}_id', '<span class=\"form-error small\">:message</span>') !!} |
|
|
{!! \$errors->first('{$this->lang_name}_id', '<span class=\"form-error small\">:message</span>') !!} |
|
|
</div> |
|
|
</div> |
|
|
<hr style=\"margin:0\">
|
|
|
<hr style=\"margin:0\">
|
|
|
<div class=\"panel-body\">{{ __('app.delete_confirm') }}</div>
|
|
|
|
|
|
|
|
|
<div class=\"panel-body\">{{ __('{$this->lang_name}.delete_confirm') }}</div>
|
|
|
<div class=\"panel-footer\">
|
|
|
<div class=\"panel-footer\">
|
|
|
{!! FormField::delete( |
|
|
{!! FormField::delete( |
|
|
['route' => ['{$this->table_name}.destroy', \${$this->single_model_var_name}]], |
|
|
['route' => ['{$this->table_name}.destroy', \${$this->single_model_var_name}]], |
|
|
|