@extends('backend.layouts.grid') @section('section', admin_trans('Appearance')) @section('title', admin_trans('Themes')) @section('upload_modal', admin_trans('Upload')) @section('content')
@foreach ($themes as $theme)
@if ($theme->isActive()) {{ admin_trans('Active') }} @endif {{ $theme->name }}
{{ $theme->name }} v{{ $theme->version }}

{{ shorterText($theme->description, 120) }}

@endforeach
@endsection