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