flex list blade
This commit is contained in:
@@ -19,7 +19,7 @@ class CreateFlexStructuresTable extends Migration
|
|||||||
$table->unsignedBigInteger('requestor_id');
|
$table->unsignedBigInteger('requestor_id');
|
||||||
$table->string('requestor_name');
|
$table->string('requestor_name');
|
||||||
$table->unsignedBigInteger('requestor_corp_id');
|
$table->unsignedBigInteger('requestor_corp_id');
|
||||||
$table->string('request_corp_name');
|
$table->string('requestor_corp_name');
|
||||||
$table->unsignedBigInteger('system_id');
|
$table->unsignedBigInteger('system_id');
|
||||||
$table->string('system');
|
$table->string('system');
|
||||||
$table->enum('structure_type', [
|
$table->enum('structure_type', [
|
||||||
|
|||||||
@@ -36,6 +36,8 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
{{ Form::submit('Remove', ['class' => 'btn btn-danger']) }}
|
||||||
|
{!! Form::close() !!}
|
||||||
@else
|
@else
|
||||||
<h3>No Flex Structures Registered</h3>
|
<h3>No Flex Structures Registered</h3>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user