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

Add Customer Warranty

{!! Form::label('invoice_id', ( 'Invoice ID' ) . ':*') !!}
{!! Form::label('Warranty_issued_date', ( 'Warranty Issued Date' ) . ':') !!} {!! Form::date('warranty_issued_date', null, ['class' => 'form-control', 'placeholder' => ( '' )]); !!}
{!! Form::label('duration', ( 'Duration' ) . ':') !!} {!! Form::text('duration', null, ['class' => 'form-control', 'placeholder' => ( 'Duration' )]); !!}
{!! Form::close() !!}