diff --git a/resources/views/books/restrictions.blade.php b/resources/views/books/restrictions.blade.php index b85396933..88a3b2419 100644 --- a/resources/views/books/restrictions.blade.php +++ b/resources/views/books/restrictions.blade.php @@ -11,7 +11,7 @@

 

-

<@icon('lock') {{ trans('entities.books_permissions') }}

+

@icon('lock') {{ trans('entities.books_permissions') }}

@include('form/restriction-form', ['model' => $book])