@extends('layouts.app') @push('head-script') @endpush @section('content')
@csrf

@lang('modules.footerSettings.footerSettings')


{{--
--}}
@lang('modules.footerSettings.socialLinks')
@lang('modules.footerSettings.socialLinksNote')

@forelse($footerSettings->social_links as $link)
@empty @endforelse

@endsection @push('footer-script') @endpush