{{-- --}} {{-- --}}
{{-- alert --}} @if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any())
@endif {{-- --}}
Lists auto respond {{ Session::has('selectedDevice') ? 'for ' . Session::get('selectedDevice')['device_body'] : '' }}
@if (Session::has('selectedDevice')) @if ($autoreplies->total() == 0) @endif @foreach ($autoreplies as $autoreply) @endforeach @else @endif
Keyword Details Status Quoted Type Action

Will respond if Keyword {{ $autoreply['type_keyword'] }}

& when the sender is {{ $autoreply['reply_when'] }}

status == 'active' ? 'checked' : '' }}>
is_quoted ? 'checked' : '' }}>
{{ $autoreply['type'] }}
@method('delete') @csrf
Please select device
{{-- --}} {{-- --}} {{-- --}}