diff --git a/resources/views/hardware/index.blade.php b/resources/views/hardware/index.blade.php index 2e9ed224d9..d54abd4aba 100755 --- a/resources/views/hardware/index.blade.php +++ b/resources/views/hardware/index.blade.php @@ -44,7 +44,10 @@ @section('header_right') Custom Export + @can('create', \App\Models\Asset::class) {{ trans('general.create') }} + @endcan + @stop {{-- Page content --}}