@props([ 'model', 'admin' => null, 'fields' => [], // ['name' => 'Name', 'address' => 'Address'] ]) @foreach ($activeLangs->where('code', app()->getLocale()) as $lang)
@if($admin) @endif @foreach ($fields as $field => $label) @php $textName = $label; @endphp @endforeach
@endforeach