@extends('admin.layouts.form') @section('title', admin_trans('Footer Menu')) @section('container', 'container-max-lg') @section('link', route('admin.footer-menu.create')) @if ($footerMenuLinks->count() == 0) @section('btn_action', 'disabled') @endif @section('content') @if ($footerMenuLinks->count() > 0)