@if (!empty($locale)) @foreach ($locale as $k => $lng)
@include('contact::subject.form.field', [ 'lang' => $lng, 'param' => $data->translate[$lng] ?? null, ])
@endforeach @endif