{!! Form::open(['id'=>'gym-offer_data','class'=>'ajax-form','method'=>'POST']) !!}
{!! HTML::image('admin/admin/layout4/img/hp-logo-black-big-2.png', 'Logo',array("style" => "margin:auto;text-align:center;border:0;outline:none;text-decoration:none", "align" => "center",'border' => '0','width' => '240')) !!}
|
Thanks for being our member!
|
Here's your payment receipt. If you
have any feedback, do share with us.
|
Payment Summary
|
Payment ID: {{ $payment->payment_id }}
|
Date: {{ $payment->payment_date->format('d M, Y') }}
|
@if(!is_null($payment->purchase->membership_id))
{{ ucwords($payment->purchase->membership->title) }}
@elseif(!is_null($payment->purchase->offer_id))
{{ ucwords($payment->purchase->offer->title) }}
@elseif(!is_null($payment->purchase->package_id))
{{ ucwords($payment->purchase->package->title) }}
@endif
|
Rs. {{ $payment->payment_amount }}
|
|
Paid by
|
{{ ucfirst(str_replace('_',' ',$payment->payment_source)) }}
|
Rs. {{ $payment->payment_amount }}
|
|
|
|
Issued on behalf of
|
{{ ucwords($merchantBusiness->business->title) }}
|
{{ ucwords($merchantBusiness->business->address.', '.$merchantBusiness->business->area->name.', '.$merchantBusiness->business->city->name) }}
|
|
|
|
{!! Form::close() !!}