@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar') @if ($message = Session::get('success')) @elseif ($message = Session::get('error'))
{{ $message }}
@endif @if(Auth::user()->role !== 56 && Auth::user()->role !== 57)

Total Users

{{$user}}

Total Lots

{{$lot}}

Total District

{{$district}}

Total Tehsil

{{$tehsil}}

Total Survey Form Submitted

{{$survey_form}}

Total Beneficiary

{{$total_ndma_data}}
{{-- @include('dashboard.charts&reports.countReports') --}} {{-- @include('dashboard.charts&reports.PDNAChart') @include('dashboard.charts&reports.pdnaReportLotWise') --}} {{-- @include('dashboard.chart.main_symmery') --}} @endif
@if(Auth::user()->role == 56 || Auth::user()->role == 57 || Auth::user()->role == 39 || Auth::user()->role == 1) @endif @endsection