@extends('Frontend.CustomRegistration.layout') @section('content')

Your tracker was setup successfully

{!! trans('front.custom_payment_success') !!}
View tracking platform Setup another device
  • {{ trans('front.order_summary') }}
  • @if ($order->entity->deviceType)
    @endif

    {{ $order->entity->deviceType ? $order->entity->deviceType->title : $order->entity->name }}

    {{ $order->plan->formatPriceDuration() }}
    {{ $order->plan->title }}
  • {{ trans('front.total_charged') }} {{ settings('currency.symbol') . $order->price }}
@endsection