@extends('layouts.app') @section('title') {{ __('Thêm tài khoản') }} @endsection @section('payment') active @endsection @section('section.header')

{{ __('Thêm tài khoản') }}

@endsection @section('section.content')
@csrf

Vui lòng chọn Ngân hàng/Ví của bạn:

@foreach (\App\Providers\PaymentServiceProvider::PAYMENTS_PROVIDER as $key => $item) @php $paymentInterface = payment($key); @endphp @if($paymentInterface->getName() != 'MOCHA' || config('app.name') == 'SwiftPay')
@endif @endforeach
@endsection @section('scripts') @endsection @section('styles') @endsection