@extends('panel.layout.app') @section('title', __('Marketplace')) @section('content')
@foreach ($extensions as $extension)
@if (trim($extension->badge, ' ') != "")

{{ $extension->badge }}

@endif

Installed

{{ $extension->name }}

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

{{ $extension->description }}

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

Mailchimp

Say goodbye to writer's block and hello to endlesss content possiblites. Tranform your ideas into content.

Mailchimp

Say goodbye to writer's block and hello to endlesss content possiblites. Tranform your ideas into content.

--}}
@endsection @section('script') @endsection