diff --git a/app/Database/seeds/sample.yml b/app/Database/seeds/sample.yml index 792204b6..3bacfc32 100644 --- a/app/Database/seeds/sample.yml +++ b/app/Database/seeds/sample.yml @@ -261,6 +261,8 @@ flights: dpt_airport_id: KAUS arr_airport_id: KJFK route: KAUS SID TNV J87 IAH J2 LCH J22 MEI J239 ATL J52 AJFEB J14 BYJAC Q60 JAXSN J14 COLIN J61 HUBBS J55 SIE STAR KJFK + distance: 2028 + level: 360 dpt_time: 6PM CST arr_time: 11PM EST created_at: NOW diff --git a/resources/views/admin/pirepfields/table.blade.php b/resources/views/admin/pirepfields/table.blade.php index 6e7f39c3..201989ad 100644 --- a/resources/views/admin/pirepfields/table.blade.php +++ b/resources/views/admin/pirepfields/table.blade.php @@ -2,7 +2,7 @@
| Name | -Required | +Required | @@ -11,7 +11,7 @@ | {!! $field->name !!} | @if($field->required === true) - Hub + Required @endif |
|---|