芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Home/identify_doctor.blade.php
@extends('layouts.home_header') @section('title', 'Joruri Doctor | Available Doctors') @section('content')
@foreach($doctor as $list)
{{$list->name}}
{{$list->doctor_type}}
{{$list->specialist}}
{{$list->designation}}
{{$list->bmdc}}
{{$list->posting_place}}
Appointment
@endforeach
@endsection