@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Development & debug tools')) @section('content_header')

{{__('Administration')}} / {{__('Developer Tools')}}

@stop @section('js') @stop @section('content')

{{__('Please choose an application to force approve')}}

{{ __('Note that this process overrides users\'s votes.') }}

@csrf

{{__('Please choose an application to force reject')}}

{{ __('Note that this process overrides users\'s votes, and it also ignores any stages the application may be in.') }}

@csrf
{{__('Warning')}}

{{__('These tools were intended for development purposes. Unless you know exactly what each command does, we recommend you don\'t use any of them.')}}

{{ __('This panel allows you to override statuses for specific applications. Overriding them will trigger the correct events as well. Note that this system entirely ignores the voting system because these statuses ignore all other logic.') }}

@csrf
@csrf @method('DELETE')
@csrf @method('DELETE')

{{ __('Housekeeping jobs usually run once every day, but if one of them has failed for some reason, you can manually run them here.') }}

@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop