参数:{{ $item['params'] }}
响应:{{ $item['response'] }}
@if (!empty($item['details']['description']))
说明:{{ $item['details']['description'] }}
@endif
@if (!empty($item['details']['route_name']))
路由名:{{ $item['details']['route_name'] }}
@endif
@if (!empty($item['details']['action']))
Action:{{ $item['details']['action'] }}
@endif
@if (!empty($item['details']['examples']))
示例:
{{ implode("\n", $item['details']['examples']) }}
@endif