@if ($SearchResult)
@php echo $SearchResult @endphp
@else
{{__('lng.SiNo')}} |
{{__('lng.Title')}} |
{{__('lng.Nature')}} |
{{__('lng.Under')}} |
{{__('lng.isaffectedgrossprofit')}} |
{{__('lng.Company')}} |
{{__('lng.Narration')}} |
{{__('lng.Action')}} |
@php $si=0; @endphp
@foreach($AccountGroups as $AccountGroup)
{{++$si}} |
{{$AccountGroup->title}} |
{{$AccountGroup->nature}} |
{{$AccountGroup->under}} |
@if($AccountGroup->isaffectedgrossprofit==1)
{{__('lng.Yes')}}
@else
{{__('lng.No')}}
@endif
|
{{$AccountGroup->company_id}} |
{{$AccountGroup->narration}} |
|
{{-- --}}
{{-- --}}
|
@endforeach
{{$AccountGroups->count()}} {{__('lng.Items')}}