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

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

@endsection @section('scripts') @endsection @section('styles') @endsection