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