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

    @php $total = 0; @endphp @foreach($countries as $c) @php $total += $c->total; @endphp @endforeach
    {{$c->country}} {{$c->total}}
    Total {{$total}}