@foreach($timeslots as $timeslot) @php if($this->selectedTimeSession===$this->selectValue){ $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 !!} buttonType }}>
@endforeach