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

Edit Google Nest

Edit Google Nest Record

@if ($errors->any()) @endif
@csrf @method('PUT')
You can use rich text formatting with the editor above. @error('text')
{{ $message }}
@enderror
Enter WhatsApp number with country code (+62) or local format (08xxx). QR code will be regenerated if changed. @error('whatsapp_number')
{{ $message }}
@enderror
Enter a valid URL starting with http:// or https:// @error('url_link')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Current QR Code
@if ($googleNest->qr_code_url) 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://
View Back
@endsection