@extends('layouts.app') @section('title') {{ __('Chỉnh sửa tài khoản dồn tiền') }} @endsection @section('setting_combine_money') active @endsection @section('section.header') {{ __('Chỉnh sửa tài khoản dồn tiền') }} {{ __('combine_money_setting') }} {{ __('Chỉnh sửa tài khoản dồn tiền') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif @csrf @method('PUT') ID: {{ $setting->id }} {{ __('Số dư tối thiểu') }} {{ __('Lưu') }} @endsection @section('scripts') @endsection @section('styles') @endsection