@extends('web.layout.master') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @if($msg == 'success')

{{ Session::get('alert-' . $msg) }} Please login here

@else

{{ Session::get('alert-' . $msg) }}

@endif @endif @endforeach

You will receive an email confirmation shortly at {{ (auth()->check()) ? auth()->user()->emailaddress : $order->coustomer->emailaddress }}

{{-- Print Receipt --}} Print Receipt
{{--
Question?
Call 866.243.2721 or
Email us
--}}
@if(!auth()->check()) {{-- --}}
@csrf
{{-- --}} {{-- --}}

Minimum 8 characters

A lowercase letter

A capital (uppercase) letter

A number Or spacial character

@endif
{{--
--}}
@if($order->is_google_order == 0) @endif @endsection