@extends('core::layouts.master') @section('content')
@foreach($themes as $theme)

{{$theme['name']}}

@endforeach
@endsection