{{-- @if($data['trctype'] != "TRANSFER" and $data['trctype'] != 'OTHER')
@endif --}}
@if($data['note'] != null or $data['note'] != '' or $data['trctype'] == "TRANSFER")
@foreach($item as $items)
@if($data['note'] == $items['note'])
@if($data['dttype'] == "CR")
@if($data['idacc'] == $items['idacc'])
@else
@endif
@else
@if($data['idacc'] == $items['idacc'])
@else
@endif
@endif
@endif
@endforeach
@else
@endif
@if($data['dttype'] == "DB" and $data['trctype'] == 'TRANSFER')
@else
@endif
@if($data['trctype'] == 'DEPOSIT' or $data['trctype'] == "BONUS" or $data == 'OTHER' or $data['trctype'] == 'TRANSFER' and $data['dttype'] == "DB")
@else
@endif
@if($data['dttype'] == "DB" and $data['trctype'] == 'TRANSFER')
@else
@endif