{{$tour['name']}}
{{$tour['country']['name']}} - {{ implode( ' , ' , $tour['city'], ) }}

{{ $tour['name'] }}

{{ Illuminate\Support\Str::limit(strip_tags($tour['description']), 100) }}{{ strlen(strip_tags($tour['description'])) > 100 ? '...' : '' }}