@extends('admin.layouts.main') @section('panel')

{{ __($setTitle) }}

@csrf
Available Themes:
@foreach(getArrayValue($setting->theme_template_setting, 'themes') as $key => $theme)
{{ $theme['title'] }}

{{ $theme['details'] }}

@endforeach
@endsection