@extends('backEnd.layouts.master') @section('title', 'Moderator Hub') @push('styles') @endpush @section('content') @php $activeTab = in_array($tab, ['crm', 'calls', 'inquiry', 'inbox', 'assigned'], true) ? $tab : 'orders'; @endphp

Moderator Hub

Orders · Website · WhatsApp/Messenger · CRM

Auto refresh ~১৫ sec · এক moderator Hub থেকেই সব customer care

{{-- Call complete sheet --}} {{-- Dismiss reason sheet --}} {{-- Release order sheet --}} {{-- Quick note sheet --}} {{-- CRM contact sheet --}} {{-- Website inquiry reply sheet --}} {{-- WA/FB inbox reply sheet --}} @endsection @push('scripts') @include('backEnd.support.partials.realtime') @endpush