@foreach($points as $data) @if(isset($data['route'])) {{$data['title']}} @include('elements.icon',['icon'=>'chevron-forward-outline','centered'=>'false','classes'=>'mx-2','variant'=>'small']) @else
{{$data['title']}}
@endif @endforeach
{{$title}}
@if(isset($button)) {{$button['title']}} @endif