@extends('admin.layout') @section('admin-title') Staff Reward Settings @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Staff Reward Settings' => 'admin/staff-reward-settings']) !!} @if (!config('lorekeeper.extensions.staff_rewards.enabled'))
This is a list of staff actions that are configured to receive rewards. Staff members will be granted the value configured in {!! isset($currency) && $currency ? $currency->displayName : '(Invalid Currency - Configure ID in config/lorekeeper/extensions.php)' !!} when they perform the relevant action(s). Set an action's value to 0 to disable rewards for it.
@if (!count($settings))No settings found.
@else {!! $settings->render() !!}