@if($hasTranslatable)
@{{ trans('admin.forms.currently_editing_translation') }} @{{ trans('admin.forms.more_can_be_managed') }} | @{{ trans('admin.forms.manage_translations') }}
@{{ trans('admin.forms.choose_translation_to_edit') }} | @{{ trans('admin.forms.hide') }}
@endif @foreach($columns as $col)@if($col['name'] == 'password')
@elseif($col['name'] == 'language')
@elseif($col['type'] == 'date')
@elseif($col['type'] == 'time')
@elseif($col['type'] == 'datetime')
@elseif($col['type'] == 'text')
@elseif($col['type'] == 'boolean')
@elseif($col['type'] == 'json')
@@foreach($locales as $locale)
@if(in_array($col['name'], $translatableTextarea))
@else @endif
@@endforeach
@else
@endif @endforeach @if (count($relations)) @if (count($relations['belongsToMany'])) @foreach($relations['belongsToMany'] as $belongsToMany)
@endforeach @endif @endif