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

Google Nest Details

Google Nest Information

@if (session('success')) @endif @if (session('error')) @endif
Text Content
{!! $googleNest->text !!}
Content includes rich text formatting
Contact & Link Information
Record Information
{{ ucfirst($googleNest->status) }}
{{ $googleNest->qr_code_path ? 'Generated' : 'Not Available' }} @if ($googleNest->qr_code_path) @endif

{{ $googleNest->created_at->format('F d, Y') }} at {{ $googleNest->created_at->format('H:i') }}
{{ $googleNest->created_at->diffForHumans() }}

{{ $googleNest->updated_at->format('F d, Y') }} at {{ $googleNest->updated_at->format('H:i') }}
{{ $googleNest->updated_at->diffForHumans() }}

QR Code
@if ($googleNest->qr_code_url)
QR Code for {{ $googleNest->whatsapp_number }}

Scan to open WhatsApp chat
{{ $googleNest->whatsapp_number }}

Download QR Code
@else

QR Code not available

@endif
@endsection @push('styles') @endpush @push('scripts') @endpush