@extends('admin.layouts.admin') @section('content')
@foreach ($themes as $theme)
V {{ $theme->version }}
{{ $theme->name }}

{{ $theme->name }}

@endforeach @if (!empty($get_themes) && is_array($get_themes)) @foreach ($get_themes as $theme)
V {{ $theme['version'] }}
{{ $theme['title'] }}

{{ $theme['title'] }}

@endforeach @endif
@endsection