@php $useUnifiedSeo = true; $seo = \App\Support\Seo\SeoDataBuilder::fromArray( app(\App\Support\Seo\SeoFactory::class)->fromViewData(get_defined_vars()) )->build(); @endphp @extends('layouts.nova') @section('meta-description', $meta['description'] ?? '') @section('content')

Nova Cards

{{ $heading }}

{{ $subheading }}

Official packs

@foreach($packs as $pack)

{{ $pack['name'] ?? $pack['slug'] }}

@if(!empty($pack['official'])) Official @endif
@if(!empty($pack['description']))

{{ $pack['description'] }}

@endif
{{ strtoupper($pack['type'] ?? $resourceType) }} pack
@endforeach
@endsection