@extends('layouts.guest') @section('title', __('app.welcome')) @section('content')
@if (config('features.shalat_time.is_active')) @include('guest._welcome_shalat_time_matrix') @endif
@include('layouts.public._masjid_info')
@if (Setting::get('masjid_photo_path')) @else
@endif
@livewire('public-home.weekly-financial-summary')
@livewire('public-home.book-cards')
@if (Route::has('lecturings.index')) @livewire('public-home.daily-lecturings', ['date' => today(), 'dayTitle' => 'today']) @endif
@endsection