@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.alipay')) @push('head') @endpush @section('body')

{{ ctrans('texts.pay_now') }}

{{ ctrans('texts.complete_your_payment') }}

{{ ctrans('texts.payment_type') }}
{{ ctrans('texts.alipay') }}
{{ ctrans('texts.amount') }}
{{ App\Utils\Number::formatMoney($amount, $client) }}
@endsection @push('footer') @endpush