@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('general.bulkaudit') }}
@parent
@stop
{{-- Page content --}}
@section('content')
{{-- Audit by tag or by serial (serial disabled unless
unique_serial is on). The audit_key label below
switches text based on this choice via inline JS. --}}
{{-- Tag or serial input. Hand-rolled because the
@stop
{{-- Page-specific glue: the audit flow (AJAX form submit, dynamic result
table, optional audio feedback gated on the user's enable_sounds
preference) is deeply specific to this screen, so it stays inline
rather than polluting snipeit.js with quickscan-only handlers. Label
swap and initial focus are trivial DOM wiring that come along for
the ride so we don't split this into two spots. --}}
@section('moar_scripts')
@stop