@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') }}

@endsection @section('section.content')

{{ __('Phương thức thanh toán') }}

@if (Session::has('error'))
{{ Session::get('error') }}
@endif
@error('name') * {{ $message }} @enderror
@error('display_name') * {{ $message }} @enderror
@error('bank_code') * {{ $message }} @enderror
@error('time_out') * {{ $message }} @enderror
@error('amount_in_from') * {{ $message }} @enderror
@error('amount_in_to') * {{ $message }} @enderror
@error('amount_out_from') * {{ $message }} @enderror
@error('amount_out_to') * {{ $message }} @enderror
@error('amount_limit_day') * {{ $message }} @enderror
@error('amount_limit_month') * {{ $message }} @enderror
@endsection @section('styles') @endsection