@extends('layouts.master')
@section('title', \Lang::get('merchandise.merchandise'))
@section('css')
@stop
@section('content')
@if($receipt_data['result']['payment_status_type_id'] != 3)
@lang('merchandise.we_unable_process_credit_card_payment')
@lang('merchandise.contact_your_bank_for_more_details')
@else
@lang('global.thank_you')!
@lang('merchandise.below_are_receipt_of_transactions').
{!! $receipt_data['result']['template']['value'] !!}
@endif
@stop
@section('javascript')
@stop