Print all badges by single or range of order IDs
{{ Form::open(['url' => '/admin/tickets/report_badges', 'class' =>'form-horizontal', 'method' => 'GET']) }}
{{ Form::close() }}
Returns all badges by customer. Search by email or customer ID. Edit badges and print one or all.
{{ Form::open(['url' => '/admin/badging/users/orders', 'class' =>'form-horizontal', 'method' => 'GET']) }}