@extends('layouts.app') @section('title') {{ __('Chỉnh sửa cấu hình giao dịch') }} @endsection @section('configure') active @endsection @section('section.header') {{ __('Cấu hình giao dịch') }} {{ __('Cấu hình giao dịch') }} {{ __('Chỉnh sửa') }} @endsection @section('section.content') {{ __('Chỉnh sửa cấu hình giao dịch') }} @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif @csrf @method('PUT') {{ __('Ví/Ngân hàng') }} type == 'wallet') selected @endif> {{ __('Ví điện tử') }} type == 'bank') selected @endif> {{ __('Ngân hàng') }} {{ __('Mã') }} @error('name') * {{ $message }} @enderror {{ __('transaction_type') }} @error('display_name') * {{ $message }} @enderror {{ __('Giới hạn giao dịch out/ngày') }} @error('transaction_out_limit') * {{ $message }} @enderror {{ __('Bank Code') }} @error('bank_code') * {{ $message }} @enderror {{ __('Time out (giây)') }} @error('time_out') * {{ $message }} @enderror {{ __('Mức giao dịch IN- Từ') }} @error('amount_in_from') * {{ $message }} @enderror {{ __('Đến') }} @error('amount_in_to') * {{ $message }} @enderror {{ __('Mức giao dịch OUT- Từ') }} @error('amount_out_from') * {{ $message }} @enderror {{ __('Đến') }} @error('amount_out_to') * {{ $message }} @enderror {{ __('Hạn mức ngày') }} @error('amount_limit_day') * {{ $message }} @enderror {{ __('Hạn mức tháng') }} @error('amount_limit_month') * {{ $message }} @enderror {{ __('Số tiền tự động rút') }} @error('amount_auto_withdraw') * {{ $message }} @enderror {{ __('status') }} status == 1 ? 'checked' : '' }}> {{ __('Tự động rút tiền') }} is_auto_withdraw == 1 ? 'checked' : '' }}> {{ __('Cập nhật') }} @endsection @section('styles') @endsection