@extends('layouts.admin') @section('title', '修改 ' . $reply->workOrder->title . ' 的回复') @section('content')

修改 {{ $reply->workOrder->title }} 的回复

@if (!$reply->is_pending)
@csrf @method('PATCH')
@csrf @method('DELETE')
@else

回复状态为 推送中,无法修改。

@endif @endsection