@extends('admin.layouts.master') @section('content') @if(config('app.demo') !== true || config('app.debug') == true)
@php $active_theme = $storeFrontThemes->firstWhere('slug', active_theme()); $storeFrontThemes = $storeFrontThemes->filter(function ($value, $key) { return $value['slug'] != active_theme(); }); @endphp
@else

{{ trans('app.info') }}

{!! trans('messages.not_accessible_on_demo') !!}
@endif
Looking for more personalized theme?
Send us an email for any kind of modification or custom work as we know the code better than everyone.
@endsection