!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/classify.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 28.29 GB of 117.98 GB (23.98%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     0c945d4fbe2c17cef2217bcbd448e300.php (29.62 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?>
    <?php echo e(__('order_create')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <div class="container-fluid">
        <div class="row">
            <div class="col-md-12">
                <div class="card">
                    <div class="card-header">
                        <h3 class="card-title" style="line-height: 36px;">
                            <?php echo e(__('order_create')); ?>

                        </h3>
                        <a href="<?php echo e(route('order.index')); ?>"
                            class="btn bg-primary float-right d-flex align-items-center justify-content-center">
                            <i class="fas fa-arrow-left"></i>
                            <span class="ml-2">
                                <?php echo e(__('back')); ?>

                            </span>
                        </a>
                    </div>
                    <div class="row pt-3 pb-4">
                        <div class="col-12 px-5">
                            <form class="form-horizontal" action="<?php echo e(route('order.store')); ?>" method="POST">
                                <?php echo csrf_field(); ?>
                                <div class="row">
                                    <div class="col-md-12">
                                        <div class="row">
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'select_user','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <select name="user"
                                                    class="form-control select2bs4 <?php $__errorArgs = ['user'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>">
                                                    <?php $__currentLoopData $users$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $user): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                        <option <?php echo e(old('user') == $user->id 'selected' ''); ?>

                                                            value="<?php echo e($user->id); ?>">
                                                            <?php echo e(Str::ucfirst($user->name)); ?>

                                                        </option>
                                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                                </select>
                                                <?php $__errorArgs = ['user'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'select_plan','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <select name="plan"
                                                    class="form-control select2bs4 <?php $__errorArgs = ['plan'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>">
                                                    <?php $__currentLoopData $plans$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $plan): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                        <option <?php echo e(old('plan') == $plan->id 'selected' ''); ?>

                                                            value="<?php echo e($plan->id); ?>">
                                                            <?php echo e($plan->label); ?>

                                                        </option>
                                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                                </select>
                                                <?php $__errorArgs = ['plan'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'currency_symbol','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <select name="currency_symbol"
                                                    class="form-control select2bs4 <?php $__errorArgs = ['currency_symbol'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>">
                                                    <?php $__currentLoopData $currencies$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $currency): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                        <option
                                                            <?php echo e(old('currency_symbol') == $currency->symbol 'selected' ''); ?>

                                                            value="<?php echo e($currency->symbol); ?>">
                                                            <?php echo e($currency->symbol); ?> (<?php echo e($currency->name); ?>)
                                                        </option>
                                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                                </select>
                                                <?php $__errorArgs = ['currency_symbol'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'amount','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <input type="number" name="amount"
                                                    class="form-control <?php $__errorArgs = ['amount'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>"
                                                    value="<?php echo e(old('amount')); ?>" placeholder="<?php echo e(__('amount')); ?>">
                                                <?php $__errorArgs = ['amount'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'usd_amount','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <input type="number" name="usd_amount"
                                                    class="form-control <?php $__errorArgs = ['usd_amount'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>"
                                                    value="<?php echo e(old('usd_amount')); ?>" placeholder="<?php echo e(__('usd_amount')); ?>">
                                                <?php $__errorArgs = ['usd_amount'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'payment_providers','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <select name="payment_provider"
                                                    class="form-control select2bs4 <?php $__errorArgs = ['payment_provider'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>">
                                                    <option <?php echo e(old('payment_provider') == 'paypal' 'selected' ''); ?>

                                                        value="paypal">
                                                        <?php echo e(__('paypal')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'stripe' 'selected' ''); ?>

                                                        value="stripe">
                                                        <?php echo e(__('stripe')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'razorpay' 'selected' ''); ?>

                                                        value="razorpay">
                                                        <?php echo e(__('razorpay')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'paystack' 'selected' ''); ?>

                                                        value="paystack">
                                                        <?php echo e(__('paystack')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'sslcommerz' 'selected' ''); ?>

                                                        value="sslcommerz">
                                                        <?php echo e(__('sslcommerz')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'instamojo' 'selected' ''); ?>

                                                        value="instamojo">
                                                        <?php echo e(__('instamojo')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'flutterwave' 'selected' ''); ?>

                                                        value="flutterwave">
                                                        <?php echo e(__('flutterwave')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'mollie' 'selected' ''); ?>

                                                        value="mollie">
                                                        <?php echo e(__('mollie')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'midtrans' 'selected' ''); ?>

                                                        value="midtrans">
                                                        <?php echo e(__('midtrans')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_provider') == 'offline' 'selected' ''); ?>

                                                        value="offline">
                                                        <?php echo e(__('offline')); ?>

                                                    </option>
                                                </select>
                                                <?php $__errorArgs = ['payment_provider'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                            <div class="col-md-4 mb-3">
                                                <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'payment_status','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                                                <select name="payment_status"
                                                    class="form-control select2bs4 <?php $__errorArgs = ['payment_status'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>">
                                                    <option <?php echo e(old('payment_status') == 'paid' 'selected' ''); ?>

                                                        value="paid">
                                                        <?php echo e(__('paid')); ?>

                                                    </option>
                                                    <option <?php echo e(old('payment_status') == 'unpaid' 'selected' ''); ?>

                                                        value="unpaid">
                                                        <?php echo e(__('unpaid')); ?>

                                                    </option>
                                                </select>
                                                <?php $__errorArgs = ['payment_status'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                                                    <span class="invalid-feedback"><?php echo e($message); ?></span>
                                                <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="row">
                                    <div class="col-12 text-center">
                                        <button type="submit" class="btn btn-success">
                                            <i class="fas fa-plus"></i>
                                            &nbsp;<?php echo e(__('add_order')); ?>

                                        </button>
                                    </div>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php $__env
->startSection('style'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('backend')); ?>/plugins/select2/css/select2.min.css">
    <link rel="stylesheet" href="<?php echo e(asset('backend')); ?>/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css">
    <style>
        .select2-results__option[aria-selected=true] {
            display: none;
        }

        .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
            color: #fff;
            border: 1px solid #fff;
            background: #007bff;
            border-radius: 30px;
        }

        .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
            color: #fff;
        }
    </style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('script'); ?>
    <script src="<?php echo e(asset('backend')); ?>/plugins/select2/js/select2.full.min.js"></script>
    <script>
        //Initialize Select2 Elements
        $('.select2bs4').select2({
            theme: 'bootstrap4'
        })
    </script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('admin.layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/admin/order/create.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]--