From 13053b85efa03f28036e4d5b053c5f841d3a0969 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Tue, 2 Aug 2022 12:37:27 -0500 Subject: [PATCH] Remove Actions button and pass the correct variable to the routes --- resources/views/licenses/view.blade.php | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/resources/views/licenses/view.blade.php b/resources/views/licenses/view.blade.php index 07c9d5e3a8..b6408d7de5 100755 --- a/resources/views/licenses/view.blade.php +++ b/resources/views/licenses/view.blade.php @@ -7,21 +7,6 @@ @parent @stop -{{-- Right header --}} -@section('header_right') -
- @can('update', $license) - - - @endcan -
-@stop - {{-- Page content --}} @section('content')
@@ -78,8 +63,8 @@ @endcan