@extends('layouts.page') @section('title', 'Doctors') @section('content')

Doctors

@include('layouts.error')
{{--
--}} {{--
--}}
{{-- --}} @if(!$results->isEmpty()) @php $i = $results->firstItem() - 1; @endphp @foreach ($results as $row) {{-- --}} {{-- --}} @endforeach @else @endif
No Doctor Name BE Name Speciality Code Speciality Category Chemist One Chemist TwoStatus Action
{{ ++$i }} {{$row->doctor_name}} {{ @$row->user->user_name }} {{ $row->doctor_speciality_code }} {{ $row->doctor_speciality }} {{ $row->doctor_category }} {{ $row->doctor_chemist_one }} {{ $row->doctor_chemist_two}} doctor_id }} }}> {{ $row->doctor_status == "2" ? "Suspended" : "Active" }}
No Records found.
{{-- BASIC DETAIL --}} {{-- DOCTOR MSL --}} {{-- DOCTOR PRODUCT --}} {{-- VISIT DATA --}} {{-- CAMPAIGN DATA --}} @endsection @section('custom-js') @endsection