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

Create Google Nest

Add New Google Nest

@if ($errors->any()) @endif
@csrf
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 generated automatically. @error('whatsapp_number')
{{ $message }}
@enderror
Enter a valid URL starting with http:// or https:// @error('url_link')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
QR Code Preview

QR code will be generated automatically when you enter a WhatsApp number

Instructions
  • QR code is generated automatically from WhatsApp number
  • Use format: +628xxx or 08xxx for Indonesian numbers
  • URL must start with http:// or https://
  • All fields are required and validated
Back
@endsection