{!! TranslatableBootForm::text('Name', 'binder_name')->placeholder('Name') !!}
{!! TranslatableBootForm::text('Chemical Name 1', 'chem_name1')->placeholder('Name') !!}
{!! BootForm::text('Percentage(%)', 'c1_percent')->placeholder('Percentage') !!}
{!! TranslatableBootForm::text('Chemical Name 2', 'chem_name2')->placeholder('Name') !!}
{!! BootForm::text('Percentage(%)', 'c2_percent')->placeholder('Percentage') !!}
{!! TranslatableBootForm::text('Chemical Name 3', 'chem_name3')->placeholder('Name') !!}
{!! BootForm::text('Percentage(%)', 'c3_percent')->placeholder('Percentage') !!}
{!! TranslatableBootForm::text('Chemical Name 4', 'chem_name4')->placeholder('Name') !!}
{!! BootForm::text('Percentage(%)', 'c4_percent')->placeholder('Percentage') !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel