Badging Dashboard

{{--

Print Badge

Options
  • Edit existing user badge
  • If email entered is not in the system, a new user will be created
  • Print attendee badge
{{ Form::open(['url' => '/admin/badging/users', 'class' =>'form-horizontal', 'method' => 'GET']) }}
{{ Form::label('email', 'Email', ['class' => 'dark:text-slate-300 control-label']) }}
{{ Form::email('email', null, ['class' => 'form-control text-xl dark:bg-slate-600 dark:text-slate-300 dark:border-slate-900']) }}
{{Form::checkbox('no_email', 1, false)}} {{Form::label('no_email', 'No Email? (Select this if user has no email)', ['class'=>'form-control dark:bg-gray-800 dark:text-gray-300'])}}
{{ Form::close() }}
--}}

Print Multiple Badges

Print all badges by single or range of order IDs {{ Form::open(['url' => '/admin/tickets/report_badges', 'class' =>'form-horizontal', 'method' => 'GET']) }}
{{ Form::label('start_order_id', 'Starting Order ID', ['class' => 'dark:text-slate-300 control-label']) }}
{{ Form::text('start_order_id', null, ['class' => 'form-control text-xl dark:bg-slate-600 dark:text-slate-300 dark:border-slate-900']) }}
{{ Form::label('end_order_id', 'Ending Order ID', ['class' => 'dark:text-slate-300 control-label']) }}
{{ Form::text('end_order_id', null, ['class' => 'form-control text-xl dark:bg-slate-600 dark:text-slate-300 dark:border-slate-900']) }}
{{ Form::close() }}
Additional Option
{{--
{{--
  • Individual Badge Editing and Printing
  • --}} {{-- --}}

    Correct a badge

    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']) }}
    {{ Form::label('email', 'Email', ['class' => 'dark:text-slate-300 control-label']) }}
    {{ Form::email('email', null, ['class' => 'form-control text-xl dark:bg-slate-600 dark:text-slate-300 dark:border-slate-900']) }}
    OR
    {{ Form::label('user_id1', 'Customer ID', ['class' => 'dark:text-slate-300 control-label']) }}
    {{ Form::text('user_id1', null, ['class' => 'form-control text-xl dark:bg-slate-600 dark:text-slate-300 dark:border-slate-900']) }}
    OR
    {{ Form::label('user_id2', 'Customer', ['class' => 'dark:text-slate-300 control-label']) }}
    {{ Form::select('user_id2', $users, null, ['class' => 'form-control text-xl dark:bg-slate-600 dark:text-slate-300 dark:border-slate-900', 'placeholder' => 'Select...']) }}
    {{ Form::close() }}

    Envelope Labels

    Print to PDF all envelope labels.
    Registration Envelope Labels
    Print Labels
    Registration Envelope Labels - Registrations without meals
    Print Labels
    Ticketing Envelope Labels
    Print Labels