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

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

{{ t('apipanel-billing-subtitle') }}

{{ $item['label'] }} {{ $quantity }} × {{ number_format((float) $item['unit_price'], 2, ',', '.') }} ₺ {{ number_format((float) $item['unit_price'] * $quantity, 2, ',', '.') }} ₺
@csrf
{{ t('apipanel-back-to-store') }}
@endsection