@extends('backend.layouts.form') @section('section', __('Navigation')) @section('title', $active . ' ' . __('Navbar Menu')) @section('container', 'container-max-lg') @section('link', route('admin.navbarMenu.create')) @if ($navbarMenuLinks->count() == 0) @section('btn_action', 'disabled') @endif @section('language', true) @section('content') @if ($navbarMenuLinks->count() > 0)