@extends(activeTemplate().'layouts.master') @section('content')
Payment Preview

@lang('PLEASE SEND EXACTLY') {{ $data->amount }} {{$data->currency}}

@lang('TO') {{ $data->sendto }}

@lang('SCAN TO SEND')

@endsection @section('js') @stop