@yield('og_metatag_section') {{ config('settings.seo_title') }} @vite(['resources/js/app.js', 'resources/js/frontend.js'])
@php $socials = \App\Models\SocialLink::where('status', 1)->get(); @endphp
    @foreach ($socials as $link)
  • @endforeach
@include('frontend.layouts.menu') @yield('content') @include('frontend.layouts.footer') {{--
ve arriba
--}} @include('frontend.layouts.global-scripts') @stack('scripts')