@php $sr=$counter; use Illuminate\Support\Str; @endphp @foreach($listing as $key => $l)
{{$sr}} 

Topic : {{ $l['topic'] }}

Date : {{ $l['date']}}

Time : {{ $l['time']}}

Join meet Participants : {{ $l['participant'] }}
@php $sr++; @endphp @endforeach