@extends('layouts.app') @section('content')
{{-- Footer Logo --}}
@csrf @method('PUT')
{{ __('Footer Logo') }}
Footer Logo

PNG, JPG, SVG

@error('footerlogo')
{{ $message }}
@enderror
{{-- Footer Subtitle & Copyright --}}
@csrf
{{ __('Footer Content') }}
{{-- Social Links --}}
{{ __('Social Links') }}
@csrf
{{-- Footer Menu Cards with Drag & Drop --}}
{{ __('Footer Menu Management') }}
@endsection @push('scripts') @endpush