flex list blade

This commit is contained in:
2019-12-06 21:54:46 -06:00
parent b317fce919
commit 69121d25f3
2 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class CreateFlexStructuresTable extends Migration
$table->unsignedBigInteger('requestor_id');
$table->string('requestor_name');
$table->unsignedBigInteger('requestor_corp_id');
$table->string('request_corp_name');
$table->string('requestor_corp_name');
$table->unsignedBigInteger('system_id');
$table->string('system');
$table->enum('structure_type', [

View File

@@ -36,6 +36,8 @@
@endforeach
</tbody>
</table>
{{ Form::submit('Remove', ['class' => 'btn btn-danger']) }}
{!! Form::close() !!}
@else
<h3>No Flex Structures Registered</h3>
@endif