@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) }} {{ trans_choice('core::general.back',1) }}

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