• {{ __('Admin') }}
  • {{ __('Reports') }}
  • {{ __('Registration by Area Report') }}
  • Registration by Area Report

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