@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Plugins')) @section('page-style') @endsection @section('content')
@if(count($plugins)) @foreach($plugins as $plugin)
@if($plugin->name == 'codeglen/usupport') {{ $plugin->title }} @elseif($plugin->name == 'codeglen/ulanding') {{ $plugin->title }} @else {{ $plugin->title }} @endif
{{ trans('locale.labels.' . $plugin->status) }}
v.{{ $plugin->version }}

{{ $plugin->description }}

{{ __('locale.buttons.update') }} @if($plugin->status === 'active') @else @endif
@endforeach @else
uSupport - Support Ticket Plugin for Ultimate SMS
{{ trans('locale.labels.pro') }}
$29

uSupport is a support ticket plugin for Ultimate SMS.

@endif
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- 1. Define the showResponseMessage function globally --}} {{-- 2. Your existing logic for plugin actions --}} @endsection