@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
Link Your WhatsApp Account
Back to Dashboard
Loading QR code for instance {{ $instanceId }}
Loading
@endsection @push('scripts') @endpush