@extends('layui-page') @push('css') @endpush @section('content')
@csrf
@foreach (\App\Models\Torrent::listApprovalStatus(true) as $status => $text) approval_status) checked @endif> @endforeach
@foreach($denyReasons as $reason) {{ $reason->name }} @endforeach
{{ __('torrent.approval.logs_label') }}
@endsection