@extends('admin.master') @section('content')

Live Chat Integration

Add a live chat widget (e.g. tawk.to) to your storefront for real-time customer support.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Chat Widget Code

Paste the JavaScript embed code from your live chat provider (e.g. tawk.to, Crisp, Intercom).

@endsection