@extends('components.app') @section('styles') @endsection @section('title') Add/View Bot Device @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Add/View Bot Device

dashboard > Add/View Bot Device
WhatsApp Bot Server
Add Reply Text
@csrf
@error('name') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
Options

@error('keyword') {{ $message }} @enderror
@error('text') {{ $message }} @enderror Short Codes : [LINK]
Cancel
Reply Text List
@foreach ($data as $item) @endforeach
#id name message options action
{{ $item->id }} {{ $item->name }} {{ $item->message }} @foreach ($item->options as $item2) {{ $item2['keyword'] }} :{{ $item2['text'] }}
@endforeach
@if (!empty($data)) {{ $data->links() }} @endif
@endsection @section('scripts') @endsection