@extends('layouts.app') @include('layouts.navbar') @include('layouts.doctor_nav') @section('head') @parent @endsection @section('content')
{{-- Alert success --}} @if( session('success'))

{{ session('success') }}

@endif

Doctor vs Revenue

New
Month Doctors Sale Action
{{--
Back New

Number of Patient: Existing vs New

@foreach ($doctors as $doctor) @endforeach @foreach ($doctors as $doctor) @endforeach
Month{{ $doctor->name }}Total Sales Total Sales
Without Covid
Sales
--}} @endsection @section('scripts') @parent @endsection