芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/doctor/template/edit_duration.blade.php
@extends('layouts.app') @section('title', 'Doctor | Edit Duration') @section('content')
@include('layouts.header_menu')
@csrf @method('PUT')
Edit Duration Template
{{$duration->duration}}</textarea>
Update Template
@endsection