@extends('layouts.app') @section('title', 'Test Shopify Notifications') @push('head') @endpush @section('content')

Test Shopify Notifications

Send Test Notification
Include country code (e.g., +1 for US)
Test Results

Send a test notification to see results here

Recent Test Results
@forelse($recentTests as $test) @empty @endforelse
Type Phone Status Sent At Response
{{ ucfirst(str_replace('_', ' ', $test->notification_type)) }} {{ $test->phone_number }} {{ ucfirst($test->status) }} {{ $test->created_at->format('M d, Y H:i') }} @if($test->response) @else No response @endif
No test results found
@push('scripts') @endpush @endsection