@extends('layouts.admin') @section('title', 'Download notify — '.config('app.name')) @section('page_title', 'Download notify config') @section('breadcrumbs') @endsection @section('content')
Digest email settings
@csrf @method('PUT')
0 = disabled. Used with freq type by the hourly digest job.
@if ($config?->last_sent)

Last sent: {{ $config->last_sent }} (status {{ $config->last_sent_status }})

@endif
@endsection