{!! Form::open(['url' => action('CustomerWarrantyController@update', [$details->id]), 'method' => 'PUT', 'id' => 'customer_warranty_add_form' ]) !!}

Edit Customer Warranty

{!! Form::label('customer', ( 'Customer' ) . ':*') !!}
{!! Form::label('product', ( 'Product' ) . ':*') !!}
{!! Form::label('reason', ( 'Reason' ) . ':') !!}
{!! Form::label('status', ( 'Status' ) . ':') !!}
{!! Form::close() !!}