@extends('layouts.public') @section('title', config('app.name') . ' – API Catalog') @section('description', 'Browse 200+ production-ready APIs.') @push('styles') @endpush @section('content')
All @foreach ($categories as $category) {{ $category->name }} @endforeach
9 APIs
@forelse($products as $product) @include('components.product-card', ['product' => $product]) @empty
No APIs found
@endforelse
{{ $products->links('vendor.pagination.custom') }}
@endsection @push('scripts') @endpush