@extends('admin.layouts.app') @section('content')

{{ trans('update.events_settings') }}

{{ csrf_field() }}
{{ trans('update.events_setting_active_hint') }}
{{ trans('update.events_setting_qr_switch_hint') }}
@php $formats = ['numerical', 'textual', 'both']; @endphp
{{ trans('update.number_of_characters_ticket_code_input_hint') }}
@php $ticketCards = ['lists', 'grid']; @endphp
{{ trans('update.events_setting_ticket_card_style_input_hint') }}

{{ trans('update.event_recent_reviews_status_hint') }}

@endsection @push('scripts_bottom') @endpush