@section('title', "Edit Footer")

{{ __('Edit Footer Menu') }}

@include('partials.alerts.main')
@csrf
@foreach ($footers as $footer)

@if(count($footer['menu_footer_content']) == 0)
@else @foreach ($footer['menu_footer_content'] as $footer_content) @include('pages.menu.text') @endforeach @endif
@endforeach
@section('scripts') @endsection