@if($ddl_major_head=='2')
User Type
Select
@if(count($getUserType)>0) @foreach($getUserType as $val)
{{ $val->type_name }}
@endforeach @endif
Other
Establishment
Select
@if(count($getEstablishment)>0) @foreach($getEstablishment as $val)
{{ $val->est_name }}
@endforeach @endif
NA
Employee
@endif