@extends('backend.layouts.form') @section('title', $footerMenu->name) @section('container', 'container-max-lg') @section('back', route('admin.footerMenu.index')) @section('content')
@csrf @method('PUT')
@include('backend.navigation.includes.pages') @endsection