@extends('layouts.master') @section('css') @endsection @section('content')

Important Dates ({{ $eventImportantDates->total() }})

@if (count($eventImportantDates) > 0) @php $i = $eventImportantDates->perPage() * ($eventImportantDates->currentPage() - 1) + 1; @endphp @foreach ($eventImportantDates as $row) @endforeach @else @endif
Sr. No Date Status Action
{{ $i++ }} {{ date('d-m-Y', strtotime($row->date) ?? '') }}
No Data Found
{{ $eventImportantDates->appends(Request::all())->links() }}
@endsection @section('js') @endsection