new/edit fares page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user