{!! html()->form('POST', route('infrastructure-categories.store'))->id('infrastructureCategoryForm')->open() !!}
{{-- Infrastructure Category --}}
{!! html()->label('Infrastructure Category *', 'infrastructure_category_name')->toHtml() !!} {!! html()->text('infrastructure_category_name')->class('form-control')->placeholder('Enter Infrastructure Category') !!}
{!! html()->form()->close() !!}