@extends('storefront.layouts.main') @section('title', 'TLD Pricing') @section('content')
| TLD | 1 Year Register | 1 Year Renewal | 1 Year Transfer |
|---|---|---|---|
| {{ $tld->tld }} | @if($yearOnePricing && $yearOnePricing->register_price) ৳{{ number_format($yearOnePricing->register_price, 2) }} @else - @endif | @if($yearOnePricing && $yearOnePricing->renewal_price) ৳{{ number_format($yearOnePricing->renewal_price, 2) }} @else - @endif | @if($yearOnePricing && $yearOnePricing->transfer_price) ৳{{ number_format($yearOnePricing->transfer_price, 2) }} @else - @endif |
No TLD pricing information available at this time.