@extends('voyager::master') @section('page_header')

Hooks
Add hook

@stop @section('page_header_actions') @stop @section('content')
@if (request()->has('message'))

{{ request('message') }}

@endif @if($daysSinceLastCheck >= 10)

You have not checked for any updates for the last {{ $daysSinceLastCheck }} days.

@endif
@foreach($hooks as $hook) @endforeach
Name Enabled Actions
{{ $hook->name }}
Warning: Undefined variable $hook in /home/dario/Servidor/Cadda/Sudamericano/vendor/larapack/voyager-hooks/resources/views/browse.blade.php on line 55

Warning: Attempt to read property "enabled" on null in /home/dario/Servidor/Cadda/Sudamericano/vendor/larapack/voyager-hooks/resources/views/browse.blade.php on line 55
DISABLED
Uninstall
{{ $hook->enabled ? 'Disable' : 'Enable' }}
@stop @section('javascript') @stop