{!! Form::open([
'files' => 'false',
'id' => 'formId',
'role' => 'form',
'class' => 'form-horizontal form-groups',
]) !!}
{{-- ------------------------------- Fams and Inventory Product for Mapping ---------------------------------
@if ($data['inv_status'])
@endif
@if ($data['fams_status'])
@endif
------------------------------- Fams and Inventory Product for Mapping --------------------------------- --}}
{!! Form::close() !!}