@extends('layouts.app') @section('head') @endsection @section('content')
@if($page == 'home')

Benchmark and Analyze
{{----}} B2B SaaS Companies

Analyze traffic, top landing pages, keywords, and more for competitive market analysis with B2BSaaS.com. Gain more industry knowledge and a competitive edge.

View All B2B SaaS Companies
@endif

Top B2B SaaS Companies by Organic Traffic

@foreach ($companies as $index => $item) @if ($index >= 3) @endif @endforeach
Name Website Category Authority Score Est. Organic Traffic
{{ $item->name }}
{{ strip_url_prefix($item->website) }}
{{ @$item->category->name??'' }}
{{ @$item->trafficMetric->authority_score }}
{{ number_format(@$item->trafficMetric->organic_traffic) }}

B2B SaaS Startups by Categories

TOP CATEGORIES
@foreach ($topCategories as $item)

{{ $item->name }}

{{$item->companies_count}} {{ $item->top_descr }}

@endforeach
@endsection