@foreach ($themes as $theme)
{{ ucfirst($theme) }} @if ($current === $theme) {{ __('Current') }} @endif
@if ($current !== $theme) {{ __('Set as Current') }} @if ($theme !== 'default') @endif @endif
@endforeach
@if(!env('APP_DEMO', false)) {{ __('Add New Theme') }} {{ __('You can add new Theme for TMail here.') }} @if ($error)
{{ __('Error') }}! {!! $error !!}
@endif @if ($success)
{{ __('Success') }}! {!! $success !!}
@endif
{{ __('Upload') }}
{{ __('Wait') }}
@endif