{{-- * Calendar - Mini: View to display the mini calendar --}} {{--Heading table - data-ajaxloadalso is used to load the other box when any .ajax-load-link are clicked--}}
| @if(!empty($data['previous_month_link']) && $data['prev_check']) @endif | {{-- Display Heading Calendar ( ex. 'January') --}}{{ $data['calendar']['heading'] }} | {{-- Display News link if it exits --}}@if(!empty($data['next_month_link']) && $data['next_check']) @endif | ||||
|---|---|---|---|---|---|---|
| {{ $week_day }} | @endforeach||||||
| {{ $date_data['date'] }} | @elseif((!isset($date_data['searched_href'])) || $date_data['searched_href'] == false) {{-- Searched events (when filter as Categories or Keyword are set) --}}{{{ $date_data['date'] }}} | @else {{-- Rest of the events --}}{{{ $date_data['date'] }}} | @endif @endforeach||||