@include('flash::message')

{{ trans('common.themes') }}

@foreach($themesInfo as $theme)
images {{ trans('common.selected') }}
{{ $theme->name }}
{{ trans('common.author') }} : {{ $theme->author }}
{{ $theme->version }}
@endforeach