@extends('back.layouts.master') @section('content')
@if(count($themes))
@foreach ($themes as $theme) @if (!$theme['config']) @continue @endif
{{ $theme['config']['demo']['name'] }}
{{ $theme['config']['demo']['name'] }}

{{ $theme['config']['demo']['description'] }}

@if (!get_current_theme() || get_current_theme()['name'] != $theme['name'])
@endif
@endforeach
@else

لیست قالب ها

چیزی برای نمایش وجود ندارد!

@endif
{{-- delete theme modal --}} @endsection @push('scripts') @endpush