@extends('layout.admin_layout') @section('title', 'Discard Doctor with Reason') @section('body') @section('header', 'Discard Doctor with Reason') @section('badge')
Name: {{$doctor->name}}
Email: {{$doctor->email}}
Phone: {{$doctor->phone}}
Sex: {{$doctor->sex}}
Address: {{$doctor->address}}
Skill Set / Specilization: {{doctors_speciality($doctor->id)}}
Qualification: {{$doctor->qualification}}
Video consultation fee: {{ $fee[0]}}
Audio consultation fee: {{ $fee[1]}}
Chat consultation fee: {{ $fee[2]}}
@if($doctor->profile_image!='') @else @endif
Registration No of Practitional License: {{$doctor->reg_no_p}}
Qualifications @if($count==0) @else @foreach($s_results as $row) {{$row}} @endforeach @endif
Certificates @if($count==0) @else @foreach($s_results as $row) @if($ext[1]=='pdf') @else @endif @endforeach @endif
Registration No @if($count==0) @else @foreach($s_results as $row) {{$row}} @endforeach @endif