@extends('layouts.adminapp') @section('title') {{__('lng.AccountGroup')}} - {{__('lng.Edit')}} @endsection @section('active_register','active') @section('open_register','open') @section('open_account','open') @section('active_account','active') @section('active_account_group', 'active') @section('content')

{{__('lng.AccountGroup')}}

@csrf @method('patch')
{{__('lng.EditAccountGroup')}}
@error('title')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@if($AccountGroup->isaffectedgrossprofit==1) @else @endif
{{--
--}}
{{-- --}}
@endsection