@extends('adminlte::page') @section('title', $title) @section('content') @if($user_type=='SM') RBM @foreach($list_rbm as $row) {{$row->name}} @endforeach @endif @if($user_type=='SM' || $user_type=='RBM') ABM @foreach($list_abm as $row) {{$row->name}} @endforeach @endif @if($user_type=='SM' || $user_type=='RBM' || $user_type=='ABM') BE @foreach($list_be as $row) {{$row->name}} @endforeach @endif Product -- Select Product -- @foreach($list_products as $row) {{$row->name}} @endforeach Speciality -- Select Speciality -- @foreach($list_specialities as $row) {{$row->speciallity_name}} @endforeach Clear Export {{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) {{-- --}} Export {{csrf_field()}} Export ROI Report (Based on month) -- Select Month -- @foreach(Common_function::current_financial_year() as $r) {{$r['month'].'-'.$r['year']}} @endforeach Export {{csrf_field()}} @stop @section('adminlte_js') @stop
No. of Doctors
Basic Details Filled Drs