Adarsh Masjid Mission

{{ content('shared.footer.blurb') }}

{{ __('Quick Links') }}
  • {{ __('Home') }}
  • {{ __('About AMM') }}
  • {{ __('Our Philosophy') }}
  • {{ __('Our Model') }}
  • {{ __('Activities') }}
  • {{ __('Articles') }}
{{ __('Legal') }}
  • {{ __('Privacy Policy') }}
  • {{ __('Terms') }}
  • {{ __('Contact Us') }}
{{ __('Connect') }}
@php $socials = collect([ ['setting' => 'whatsapp_url', 'label' => 'WhatsApp', 'icon' => 'whatsapp'], ['setting' => 'youtube_url', 'label' => 'YouTube', 'icon' => 'youtube'], ['setting' => 'instagram_url', 'label' => 'Instagram', 'icon' => 'instagram'], ['setting' => 'facebook_url', 'label' => 'Facebook', 'icon' => 'facebook'], ]) ->map(fn (array $social): array => [...$social, 'url' => \App\Models\Setting::get($social['setting'])]) ->filter(fn (array $social): bool => $social['url'] !== null); @endphp @if ($socials->isNotEmpty())
@foreach ($socials as $social) @endforeach
@endif

{{ str_replace('{year}', date('Y'), content('shared.footer.copyright')) }}