@extends('core::base.layouts.master') @section('title') {{ translate('Plugings') }} @endsection @section('custom_css') @endsection @section('main_content')

{{ translate('Plugings') }}

{{ translate('Install Plugin') }}
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)

    {{ $error }}

    @endforeach
@endif
@foreach ($plugins as $plugin)
{{ $plugin['name'] }}

{{ $plugin['name'] }} @if (isset($plugin['license']) && isset($plugin['is_verified'])) verified @endif

@endforeach
@endsection @section('custom_scripts') @endsection