new/edit fares page

This commit is contained in:
Nabeel Shahzad
2017-06-17 16:41:00 -05:00
parent 0bedc3986a
commit d52f1cec05
2 changed files with 40 additions and 19 deletions

View File

@@ -1,9 +1,3 @@
<!-- Id Field -->
<div class="form-group">
{!! Form::label('id', 'Id:') !!}
<p>{!! $fare->id !!}</p>
</div>
<!-- Code Field -->
<div class="form-group">
{!! Form::label('code', 'Code:') !!}
@@ -39,16 +33,3 @@
{!! Form::label('active', 'Active:') !!}
<p>{!! $fare->active !!}</p>
</div>
<!-- Created At Field -->
<div class="form-group">
{!! Form::label('created_at', 'Created At:') !!}
<p>{!! $fare->created_at !!}</p>
</div>
<!-- Updated At Field -->
<div class="form-group">
{!! Form::label('updated_at', 'Updated At:') !!}
<p>{!! $fare->updated_at !!}</p>
</div>