@extends('api_panel.layouts.app') @section('title', t('apipanel-checkout-title')) @section('content')

{{ t('apipanel-checkout-title') }}

{{ $item['label'] }} {{ (int) $order->quantity }} × {{ number_format((float) $order->unit_price, 2, ',', '.') }} ₺ {{ number_format((float) $order->total, 2, ',', '.') }} ₺

{{ t('apipanel-checkout-order-no') }}: {{ $order->merchant_oid }}

{{ t('apipanel-checkout-note') }}

@endsection