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