srp form
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@extends('layouts.b4')
|
@extends('layouts.b4')
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="container">
|
<div class="container col-md-6">
|
||||||
<h2>Ship Replacement Program Form</h2>
|
<h2>Ship Replacement Program Form</h2>
|
||||||
<h3>Enter the details of your loss.</h3>
|
<h3>Enter the details of your loss.</h3>
|
||||||
{!! Form::open([
|
{!! Form::open([
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('FleetType', 'Fleet Type') }}
|
{{ Form::label('FleetType', 'Fleet Type') }}
|
||||||
{{ Form::select('FleetType', [
|
{{ Form::select('FleetType', [
|
||||||
|
'None' => 'None',
|
||||||
'Home Defense' => 'Home Defense',
|
'Home Defense' => 'Home Defense',
|
||||||
'Legacy Ops' => 'Legacy Ops',
|
'Legacy Ops' => 'Legacy Ops',
|
||||||
'Strat Op' => 'Strat Op',
|
'Strat Op' => 'Strat Op',
|
||||||
@@ -31,6 +32,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('ShipType', 'Type of Ship') }}
|
{{ Form::label('ShipType', 'Type of Ship') }}
|
||||||
{{ Form::select('ShipType', [
|
{{ Form::select('ShipType', [
|
||||||
|
'None' => 'None',
|
||||||
'T1FDC' => 'T1 Frig / Dessie / Cruiser',
|
'T1FDC' => 'T1 Frig / Dessie / Cruiser',
|
||||||
'T1BC' => 'T1 Battlecruiser',
|
'T1BC' => 'T1 Battlecruiser',
|
||||||
'T2F' => 'T2 Frigate',
|
'T2F' => 'T2 Frigate',
|
||||||
|
|||||||
Reference in New Issue
Block a user