@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') }} Tài khoản {{ __('Thêm tài khoản') }} @endsection @section('section.content') @csrf {{ __('Ngân hàng / Ví điện tử') }} 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 {{ $paymentInterface->getIcon() }} @endforeach {{ __('username') }}/{{ __('phone_number') }} {{ __('submit') }} @endsection @section('scripts') @endsection @section('styles') @endsection
Vui lòng chọn Ngân hàng/Ví của bạn: