@extends('layouts')
@section('main')
| Sr No |
Doctor Name |
Speciality |
SC Code |
Clinic Name |
@if (auth()->user()->role == 'ho')
MR Name |
@else
QR Code |
Download QR |
@endif
Topic 01
|
Topic 02
|
Topic 03 |
Topic 04
|
@if (auth()->user()->role == 'ho')
QR Code |
Download QR |
Scanned QR (Current Month) |
@endif
Date And Time |
@if (auth()->user()->role == 'mr')
Edit |
@else
Action |
@endif
@endsection
@section('scripts')
@endsection