@extends('layouts.app') @section('title', 'QR') @section('content')

{{ $session->name }}

Scan with WhatsApp to connect (Evolution)

@if($qr) @if(str_starts_with($qr, 'data:image') || str_starts_with($qr, 'iVBOR') || str_starts_with($qr, '/9j')) QR @else
{{ $qr }}
@endif @else
QR not available yet. Check Evolution settings and refresh.
@endif
Reload {{ __('ui.back') }}
@endsection