@extends('base')
@section('title', 'CSM | Dashboard')
@section('page_title', 'Dashboard')
@section('page_custom_css')
@endsection
@section('site_map')
- Home
- Dashboard
@endsection
@section('content')
Number of Respondents | Face-to-Face
{{ @$no_of_respondents->f2f_respondents }}
Number of Respondents | Online
{{ @$no_of_respondents->online_respondents }}
Number of Male
{{ @$sex_count->male }}
Number of Female
{{ @$sex_count->female }}
@foreach ($divisions as $index => $division)
@endforeach
@endsection
@section('page_custom_script')
@endsection