@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 }} DISABLED
Uninstall
{{ $hook->enabled ? 'Disable' : 'Enable' }}
@stop @section('javascript') @stop