@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Edit Google Nest

@if ($errors->any()) @endif

Edit Google Nest Record

@csrf @method('PUT')
You can use rich text formatting with the editor above.
Enter WhatsApp number with country code (+62) or local format (08xxx). QR code will be regenerated if changed.
Enter a valid YouTube URL (e.g., https://www.youtube.com/watch?v=... or https://youtu.be/...)
Current QR Code
@if ($googleNest->qr_code_url_full) Current QR Code

Current WhatsApp: {{ $googleNest->whatsapp_number }}

@else

No QR code available

@endif
Record Info
  • Created: {{ $googleNest->created_at->format('M d, Y H:i') }}
  • Updated: {{ $googleNest->updated_at->format('M d, Y H:i') }}
  • Status: {{ ucfirst($googleNest->status) }}
  • QR Code: {{ $googleNest->qr_code_path ? 'Available' : 'Not Generated' }}
Instructions
  • QR code will be regenerated if WhatsApp number changes
  • Use format: +628xxx or 08xxx for Indonesian numbers
  • URL must start with http:// or https://
Back
@endsection