@extends('components.app') @section('styles') @endsection @section('title') Add/View Bot Device @endsection @section('content')
| #id | name | message | options | action |
|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->message }} |
@foreach ($item->options as $item2)
{{ $item2['keyword'] }}
:{{ $item2['text'] }}
@endforeach |