@extends('layouts.app')
@section('title', 'Send WhatsApp Message')
@section('content')
{{-- Keeps content safely below navbar and avoids overflow --}}
@foreach(['success', 'error'] as $type)
@include('components.layouts.alert', ['type' => $type])
@endforeach
Loading QR code for instance {{ $instanceId }}
{{--
How to link your device:
--}}
Use WhatsApp on you phone to scan the code
- Open WhatsApp on your phone
- Tap ⋮ → Linked Devices → Link a Device
- Point your camera at the QR code
- Wait for confirmation
Keep this page open until connection completes
Loading
@endsection
@push('scripts')
@endpush