{!! Form::open(['url' => action('SupplierWarrantyController@store'), 'method' => 'post', 'id' => 'supplier_warranty_add_form' ]) !!}
{!! Form::label('warrent_id', ( 'Warrent Id' ) . ':*') !!}
{!! 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() !!}