@extends('panel.layout.app') @section('title', __('Free Token Pack')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('content')
@include('panel.user.finance.coupon.index')
@csrf
{{ __('Order ID') }}: {{ $order_id }}
@if ($existingPrepaidOrder) {{ __('This pack alredy purchased') }} @else {{ __('Buy for free now') }} @endif

{{ __('By purchasing you confirm our') }} {{ __('Terms and Conditions') }}

@php $newDiscountedPrice = $plan->price; $taxRate = 0; $taxValue = 0; @endphp @include('panel.user.finance.partials.plan_card')
@endsection @push('script') @endpush