@extends('admin.layouts.main') @section('title', ___('Plugins')) @section('header_buttons') {{ ___('Upload Plugin') }} @endsection @section('content') @foreach($plugins as $plugin)
{{$plugin->description}}
{!! ___('This plugin is not compatible with the current version of your script. Update your script to version :VERSION_CODE or higher.', ['VERSION_CODE' => $plugin->min_app_version]) !!}
@endif @if($plugin->update_available){!! $plugin->update_message !!}
@endif