@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
List Auto CRM
@if (!empty($data)) @foreach($data as $key => $value) @endforeach @endif
No Title Send Email Send SMS Send Push Send Inbox Forward Email
{{ $key+1 }} {{ $value['autocrm_title'] }} @if($value['autocrm_email_toogle'] == 1) View Template @else Enable Email @endif @if($value['autocrm_sms_toogle'] == 1) View Template @else Enable Sms @endif @if($value['autocrm_push_toogle'] == 1) View Template @else Enable Push @endif @if($value['autocrm_inbox_toogle'] == 1) View Template @else Enable Inbox @endif @if($value['autocrm_forward_toogle'] == 1) View Template @else Enable Forward @endif