@extends('layouts.app')
@include('layouts.navbar')
@include('layouts.doctor_nav')
@section('head')
@parent
@endsection
@section('content')
{{-- Alert success --}}
@if( session('success'))
{{ session('success') }}
@endif
| Month |
Doctors |
Sale |
Action |
{{--
| Month |
@foreach ($doctors as $doctor)
{{ $doctor->name }} |
@endforeach
Total Sales |
Total Sales Without Covid |
@foreach ($doctors as $doctor)
| Sales |
@endforeach
--}}
@endsection
@section('scripts')
@parent
@endsection