@extends('layouts.public') @section('title', $api['name'] . ' – ' . config('app.name')) @section('description', $api['description']) @push('styles') {{-- Swagger UI official CSS --}} @endpush @section('content') {{-- ── HERO ── --}}
Back to catalog
@if($api->icon) {!! $api->icon !!} @else @endif

{{ $api['name'] }}

{{ $api['description'] }}

@auth @if(!auth()->user()->apiKeyGenerated()) @endif @endauth @guest @endguest
Uptime 100%
Version {{ $api->version }}
Category {{ $api?->category?->name }}
Base URL {{ $api->base_url }}
Status @if($api->status == \App\Models\Product::ACTIVE) Active @else Inactive @endif
{{-- ── SWAGGER UI ── --}}
{{-- Swagger UI mount point --}}
@endsection @push('scripts') {{-- Swagger UI JS bundle --}} @endpush