@extends('frontend.layouts.partials.app') @section('title', 'Calendar') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') Calendar Home >> Calendar {{-- Slider --}} @if ($yearlyCalendar->isNotEmpty()) @foreach ($yearlyCalendar as $calendar) @endforeach @else No calendar available at the moment. @endif @endsection @push('scripts') @endpush
Calendar
>>
No calendar available at the moment.