@extends('layout.admin_layout') @section('title', 'Discard Doctor with Reason') @section('body') @section('header', 'Discard Doctor with Reason') @section('badge') @endsection
{{ csrf_field() }}

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}}

@if($doctor->fee_per_consultation!='')

Video consultation fee: {{ $fee[0]}}

Audio consultation fee: {{ $fee[1]}}

Chat consultation fee: {{ $fee[2]}}

@endif

@if($doctor->profile_image!='') alt text here @else alt text here @endif

@if($doctor->certificate_practice!='') alt text here @else alt text here @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

@endsection