• {{ __('Admin') }}
  • {{ __('Reports') }}
  • {{ __('Registration by Affiliation') }}
  • Registration by Affiliation

    @php $total = 0; @endphp @foreach($attendees_orders as $ao) @php $total += $ao->total; @endphp @endforeach
    {{$ao->name}} {{$ao->total}}
    Total {{$total}}