@foreach(\App\Models\Language::all()->where('status','Y')->toArray() as $index => $item)
{!! $form['lang'][$item['code']] !!}
@endforeach