@forelse($constructors as $constructor) @empty @endforelse
ID {{ __('views.email_constructor.th_name') }} {{ __('views.email_constructor.th_description') }} {{ __('views.email_constructor.th_type') }} {{ __('views.email_constructor.th_date') }} {{ __('views.email_constructor.th_actions') }}
{{ $constructor->id }} {{ $constructor->name }} {{ Str::limit($constructor->description, 50) }} @if($constructor->type) {{ $constructor->type->label() }} @else {{ __('views.email_constructor.no_type') }} @endif {{ $constructor->created_at->format('d/m/Y H:i') }}
{{ __('views.email_constructor.no_constructors') }}