Closed zepfietje closed 1 year ago
https://laravel.com/docs/10.x/authorization#via-blade-templates
Input
@can('create', $post) Foo @endcan
Output
@can ('create', $post) Foo @endcan
Made the automatic condition-detected formatting smarter in 1.1.9 🙂
1.1.9
Cool!
https://laravel.com/docs/10.x/authorization#via-blade-templates
Input
Output