{!! Form::open(['url' => action('SupplierWarrantyController@update', [$supplier_warranty->id]), 'method' => 'PUT', 'id' => 'supplier_warranty_add_form' ]) !!}

Edit Supplier Warranty

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