From 7339bb7c0968b672ebde0fb90370383874f8c609 Mon Sep 17 00:00:00 2001 From: devmtm Date: Sun, 20 Jan 2019 10:15:04 +0200 Subject: [PATCH] Fixing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea4b480..bae4d97 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ class YourResource extends Resource { { return [ // ... + // This will appear in the resource detail view. Notes::make('Notes','notes', Note::class), // ... ]; @@ -42,5 +43,7 @@ class YourResource extends Resource { } ``` +Then, in resource detail page, you can add and delete notes for your resuorce as in the next image. + ## Images ![notes](https://user-images.githubusercontent.com/41853913/51436776-328ba800-1c9c-11e9-975a-ac6f668d9664.PNG)