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