@extends('admin.layouts.app') @section('title', 'Menü Düzenle') @section('page-title', 'Menü Düzenle') @section('content')
@csrf @method('PUT')
@if ($menuItem->group === 'system') @endif
@foreach ($languages as $language)

{{ $language->native_name }}

@if ($menuItem->route_name !== 'home')
@endif
@endforeach
is_active) ? 'checked' : '' }}>
open_new_tab) ? 'checked' : '' }}>
İptal
@endsection