{!! html()->form('POST', route('value-lever-area.store'))->id('valueLeverAreaForm')->open() !!}
{{-- Value Lever Area --}}
{!! html()->label('Value Lever Area Name *', 'value_lever_area_name')->toHtml() !!} {!! html()->text('value_lever_area_name')->class('form-control')->placeholder('Enter Value Lever Area Name') !!}
{!! html()->form()->close() !!}