TIF_E41200744/resources/views/calculations/show_fields.blade.php

13 lines
306 B
PHP

<!-- Created At Field -->
<div class="col-sm-12">
{!! Form::label('created_at', 'Created At:') !!}
<p>{{ $calculation->created_at }}</p>
</div>
<!-- Updated At Field -->
<div class="col-sm-12">
{!! Form::label('updated_at', 'Updated At:') !!}
<p>{{ $calculation->updated_at }}</p>
</div>