{{ __('Footer Section') }} {{ __('Edit') }}
@csrf @method('PUT') @if (session('success'))
{{ session('success') }}
@endif
@if ($footer->logoUrl) {{ __('Current Footer Logo') }} @else {{ __('Current Footer Logo') }} @endif
upload

{{ __('Recommended size: 200×60 px or similar ratio') }}

{{ __('Keep it under 2–3 lines for best appearance') }}

{{ __('Contact Information') }}
@php $socials = $footer->socials ?? collect(); $oldSocials = old('socials', []); @endphp
{{ __('Social Media Links') }}
@foreach ($socials as $index => $social) @endforeach
{{ __('Update Footer Settings') }}