@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')
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