@extends('panel.layout.app') @section('title', __('Marketplace')) @section('content')
{{-- shadow-[0_4px_44px_0_rgba(113,136,197,0.07)] --}}

{{ $extension->name }}

@if ($extension->installed)

{{ __('Installed') }}

@endif

Tested with MagicAI

{{--

{{ number_format($extension->review, 1) }}

--}}

Recently Updated

{{ __('About this add-on') }}

{!! $extension->detail !!}
@php $tags = explode(',', $extension->category); @endphp @foreach ($tags as $tag)

{{ $tag }}

@endforeach
@if (!empty($extensionQAs))

{{ __('Have a question?') }}

@foreach ($extensionQAs as $extensionQA)

{{ __($extensionQA['question']) }}

{{ $extensionQA['answer'] }}

@endforeach {{--

{{ __('Do I get support and free updates?') }}

--}}
@endif

Limited Offer

@if ($extension->price != 0)

${{ $extension->price }}

For a limited time only

@else

Free

@endif

{{ __('Price is in US dollars. Tax included.') }}

@if($extension->price !=0) @else @endif {{-- --}}

Details

FREE UPDATES

Lifetime

SUPPORT

6 months

LICENSE

Extended

INSTALLATION

One Click

@endsection @section('script') @endsection