@extends('admin::layouts.master') @section('title', __('admin/common.theme_index')) @section('body-class', 'page-theme') @section('content')
{{ __('admin/theme.page_title') }}
{{ __('common.get_more') }}
@foreach ($themes as $item)
{{ $item['name'] }}
@if ($item['status'])
{{ __('admin/theme.enabled_text') }}
@else @endif
@endforeach
@endsection @push('footer') @endpush