@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.manage',1) }} {{ trans_choice('core::general.theme',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('core::general.manage',1) }} {{ trans_choice('core::general.theme',2) }}

{{number_format(count($data))}} {{ trans_choice('core::general.theme',2) }} {{ trans_choice('core::general.found',1) }}

{{ trans_choice('core::general.name',1) }}
{{ trans_choice('core::general.description',1) }}
{{ trans_choice('core::general.version',1) }}
{{ trans_choice('core::general.active',1) }}
@foreach($data as $key)
{{$key->description}}
{{$key->version}}
@if($key->name!=config('active_theme')) {{trans_choice('core::general.activate',1)}} @else {{trans_choice('core::general.active',1)}} @endif
@endforeach
@endsection @section('scripts') @endsection