|
|
@foreach($creditor_contact_data_set as $creditor_contact_data)
@php
$class = 'crLightTableBackground';
if($loop->even){
$class = 'crTableBackground';
}
@endphp
|