@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
Edit Reply Text
@csrf
@error('name') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
Options

@foreach ($data['options'] as $item)
@error('keyword') {{ $message }} @enderror
@error('text') {{ $message }} @enderror Short Codes : [LINK]
@endforeach
Cancel
@endsection @section('scripts') @endsection