@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@foreach ($themes as $theme)
{{ __($theme->theme_name) }}
{{ __($theme->theme_description) }}
@if ($theme->theme_id == '588969110990' || $theme->theme_id == '603871993591' || $theme->theme_id == '226816377102' || $theme->theme_id == '499824398921') {{ __("New") }} @endif @if ($theme->theme_id == '7ccc432a06hty' || $theme->theme_id == '7ccc432a06hju') {{ __("Modified") }} @endif
@endforeach
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection