@extends('eventmie::layouts.app') {{-- Page title --}} @section('title') @lang('eventmie-pro::em.events') @endsection @section('content')
@component('eventmie::skeleton.event') @endcomponent
@endsection @section('javascript') @vite(['eventmie-pro/resources/js/events_listing/index.js']) @stop