{!! Form::open([
'method'=>'DELETE',
'url' => ['store/tyrecontrol', $tyrecontrol->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('
Delete', array(
'type' => 'submit',
'class' => 'btn btn-danger btn-xs',
'title' => 'Delete TyreControl',
'onclick'=>'return confirm("Confirm delete?")'
))!!}
{!! Form::close() !!}
ID | {{ $tyrecontrol->id }} |
Tire Id | {{ $tyrecontrol->tire_id }} |
---|
Purchased Date | {{ $tyrecontrol->purchased_date }} |
---|
Tyre Serial | {{ $tyrecontrol->tyre_serial }} |