@extends('layouts.app') @section('content')
| # | {{ __('Name') }} | {{ __('Conditions') }} | {{ __('Summary') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $algorithm->name }} | {{ $algorithm->conditions->count() }} | @if($algorithm->is_summary) {{ __('Yes') }} @else {{ __('No') }} @endif | {{ __('Edit') }} |
{{ __('No algorithms yet. Algorithms are optional - they generate automatic feedback based on scores.') }}
@endif