@foreach (config('languages') as $lang)
{{-- START NAME --}}
{{-- START NAME --}}
@endforeach
{{-- START DEPARTMENT --}}
@include('layouts.includes.backend.validation_error', ['input' => 'parent_id'])
{{-- END DEPARTMENT --}}
@include('backend.includes.forms.input-file', ['image' => isset($row) && $row->image ? asset($row->image) : null, 'alt' => isset($row) ? $row->getName() : null])