@extends('api_panel.layouts.app') @section('title', $paid ? t('apipanel-result-success-title') : t('apipanel-result-fail-title')) @section('content')
{{ $paid ? '✓' : '!' }}

{{ $paid ? t('apipanel-result-success-title') : t('apipanel-result-fail-title') }}

{{ $paid ? t('apipanel-result-success-text') : t('apipanel-result-fail-text') }}

@if($order)
{{ t('apipanel-checkout-order-no') }} {{ $order->merchant_oid }} {{ number_format((float) $order->total, 2, ',', '.') }} ₺
@endif
@endsection