@extends('layouts.admin') @section('title', $item->exists ? '编辑工具' : '新建工具') @section('content')

{{ $item->exists ? '编辑工具' : '新建工具' }}

@if($item->exists)
@csrf
@csrf
@endif
@csrf @if($method !== 'POST') @method($method) @endif
支持图片:`![alt](https://...)`
@endsection