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

{{ $theme->description }}

@endforeach
@endsection