@extends('layouts.app') @section('title', 'Test Shopify Notifications') @push('head') @endpush @section('content')
Send a test notification to see results here
| 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
|
||||