@foreach ($themes as $theme)
{{ ucfirst($theme) }}{{ $this->version($theme) }} @if ($current === $theme) {{ __("Current") }} @endif
@if ($current !== $theme) {{ __("Set as Current") }} @if ($theme !== "default") @endif @endif
@endforeach
@if (! config('app.demo', false)) {{ __("Add New Theme") }} {{ __("You can add new Theme for TMail here.") }} @if ($error)
{{ __("Error") }}! {!! $error !!}
@endif @if ($success)
{{ __("Success") }}! {!! $success !!}
@endif
@if ($new)
{{ __("Upload") }}
{{ __("Wait") }}
@else {{ __("Upload") }} @endif
@endif