Factor
Factor Data
Create Factor
| # | Name | Status | # |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $factor->name }} | @if ($factor->status == 'active') {{ ucwords($factor->status) }} @else {{ ucwords($factor->status) }} @endif |
|