@extends('layouts.app') @section('title') {{ __('Tạo mới phương thức thanh toán') }} @endsection @section('config') active @endsection @section('section.header') {{ __('Thêm mới phương thức thanh toán') }} {{ __('Cấu hình giao dịch') }} {{ __('Tạo mới') }} @endsection @section('section.content') {{ __('Phương thức thanh toán') }} @if (Session::has('error')) {{ Session::get('error') }} @endif {{ __('Mã') }}* @error('name') * {{ $message }} @enderror {{ __('transaction_type') }}* @error('display_name') * {{ $message }} @enderror {{ __('Ví/Ngân hàng') }} {{ __('Ví điện tử') }} {{ __('Ngân hàng') }} {{ __('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 {{ __('Giới hạn/Ngày') }}* @error('amount_limit_day') * {{ $message }} @enderror {{ __('Giới hạn/tháng') }} @error('amount_limit_month') * {{ $message }} @enderror {{ __('status') }} {{ __('Thêm mới') }} @endsection @section('styles') @endsection