@extends('Frontend.index') @section('content')
@foreach($eventPagination as $data) @endforeach
{{ $eventPagination->links() }}
@endsection