@extends('layouts.app') @section('title') {{ __('Chỉnh sửa tài khoản') }} @endsection @section('payment') active @endsection @section('section.header') {{ __('Chỉnh sửa tài khoản duyệt thủ công') }} {{ __('Tài khoản duyệt thủ công') }} {{ __('Chỉnh sửa tài khoản') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif @csrf @method('PUT') {{ __('Tên ngân hàng/Ví') }} {{ __('Chủ tài khoản') }} {{ __('Số tài khoản') }} {{ __('Mã nạp') }} {{ __('Trạng thái') }} @foreach (ACCOUNT_STATUS as $key => $value) status == $key ? 'selected' : '' }}> {{ $value }} @endforeach {{ __('Lưu') }} @endsection @section('scripts') @endsection @section('styles') @endsection