Add table/models and admin for expenses #136

This commit is contained in:
Nabeel Shahzad
2018-02-26 15:16:12 -06:00
parent 286ed78436
commit 4a73a5a6b3
27 changed files with 556 additions and 41 deletions

View File

@@ -117,6 +117,7 @@
<!-- Active Field -->
<div class="col-sm-4">
{!! Form::label('active', 'Active:') !!}
{!! Form::hidden('active', 0, false) !!}
@if($flight!==null)
{!! Form::checkbox('active', $flight->active, ['class' => 'form-control icheck']) !!}
@else