@extends('frontend.layouts.partials.app') @section('title', 'Calendar') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')

Calendar

{{-- Slider --}} @if ($yearlyCalendar->isNotEmpty()) @foreach ($yearlyCalendar as $calendar) {{ $calendar->calendar_name }}
@endforeach
@else

No calendar available at the moment.

@endif
@endsection @push('scripts') @endpush