@extends('core::base.layouts.master') @section('title') {{ translate('Themes') }} @endsection @section('custom_css') @endsection @section('main_content')

{{ translate('Themes') }}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)

    {{ $error }}

    @endforeach
@endif
@foreach ($themes as $theme)
{{ $theme['name'] }}

{{ $theme['name'] }}

@endforeach
@endsection @section('custom_scripts') @endsection