@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('messages.devoptions')) @section('content_header')

{{__('messages.adm')}} / {{__('messages.devtools')}}

@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
{{__('messages.warn')}}

{{__('messages.devtools_warn')}}

@csrf
@csrf @method('DELETE')

.

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