|
{{ $data->owner}}
@php
if ($data->signed_at) :
@endphp
Signed on {{ date_format(date_create($data->signed_at), "M d, Y") }}
@php
endif;
@endphp
|
{{ $data->type}}
|
- Business: {{ $data->owner }}
- {{ $data->owner_email }}
- {{ $data->owner_address }}
- {{ $data->owner_phone }}
|
- Customer: {{ $data->name }}
- {{ $data->email }}
- {{ $client_dir }}
- {{ $data->phone }}
@if ($data->c_driver_license)
- ID: {{ strtoupper($data->c_driver_license) }}
@endif
@if ($data->c_driver_license_dob)
- DOB: {{ date("m-d-Y",strtotime($data->c_driver_license_dob ))}}
@endif
|
|
This contract is between {{ $data->owner }} (the "Business") and {{ $data->name }} (the "Client")
dated {{ date_format($data->created_at,"m/d/Y") }}
|
@php
if ($data->source=='site' || $data->source=='automatic' ) :
@endphp
Order ID |
{{ $data->order_id }} |
@foreach($data->items as $index=>$item)
Item{{$index + 1}} |
{{$item["item"] }} |
@endforeach
Payment |
{{ $data->payment_method }} |
Amount |
${{$data->amount }} |
|
@php
endif;
@endphp
@php
if ($data->source =='new') :
@endphp
Note |
{{ $data->notes }} |
Amount |
${{ $data->amount }} |
|
@php
endif;
@endphp
Terms
Additional Authorization
{{ $data->terms }}
|
Customer Initial |
{{ $data->c_initial }} |
|
@php
if ($data->payment_method =='authorize.net' || $data->source =='new' ) :
@endphp
Credit card information
|
Card holder name |
{{ $data->c_card_holder_name }} |
Card Number |
{{ "**** **** **** " . $data->c_card_ended_number }} |
Expiration date |
{{ $data->c_card_expiration_date }} |
Billing zip code |
{{ "****" }} |
|
@php
endif;
@endphp
@php
if ($data->payment_method =='authorize.net' || $data->source =='new') :
@endphp
Signatures
|
@php
else :
@endphp
Signatures
|
@php
endif;
@endphp
This contract may be signed electronically or in hard copy. If signed in hard copy, it must be
returned to the Business for valid record. Electronic signatures count as original for all purposes.
By typing their names as signatures below, both parties agree to the terms and provisions of this
agreement.
|
Business Signature
|
Owner name |
{{ $data->owner }} |
Owner Signature |
{{ $data->owner }} |
Business date signed |
{{ date_format($data->created_at,"m/d/Y") }} |
|
Customer Signature
|
Customer name |
{{ $data->name}} |
Customer Signature |
{{ $data->c_signature }} |
Customer date signed |
{{ date_format(date_create($data->signed_at), "m/d/Y") }} |
Signature |
 |
|
@php
if ($type !='client') :
@endphp
Activity
Document Details
|
DOCUMENT TITLE
{{$data->type}}
|
DATE CREATED
{{date_format($data->created_at,"m/d/Y")}}
|
SENDER NAME
{{$data->owner}}
|
CUSTOMER NAME
{{$data->name}}
|
DATE SIGNED
{{date_format(date_create($data->signed_at), "m/d/Y")}}
|
CUSTOMER EMAIL
{{$data->email}}
|
|
CUSTOMER IP ADDRESS
{{$data->c_ip}}
|
|
Document History |
@php
foreach ($logs as $log) :
@endphp
Jan 01, 1970 00:00 AM |
|
|
@php
endforeach;
@endphp
|
@php
endif;
@endphp
@php
if ($type =='admin-warnings' && $data->payment_method=='authorize.net') :
@endphp
Warnings |
Parameter |
Match |
@php
foreach ($warnings as $warning) :
@endphp
@php
if ( $warning['value'] =='Yes') :
@endphp
|
|
@php
endif;
@endphp
@php
if ( $warning['value'] =='No') :
@endphp
|
|
@php
endif;
@endphp
@php
if ( $warning['value'] =='Check data') :
@endphp
|
|
@php
endif;
@endphp
@php
if ( $warning['parameter'] =='The card holder name Match at') :
@endphp
@if ($warning['value'] >= 70)
|
% |
@else
|
% |
@endif
@php
endif;
@endphp
@php
endforeach;
@endphp
|
@php
endif;
@endphp