@foreach (range(1, 3) as $index)
@endforeach
{{ $index == 1 ? $comissionSum : ($index == 2 ? $comission . ' ₾' : $incomePersent) }}
{{ $index == 1 ? 'საკომისიო ჩარიცხული თaნხებიდან' : ($index == 2 ? 'საკომისიოების ჯამი' : 'შემოსული თანხის 1%') }}