@foreach($data as $template)
Transoft

{{ $template->name }}

{{ !empty($template->theme['name']) ? $template->theme['name'] : '其他' }}
@endforeach