|
|
@ -64,7 +64,7 @@ class SimpleCrudFormfieldOptionsTest extends TestCase |
|
|
{{ link_to_route('{$this->table_name}.index', __('app.reset'), [], ['class' => 'btn btn-link']) }} |
|
|
{{ link_to_route('{$this->table_name}.index', __('app.reset'), [], ['class' => 'btn btn-link']) }} |
|
|
{{ Form::close() }} |
|
|
{{ Form::close() }} |
|
|
</div> |
|
|
</div> |
|
|
<table class=\"table table-sm table-responsive-sm\">
|
|
|
|
|
|
|
|
|
<table class=\"table table-sm table-responsive-sm table-hover\">
|
|
|
<thead> |
|
|
<thead> |
|
|
<tr> |
|
|
<tr> |
|
|
<th class=\"text-center\">{{ __('app.table_no') }}</th>
|
|
|
<th class=\"text-center\">{{ __('app.table_no') }}</th>
|
|
|
|