@php use App\Lib\MyHelper; @endphp @extends('layouts.app') @section('title', 'Manage Auto Response') @section('breadcrumb', 'Manage Auto Response') @section('sub-breadcrumb') List Edit @endsection @section('setting.autocrm', 'kt-menu__item--active') @section('content')
@include('layouts.notification')

Type:   @if ($autocrm['type'] == 'Order Paid of') Order Complete @elseif ($autocrm['type'] == 'Problem Task Enter') Task Problem @elseif ($autocrm['type'] == 'Push Task Late Assignment') (Push) Task Late @elseif ($autocrm['type'] == 'Inbox Task Late Assignment') (Inbox) Task Late @elseif ($autocrm['type'] == 'Order Pending Edit') Order Changed @else {{$autocrm['type']}} @endif

{{-- button --}}
@if (($autocrm['type'] !== "Inbox Task Late Assignment") && ($autocrm['type'] !== "Push Task Late Assignment"))
@endif @if (($autocrm['type'] !== "Inbox Task Late Assignment"))
@endif @if (($autocrm['type'] == "Push Task Late Assignment") && ($autocrm['type'] == "Problem Task Enter"))
@endif
{{-- container div --}}
@csrf {{-- Email CRM --}}

Auto Response Email

You can use this variables to display other information:

{{-- replace text --}} @if ($autocrm['type'] == "Order Invoice")   @elseif ($autocrm['type'] == "User Login Success")   @elseif ($autocrm['type'] == "User Login Failed")   @elseif ($autocrm['type'] == "Order Ship")       @elseif ($autocrm['type'] == "Order Paid of")       @elseif ($autocrm['type'] == "Inbox Task Late Assignment")           @elseif ($autocrm['type'] == "Push Task Late Assignment")     @elseif ($autocrm['type'] == "Problem Task Enter")           @elseif ($autocrm['type'] == "Send OTP Code")     @elseif ($autocrm['type'] == "Order Pending Edit")       @elseif ($autocrm['type'] == "Task Over Distance")         @else   @endif
You can use this variables to display other information:

{{-- replace text --}} @if ($autocrm['type'] == "Order Invoice")   @elseif ($autocrm['type'] == "User Login Success")   @elseif ($autocrm['type'] == "User Login Failed")   @elseif ($autocrm['type'] == "Order Ship")       @elseif ($autocrm['type'] == "Order Paid of")       @elseif ($autocrm['type'] == "Inbox Task Late Assignment")           @elseif ($autocrm['type'] == "Push Task Late Assignment")     @elseif ($autocrm['type'] == "Problem Task Enter")           @elseif ($autocrm['type'] == "Send OTP Code")     @elseif ($autocrm['type'] == "Order Pending Edit")       @elseif ($autocrm['type'] == "Task Over Distance")         @else   @endif
{{-- Push Notification CRM --}}

Auto Response Push Notification

You can use this variables to display other information:

{{-- replace text --}} @if ($autocrm['type'] == "Order Invoice")   @elseif ($autocrm['type'] == "User Login Success")   @elseif ($autocrm['type'] == "User Login Failed")   @elseif ($autocrm['type'] == "Order Ship")       @elseif ($autocrm['type'] == "Order Paid of")       @elseif ($autocrm['type'] == "Inbox Task Late Assignment")           @elseif ($autocrm['type'] == "Push Task Late Assignment")     @elseif ($autocrm['type'] == "Problem Task Enter")           @elseif ($autocrm['type'] == "Send OTP Code")     @elseif ($autocrm['type'] == "Order Pending Edit")       @elseif ($autocrm['type'] == "Task Over Distance")         @else   @endif
You can use this variables to display other information:

{{-- replace text --}} @if ($autocrm['type'] == "Order Invoice")   @elseif ($autocrm['type'] == "User Login Success")   @elseif ($autocrm['type'] == "User Login Failed")   @elseif ($autocrm['type'] == "Order Ship")       @elseif ($autocrm['type'] == "Order Paid of")       @elseif ($autocrm['type'] == "Inbox Task Late Assignment")           @elseif ($autocrm['type'] == "Push Task Late Assignment")     @elseif ($autocrm['type'] == "Problem Task Enter")           @elseif ($autocrm['type'] == "Send OTP Code")     @elseif ($autocrm['type'] == "Order Pending Edit")       @elseif ($autocrm['type'] == "Task Over Distance")         @else   @endif
{{-- Inbox CRM --}}

Auto Response Inbox

You can use this variables to display other information:

{{-- replace text --}} @if ($autocrm['type'] == "Order Invoice")   @elseif ($autocrm['type'] == "User Login Success")   @elseif ($autocrm['type'] == "User Login Failed")   @elseif ($autocrm['type'] == "Order Ship")       @elseif ($autocrm['type'] == "Order Paid of")       @elseif ($autocrm['type'] == "Inbox Task Late Assignment")           @elseif ($autocrm['type'] == "Push Task Late Assignment")     @elseif ($autocrm['type'] == "Problem Task Enter")           @elseif ($autocrm['type'] == "Send OTP Code")     @elseif ($autocrm['type'] == "Order Pending Edit")       @elseif ($autocrm['type'] == "Task Over Distance")         @else   @endif
You can use this variables to display other information:

{{-- replace text --}} @if ($autocrm['type'] == "Order Invoice")   @elseif ($autocrm['type'] == "User Login Success")   @elseif ($autocrm['type'] == "User Login Failed")   @elseif ($autocrm['type'] == "Order Ship")       @elseif ($autocrm['type'] == "Order Paid of")       @elseif ($autocrm['type'] == "Inbox Task Late Assignment")           @elseif ($autocrm['type'] == "Push Task Late Assignment")     @elseif ($autocrm['type'] == "Problem Task Enter")           @elseif ($autocrm['type'] == "Send OTP Code")     @elseif ($autocrm['type'] == "Order Pending Edit")       @elseif ($autocrm['type'] == "Task Over Distance")         @else   @endif
{{-- button submit --}}
@endsection @section('custom-script') {{-- Script toogle --}} {{-- Scipt replace text --}} @endsection