@foreach($timeslots as $timeslot)
@php
if($this->selectedTimeSession===$timeslot){
$this->colSpan = 6;
}else{
$this->colSpan = 12;
}
@endphp
<{{ $this->buttonType }}
data-schedulerselectedtime="{{ $selectedTimeSession }}"
{!! $this->setSessionMarkup !!}
type="{{ $this->type }}"
class="btn btn-primary {{ $this->class }}">
{!! $this->icon !!} {!! $timeslot !!}
{{ $this->buttonType }}>
@endforeach