@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['title'=> 'Automatic Replies','buttons'=>[ [ 'name'=>'  Create Reply', 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#send-template-bulk" id="send-template-bulks"', 'is_button'=>true ] ]]) @endsection @section('content')
{{ __('Keyword') }} | {{ __('Device') }} | {{ __('Reply Type') }} | {{ __('Keyword Match Type') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $reply->keyword }} | {{ $reply->device->phone ?? '' }} | {{ $reply->reply_type }} | {{ $reply->match_type == 'equal' ? 'Whole Word' : 'Similar Word' }} |
|