芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/edit_doctor.blade.php
@extends('layouts.app') @section('title', 'Doctor | Dr Registration') @section('content')
@include('layouts.header_menu')
@if(session()->get('success'))
{{ session()->get('success') }}
@endif
Doctor Registration
@csrf @method('PUT')
Select Chamber Area
@foreach ($upazila as $result)
{{$result->name}} - {{$result->url}}
@endforeach
Update Doctor Info
@endsection