Senior Discount History
Account No
{{ strtoupper($cust->acct_number) }}
Customer Name
{{ strtoupper($cust->cust_name) }}
SC Status
@if($cust->sc_discount == 1) @else @endif
*This is a history of customer senior citizen discount activation and deactivation. i.e., customer Juan Miguel Dela Cruz's senior discount was ACTIVE last Mar 01, 2022. Therefore his senior discount status is INACTIVE. @foreach($senior AS $s) {{-- --}} {{-- --}} @endforeach
LAST SENIOR DISCOUNT STATUS
@if($s->sc_discount == 1) {{ $s->remarks ? $s->remarks." " : "" }}ACTIVE till {{ date_format(date_create($s->updated_at), "M d, Y h:i A") }}. @else INACTIVE till {{ date_format(date_create($s->updated_at), "M d, Y h:i A") }}. @endif {{ strtoupper($s->name) }}{{ date_format(date_create($s->updated_at), "M d, Y H:i") }}