@extends('adminlte::page') @section('title', $title) @section('content')
@if($user_type=='SM')
@endif @if($user_type=='SM' || $user_type=='RBM')
@endif @if($user_type=='SM' || $user_type=='RBM' || $user_type=='ABM')
@endif
{{csrf_field()}}
@if($user_type!='BE')
Total Users {{@$total_users}}
@if($user_type=='SM')
RBM {{@$total_rbm}}
@endif @if($user_type=='SM' || $user_type=='RBM')
ABM {{@$total_abm}}
@endif
BE {{@$total_be}}
@endif

{{@$tot_doctors}}

No. of Doctors

{{@$tot_doctors_pending}}

Basic Details Filled Drs

Export ROI Report (Last Date ROI report)
{{-- --}}
{{csrf_field()}}
Export ROI Report (Based on month)
{{csrf_field()}}
@stop @section('adminlte_js') @stop