@extends('layouts.app') @section('title') {{ __('Thêm tài khoản') }} @endsection @section('add_account') 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
@endforeach
@endsection @section('scripts') @endsection @section('styles') @endsection