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

Google Nest

@if (session('success')) @endif @if ($errors->any()) @endif
@forelse($googleNests as $googleNest) @empty @endforelse
No Text WhatsApp Number URL Link QR Code Status Actions
{{ $loop->iteration + ($googleNests->currentPage() - 1) * $googleNests->perPage() }}
{{ Str::limit($googleNest->text, 50) }}
{{ $googleNest->whatsapp_number }} {{ Str::limit($googleNest->url_link, 30) }} @if ($googleNest->qr_code_url_full) QR Code @else No QR @endif
status === 'active' ? 'checked' : '' }} onchange="updateActiveStatus({{ $googleNest->id }}, this.checked)" data-google-nest-id="{{ $googleNest->id }}">
No Google Nest records found.
{{ $googleNests->links() }}
@endsection