@extends('master2') @section('content')

Explore Our Featured Cards

@foreach ($upcomingEvents as $coming)
Card Image
{{$coming->month}}
{{$coming->day}}
{{$coming->category_name}}
{{ $coming->nama_acara }}

{{ Str::limit($coming->deskripsi, 60) }}{{$coming->lokasi}} ...

Read more ${{$coming->harga_tiket}}
@endforeach

Event Category

@foreach ($categories as $category) @endforeach
@endsection