@extends('layouts.admin') @section('title', 'Services - ' . getRadioUsers()->name) @section('content')

Prompts AWR Studio AI

@if (count($prompts) > 0)
@foreach ($prompts as $key => $prompt) @php $containsKeywords = containsTargetKeywords($prompt->instruction); $categoryText = $containsKeywords ? $categories : ''; @endphp @endforeach
# Intention Instruction Objectif Actions
{{ $loop->iteration }} {!!$prompt->intention->name !!} {!! $prompt->intention->name !!} {!! Str::limit(strip_tags($prompt->instruction), 200) !!} {!! strip_tags($prompt->instruction) !!} {!! Str::limit($prompt->objectif, 10) !!} {{ $prompt->objectif }}
@else
aucun

Pas de prompts

@endif
@endsection @section('script') @endsection