@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)
{!! $product->icon !!}
{{ $product->name }}
{{ $product->description }}
@empty
No APIs found
@endforelse
@endsection @push('scripts') @endpush