@extends('layouts.backend.app') @section('content')

{{ __('Theme List') }}

@foreach($themes as $theme)
{{ __('Version') }}: {{ $theme['Version'] }} {{ __('Author: Amcoders') }}
@if($theme['status'] == 'deactive') {{ __('Active') }} @endif {{ __('Customize') }}
@endforeach {{-- --}}
@endsection