@extends('layouts.app') @section('content')
{{ __('Add theme') }}
@foreach($themes as $theme) @endforeach
{{ __('Name') }} {{ __('Description') }} {{ __('Modules') }} {{ __('Actions') }}
{{ $theme->name }} {{ str_limit($theme->description, $limit = 150, $end = '...') }} {{ $theme->modules()->count() }}
@endsection