@extends('layouts.app') @section('head') {{ Breadcrumbs::view('breadcrumbs::json-ld', 'subcategory', $category, $subCategory) }} @endsection @section('content')
{{$subCategory->name}} Software Companies
{{ Breadcrumbs::render('subcategory', $category, $subCategory) }}

{{$subCategory->name}} Software

{{$subCategory->description}}

Top {{$subCategory->name}} Software Companies by Organic Traffic {{$page>1?' - Page '.$page:''}}

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