{!! Form::open(['url' => action('CustomerWarrantyController@store'), 'method' => 'post', 'id' => 'customer_warranty_add_form' ]) !!}

Add Customer Warranty

{!! Form::label('customer', ( 'Customer' ) . ':*') !!}
{!! Form::label('product', ('Product') . ':') !!}
{!! Form::label('reason', ( 'Reason' ) . ':') !!} {!! Form::text('reason', null, ['class' => 'form-control', 'placeholder' => ( 'Reason' )]); !!}
{!! Form::label('status', __( 'Status' ) . ':') !!}
{!! Form::close() !!}