@extends('layouts.admin') @section('title', 'Incomplete Orders') @section('content')
Customers who started checkout but didn't submit. Rows without a valid 11-digit phone number are never saved.
| Name | Phone | Address | When | |
|---|---|---|---|---|
| {{ $row->name }} | {{ $row->phone }} | {{ $row->address }} | {{ $row->updated_at->diffForHumans() }} |