@extends('layouts.adminapp') @section('content') @section('head',__('lng.AccountGroup')) {{-- Account Group --}}
@csrf @method('patch')

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


@error('title')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@if($AccountGroup->isaffectedgrossprofit==1) @else @endif

@endsection