flex list blade
This commit is contained in:
@@ -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', [
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ Form::submit('Remove', ['class' => 'btn btn-danger']) }}
|
||||
{!! Form::close() !!}
|
||||
@else
|
||||
<h3>No Flex Structures Registered</h3>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user