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

    @php $total = 0; @endphp @foreach($states as $s) @php $total += $s->total; @endphp @endforeach
    {{$s->state}} {{$s->total}}
    Total {{$total}}