@extends('layouts.master') @section('page-content')

Quick Overview

Regions

{{$regions}}

Registered Members

{{$members}}

Samiti

{{$samiti}}

Events

{{$events}}


@php $misconductsum = 0; $deathsum = 0; $totalactivesum = 0; $totalmembersum = 0; @endphp @foreach($membercollect as $mcount) @php $misconductsum += $mcount['totalactiveMisconduct']; $deathsum += $mcount['totalactivedeth']; $totalactivesum += $mcount['totalactivedeth']; $totalmembersum += $mcount['total']; @endphp @endforeach
Type All Member Active Inactive (Death) Inactive (Misconduct)
{{$mcount['type']}} {{$mcount['total']}} {{$mcount['totalactive']}} {{$mcount['totalactivedeth']}} {{$mcount['totalactiveMisconduct']}}
Total {{$totalmembersum}} {{$totalactivesum}} {{$deathsum}} {{$misconductsum}}
@endsection