芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/user/doctor_list.blade.php
@extends('layouts.user_header') @section('title', 'Joruri Doctor | Available Doctors') @section('content')
@include('layouts.header_menu')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@foreach($doctor as $doctor)
{{$doctor->name}}
{{$doctor->doctor_type}}
{{$doctor->designation}}
{{$doctor->specialist}}
{{$doctor->posting_place}}
{{$doctor->ch_address}}
Appointment
@endforeach
@endsection