@extends('layouts.master') @section('meta') Findapetwash.com @stop @section('content')
Confirmation #

{{ $payment->confirmation_number }}

Thank you for your purchase! We are currently reviewing your Map Marker Information and it will appear on the site shortly!

Purchase
{{ $payment->description }}
Total ${{ number_format($payment->total, 2) }}
@if( !empty($location->photo) ) @endif

{{ $location->name }}

{{ $location->address }}

@if( !empty($location->phone) )
Phone
{{ $location->phone }}
@endif @if( !empty($location->url) )
URL
{{ $location->url }}
@endif @if( !empty($location->hours) )
Hours
{{ $location->hours }}
@endif @if( !empty($location->price_range) )
Price Range:
{{ $location->price_range }}
@endif
@if( !empty($location->services) )

Services:

{{ $location->services }}

@endif
@stop @section('scripts') @stop