diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index c8a0d73a..cc4062ce 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -11,7 +11,7 @@ if (!function_exists('money')) { function money($amount, \App\Models\Currency $currency = null) { if(!$currency){ - return number_format($amount,2,'.',',').' manat'; + return number_format($amount,2,'.',',').' tmt'; } return $currency->symbol_left . number_format($amount, $currency->decimal_place, $currency->decimal_point, $currency->thousand_point) . $currency->symbol_right; diff --git a/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php b/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php index d0be0dab..445c39ba 100644 --- a/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php +++ b/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php @@ -93,7 +93,7 @@ $grand_total += $tax_amt; @endphp -
Стоимость билета: {{money($grand_total, $order->event->currency)}} @if ($attendee->ticket->total_booking_fee) (inc. {{money($attendee->ticket->total_booking_fee, $order->event->currency)}}@endif +
Стоимость билета: {{money($grand_total, $order->event->currency)}} @if ($attendee->ticket->total_booking_fee) (hz. {{money($attendee->ticket->total_booking_fee, $order->event->currency)}}@endif