@extends('eventmie::layouts.app') {{-- Page title --}} @section('title') @lang('eventmie-pro::em.events') @endsection @section('content') @if ($extra['featured_events']->isNotEmpty()) @else @endif @component('eventmie::skeleton.event') @endcomponent @endsection @section('javascript') @Vite('resources/js/vendor/eventmie-pro/events_listing/index.js') @stop