Authorization
- Policies MUST use dot notation. Example:
@can('post.edit', $post) - Try to name abilities using default CRUD words. One exception: replace
showwithview. A server shows a resource, a user views it.
@can('post.edit', $post)show with view. A server shows a resource, a user views it.