HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/comfama.sports-crowd.com/resources/lang/en/experiences.php
<?php

return [
    'default_buttons' => [
        'back' => '← Back',
    ],
    'monitor' => [
        'title'                         => 'Monitor Experiences',
        'export_data'                   => 'Export Data',
        'filters'                       => 'Filters',
        'filter_state'                  => 'Payment Status',
        'filter_experiences'            => 'Experiences',
        'filter_payment_start_date'     => 'Payment Start Date',
        'filter_payment_end_date'       => 'Payment End Date',
        'placeholder_select'            => 'Type the name',
        'placeholder_date'              => 'Select Date',
        'datatables' => [
            'columns' => [
                'experience'            => 'Experience',
                'experience_plan'       => 'Plan',
                'name'                  => 'Student',
                'birthdate'             => 'Birth Date',
                'document'              => 'Document',
                'guardian_name'         => 'Guardian’s Name',
                'guardian_document'     => 'Guardian’s Document',
                'guardian_email'        => 'Guardian’s Email',
                'guardian_phone'        => 'Guardian’s Phone',
                'payment_identifier'    => 'Payment ID',
                'payment_state'         => 'Payment Status',
                'payment_total'         => 'Total Payment',
                'payment_reference'     => 'Payment Reference',
                'payment_transaction'   => 'Payment Transaction',
                'payment_date'          => 'Registration Date',
                'actions'               => 'Actions',
            ]
        ],
    ],
    'settings' => [
        'title'                         => 'Experience Settings',
        'create'                        => 'Create',
        'edit'                          => 'Edit',
        'datatables' => [
            'columns' => [
                'name'                  => 'Experience',
                'icon'                  => 'Icon',
                'short_description'     => 'Short Description',
                'description'           => 'Description',
                'apply_to'              => 'Apply To',
                'includes'              => 'Includes',
                'when'                  => 'When',
                'experience_type'       => 'Experience Type',
                'active'                => 'Active',
                'created_at'            => 'Creation Date',
                'actions'               => 'Actions',
            ],
            'actions' => [
                'edit'                  => 'Edit',
                'delete'                => 'Delete',
            ]
        ],
        'labels' => [
            'optional'                  => 'Optional',
        ],
        'messages' => [
            'create_question'           => "Do you want to create the experience?",
            "create_success"            => "The experience has been successfully created",
            'create_error'              => "An error occurred while creating the experience",
            "edit_question"             => "Do you want to edit the experience?",
            "edit_success"              => "The experience has been successfully updated",
            "delete_question"           => "Do you want to delete the experience?",
            "validation_error"          => "Ensure the form is correctly filled out",
            "generic_error"             => "An error occurred",
        ],
    ],
    'plans' => [
        'title'                         => 'Plans',
        'create'                        => 'Create',
        'edit'                          => 'Edit',
        'datatables' => [
            'columns' => [
                'name'                  => 'Name',
                'description'           => 'Description',
                'type'                  => 'Type',
                'created_at'            => 'Creation Date',
                'actions'               => 'Actions',
            ],
            'actions' => [
                'edit'                  => 'Edit',
                'delete'                => 'Delete',
            ]
        ],
        'labels' => [
            'optional'                  => 'Optional',
        ],
        'messages' => [
            'create_question'           => "Do you want to create the plan for the experience?",
            "create_success"            => "The experience plan has been successfully created",
            'create_error'              => "An error occurred while creating the experience plan",
            "edit_question"             => "Do you want to edit the experience plan?",
            "edit_success"              => "The experience plan has been successfully updated",
            "delete_question"           => "Do you want to delete the experience plan?",
            "validation_error"          => "Ensure the form is correctly filled out",
            "generic_error"             => "An error occurred",
        ],
    ],
    'plan_prices' => [
        'title'                         => 'Prices',
        'create'                        => 'Create',
        'edit'                          => 'Edit',
        'datatables' => [
            'columns' => [
                'price'                 => 'Price',
                'description'           => 'Description',
                'duration'              => 'Duration (days)',
                'created_at'            => 'Creation Date',
                'actions'               => 'Actions',
            ],
            'actions' => [
                'edit'                  => 'Edit',
                'delete'                => 'Delete',
            ]
        ],
        'labels' => [
            'optional'                  => 'Optional',
        ],
        'messages' => [
            'create_question'           => "Do you want to create the plan price for the experience?",
            "create_success"            => "The experience plan price has been successfully created",
            'create_error'              => "An error occurred while creating the experience plan price",
            "edit_question"             => "Do you want to edit the plan price for the experience?",
            "edit_success"              => "The experience plan price has been successfully updated",
            "delete_question"           => "Do you want to delete the plan price for the experience?",
            "validation_error"          => "Ensure the form is correctly filled out",
            "generic_error"             => "An error occurred",
        ],
    ],
];