From f1586be516bf7ecfc8e4983ff045c3ed30e18afa Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 25 Mar 2018 11:35:58 +0100 Subject: [PATCH] Removed invalid bracket from view --- resources/views/books/restrictions.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])