@extends('layouts.adminapp') @section('title') {{ __('lng.AccountGroup') }} @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.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Nature') }} | {{ __('lng.Under') }} | {{--{{ __('lng.isaffectedgrossprofit') }} | {{ __('lng.Company') }} | --}}{{ __('lng.Narration') }} | {{ __('lng.Action') }} |
|---|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $AccountGroup->title }} | {{ $AccountGroup->nature }} | {{ $AccountGroup->Under->title ?? 'NA' }} | {{--@if ($AccountGroup->isaffectedgrossprofit == 1) {{ __('lng.Yes') }} @else {{ __('lng.No') }} @endif | {{ $AccountGroup->company_id }} | --}}{{ $AccountGroup->narration }} |
@if ($AccountGroup->isdefault)
@else
isdefault == 1) disabled @endif
data-bs-toggle="tooltip" data-bs-custom-class="tooltip-primary"
data-bs-placement="bottom" title="{{ __('lng.Edit') }}">
@endif
|
{{ __('lng.Showing') }} {{ $AccountGroups->count() }} {{ __('lng.Items') }}