# Update This Documentation

<img width="150" src="https://user-images.githubusercontent.com/7565692/35311593-3edd9102-00f2-11e8-98fb-38be1d0e650f.png" alt="logo of docsify-awesome repository" style="margin:45px auto;display: block;">

Everything here is a readme file. If you don't know how to write a Markdown file, [click here](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). We used [Docsify](https://docsify.js.org/#/) to generate this documentation. If you don't know how to use Docsify, [click here](https://docsify.js.org/#/quickstart). 


## Plugins

If you want to add a plugin, you can add script tag to 'resources/views/documentation.blade.php' file.

<!-- panels:start -->
<!-- div:title-panel -->
#### Tab Plugin
<!-- div:left-panel -->

```markdown
<!-- tabs:start -->

#### **First Tab**

first tab content

#### **Second Tab**

second tab content

<!-- tabs:end -->
```

<!-- div:right-panel -->


<!-- tabs:start -->

<!-- tabs:start -->

#### **First Tab**

first tab content

#### **Second Tab**

second tab content

<!-- tabs:end -->

<!-- tabs:end -->

<!-- panels:end -->
