@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('All conditions must be true for the feedback to be shown.') }}
@if($conditions->count() > 0)| {{ __('Type') }} | {{ __('Details') }} | |
|---|---|---|
| {{ $condition->type_num }} | {{ $condition->getDescription() }} |
{{ __('No conditions yet. Without conditions, this feedback will always be shown.') }}
@endif