@extends('master') @section('content')
@foreach ($accountnature as $accountnature)
@csrf
@error('txtCode') {{ $message }} @enderror
@error('txtName') {{ $message }} @enderror
@error('cmbPaymentType') {{ $message }} @enderror
@if ($TranslateButton == true)
@endif
@if ($accountnature->Status == 1) @else @endif
@endforeach
@endsection @section('script')