@foreach($timeslots as $timeslot)
<{{ $this->buttonType }}
data-schedulerselectedtime="{{ $selectedTimeSession }}"
{!! $this->setSessionMarkup !!}
type="{{ $this->type }}"
class="btn btn-primary {{ $this->class }}">
{!! $this->icon !!} {!! $this->text !!}
{{ $this->buttonType }}>
@endforeach