{!! html()->form('POST', route('discipline.store'))->id('disciplineForm')->open() !!}
{{-- Discipline --}}
{!! html()->label('Technical Discipline Name *', 'technical_discipline_name')->toHtml() !!} {!! html()->text('technical_discipline_name')->class('form-control')->placeholder('Enter Technical Discipline Name') !!}
{!! html()->form()->close() !!}