{{ $title }}

@if (isset($row))
@method("PUT") @else @endif @csrf @foreach (config('languages') as $lang) {{-- START NAME --}}
getLocale() ? "" : "" }}>
@include('layouts.includes.backend.validation_error', ['input' => "name-$lang"])
{{-- START NAME --}} @endforeach
{{-- START ROUTE --}}
@include('layouts.includes.backend.validation_error', ['input' => 'route'])
{{-- END ROUTE --}}
{{-- START ICON --}}
@include('layouts.includes.backend.validation_error', ['input' => 'icon'])
{{-- END ICON --}}
{{-- START AGGREGATORS --}}
@include('layouts.includes.backend.validation_error', ['input' => 'parent_id'])
{{-- END AGGREGATORS --}} {{-- END FORM BUTTONS --}} @include('backend.includes.buttons.form-buttons') {{-- END FORM BUTTONS --}}