- Customer
- {{ $refillRequest->user->name }}
- Phone
- {{ $refillRequest->user->phone }}
- Gas Company
- {{ $refillRequest->gasCompany->name }}
- Sensor ID
- {{ $refillRequest->sensor->uuid }}
- Created
- {{ $refillRequest->created_at->format('M j, Y H:i') }}
- Location
-
@if($refillRequest->latitude && $refillRequest->longitude)
View on Map
@else
Not provided
@endif