{!! Form::open([
'method'=>'DELETE',
'url' => ['admin/price', $price->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('
Delete', array(
'type' => 'submit',
'class' => 'btn red btn-xs',
'title' => 'Delete',
'onclick'=>'return confirm("Confirm delete?")'
))!!}
{!! Form::close() !!}
Date | {{ Helper::convert_to_ddmmyy($price->date) }} |
Location | {{ $price->location }} |
Diesel | {{ $price->diesel }} |
Petrol | {{ $price->petrol }} |
Currency | {{ $price->currency }} |