Undefined property: stdClass::$usd (View: /home/finbold-prod/finbold.com/web/app/themes/finbold/resources/views/single-cryptocurrency.blade.php) (500 Internal Server Error)

Symfony Exception

ErrorException ViewException

HTTP 500 Internal Server Error

Undefined property: stdClass::$usd (View: /home/finbold-prod/finbold.com/web/app/themes/finbold/resources/views/single-cryptocurrency.blade.php)

Exceptions 2

Illuminate\View\ ViewException

  1.  <?php $__env->startSection('content'); ?> <div class="xl:grid xl:grid-cols-12 gap-x-10 mt-8 lg:mt-0"> <div class="xl:col-span-4"> <div class="md:flex xl:block"> <div class="flex space-x-5 mb-5"> <div class=""> <div class="w-20 bg-[length:80%] aspect-square shadow rounded-md bg-no-repeat bg-center" style="background-image:url('<?php echo e($cryptocurrency['image']); ?>');"></div> </div> <div class="flex"> <span class="block self-center"> <span class="text-base font-semibold text-slate-900 block uppercase"><?php echo e($cryptocurrency['symbol']); ?></span> <span class="text-xs font-semibold text-slate-500 block"><?php echo e($cryptocurrency['name']); ?></span> <span class="block text-xs text-slate-400 mt-1"> <?php if(!empty($cryptocurrency_data)): ?> #<?php echo e($cryptocurrency_data->market_data->market_cap_rank); ?> <?php else: ?> #N/A <?php endif; ?> </span> </span> </div> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="mb-5 self-center md:ml-5 xl:ml-0"> <span class="font-extrabold text-4xl"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->current_price->usd)); ?></span> <span>USD</span> <span class="<?php echo e($cryptocurrency_data->market_data->price_change_24h 'text-green-500' 'text-red-500'); ?> font-extrabold"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_24h,2)); ?>%</span> <span class="font-extrabold"><?php echo e($cryptocurrency_data->market_data->price_change_24h '+' ''); ?><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->price_change_24h)); ?></span> </div> <?php endif; ?> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="grid grid-cols-2 gap-x-4 gap-y-3"> <div class="text-xs border-t col-span-2 border-gray-300 pt-3"> <span class="text-slate-500 block">DAY RANGE</span> <?php if((isset($cryptocurrency_data->market_data->high_24h->usd) && $cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->low_24h->usd) > 0): ?> <div class="mt-1"> <div class="overflow-hidden rounded-full bg-gray-200"> <div class="h-2 rounded-full bg-blue-200" style="width:<?php echo e(100 - (($cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->current_price->usd) * 100 / ($cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->low_24h->usd))); ?>%"> <div class="rounded-full bg-blue-600 w-2 h-2 ml-auto"></div> </div> </div> <div class="flex justify-between mt-1 text-xs text-slate-500"> <span><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->low_24h->usd)); ?> </span> <span><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->high_24h->usd)); ?> </span> </div> </div> <?php endif; ?> </div> <div class="border-t border-gray-300 pt-3"> <span class="text-xs text-slate-500 block uppercase">Circulating supply</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->circulating_supply)); ?></span> </div> <div class="border-t border-gray-300 pt-3"> <span class="text-xs text-slate-500 block uppercase">Total supply</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->total_supply)); ?></span> </div> </div> <?php endif; ?> <div class="mt-6 mb-8 xl:mb-0 col-span-2 xl:col-span-1 shadow rounded-md p-4 prose prose-a:no-underline hover:prose-a:underline prose-a:text-blue-500 max-w-none xl:mt-10"> <a href="/visit/uphold"> <img class="w-[120px] !mb-0 !mt-0" src="<?= \Roots\asset('images/logos/uphold.svg'); ?>" alt="Uphold Logotype"/> </a> <p class="text-sm">Looking to buy <span class="uppercase"><?php echo e($ticker); ?></span>? Finbold recommends<br/> <a href="/visit/uphold">Uphold</a> â€“ 100% reserved</p> </div> </div> <div class="xl:col-span-8"> <?php if(!empty($cryptocurrency_data)): ?> <div class="relative"> <div id="loading-state"> <svg class="absolute left-2/4 top-2/4 animate-spin -ml-1 mr-3 h-10 w-10 text-black" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> <div class="border-b border-gray-200" id="data-range-nav"> <nav class="-mb-px flex overflow-auto" aria-label="Tabs"> <?php $__currentLoopData $intervals$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $interval): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?> <a href="#" class="data-range <?php echo e($loop->first 'active' ''); ?> tab" data-days="<?php echo e($interval['days']); ?>"> <?php echo e($interval['label']); ?> </a> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?> <a class="nav-link flex ml-auto border-transparent hover:text-slate-500 cursor-pointer whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="export-png"><svg class="self-center w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M320 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S302.3 95.1 320 95.1zM224 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S206.3 95.1 224 95.1zM416 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S398.3 95.1 416 95.1zM73.38 342.6l128 128c12.5 12.5 32.75 12.5 45.25 0l128-128c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L256 370.7V191.1c0-17.69-14.31-32-32-32s-32 14.31-32 32v178.8L118.6 297.4C112.4 291.1 104.2 287.1 96 287.1S79.63 291.1 73.38 297.4C60.88 309.9 60.88 330.1 73.38 342.6zM128 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S110.3 95.1 128 95.1zM32 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S14.33 95.1 32 95.1z"/></svg></a> <a class="hidden nav-link hover:text-slate-500 cursor-pointer border-transparent whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="toggle-sma"> <svg class="self-center w-5 h-5" viewBox="0 0 1223 448" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1018.51 323.388L922.248 92.8225C919.3 85.6653 912.26 81 904.499 81C896.738 81 889.699 85.6653 886.751 92.8225L790.487 323.388C786.398 333.181 791.032 344.433 800.847 348.51C810.702 352.609 821.953 347.956 826.02 338.17L845.153 292.351H963.858L982.99 338.17C986.064 345.543 993.23 349.999 1000.77 349.999C1003.23 349.999 1005.74 349.52 1008.17 348.507C1017.97 344.403 1022.6 333.175 1018.51 323.388ZM860.639 253.918L904.499 150.164L947.818 253.918H860.639Z" fill="currentColor"/> <path d="M737 100.265V330.79C737 341.397 728.408 350 717.786 350C707.164 350 698.571 341.397 698.571 330.79V163.713L618.472 283.838C611.339 294.53 593.625 294.53 586.498 283.838L506.429 163.713V330.784C506.429 341.391 497.836 349.994 487.214 349.994C476.592 349.994 468 341.391 468 330.784V100.259C468 91.8002 473.536 84.3202 481.642 81.8709C489.73 79.3759 498.509 82.5558 503.204 89.603L602.5 238.514L701.814 89.573C706.505 82.5312 715.306 79.3495 723.376 81.8408C731.476 84.3322 737 91.8062 737 100.265Z" fill="currentColor"/> <path d="M407.671 289.315C403.905 311.304 392.148 328.347 373.681 338.606C358.746 346.908 341.257 350 323.479 350C286.39 350 248.054 336.541 229.047 328.761C219.226 324.756 214.526 313.549 218.525 303.728C222.507 293.907 233.676 289.153 243.527 293.193C290.029 312.187 333.822 316.839 355.107 305.013C363.399 300.407 368.099 293.355 369.91 282.814C374.257 257.415 358.998 248.746 307.735 233.961C265.393 221.78 207.463 205.032 218.333 141.7C221.621 122.49 232.507 106.065 248.995 95.464C276.329 77.857 317.945 76.3322 372.746 90.8488C382.993 93.5688 389.096 104.086 386.386 114.339C383.676 124.592 373.16 130.685 362.925 127.996C308.202 113.467 282.061 119.854 269.71 127.772C262.185 132.612 257.617 139.478 256.124 148.183C251.767 173.582 267.03 182.25 318.299 197.036C360.605 209.234 418.523 225.923 407.671 289.315Z" fill="currentColor"/> <path d="M128 0H32C14.4 0 0 14.4 0 32V416C0 433.6 14.4 448 32 448H128C145.7 448 160 433.7 160 416C160 398.3 145.7 384 128 384H64V64H128C145.7 64 160 49.67 160 32C160 14.33 145.7 0 128 0Z" fill="currentColor"/> <path d="M1094.5 0H1190.5C1208.1 0 1222.5 14.4 1222.5 32V416C1222.5 433.6 1208.1 448 1190.5 448H1093.6C1076.8 448 1062.5 431.9 1062.5 415.1C1062.5 398.3 1076.8 384 1094.5 384H1158.5V64H1093.6C1076.8 64 1062.5 47.87 1062.5 31.1C1062.5 14.33 1076.8 0 1094.5 0Z" fill="currentColor"/> </svg> </a> <a class="hidden nav-link hover:text-slate-500 cursor-pointer border-transparent whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="change-type"> <svg class="self-center w-4 h-4" id="icon-candlestick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M48 408C48 421.3 58.75 432 72 432H488C501.3 432 512 442.7 512 456C512 469.3 501.3 480 488 480H72C32.24 480 0 447.8 0 408V56C0 42.75 10.75 32 24 32C37.25 32 48 42.75 48 56V408zM320 96C337.7 96 352 110.3 352 128V224C352 241.7 337.7 256 320 256V304C320 312.8 312.8 320 304 320C295.2 320 288 312.8 288 304V256C270.3 256 256 241.7 256 224V128C256 110.3 270.3 96 288 96V48C288 39.16 295.2 32 304 32C312.8 32 320 39.16 320 48V96zM384 224C384 206.3 398.3 192 416 192V144C416 135.2 423.2 128 432 128C440.8 128 448 135.2 448 144V192C465.7 192 480 206.3 480 224V288C480 305.7 465.7 320 448 320V368C448 376.8 440.8 384 432 384C423.2 384 416 376.8 416 368V320C398.3 320 384 305.7 384 288V224zM160 80C160 71.16 167.2 64 176 64C184.8 64 192 71.16 192 80V128C209.7 128 224 142.3 224 160V288C224 305.7 209.7 320 192 320V368C192 376.8 184.8 384 176 384C167.2 384 160 376.8 160 368V320C142.3 320 128 305.7 128 288V160C128 142.3 142.3 128 160 128V80z"/></svg> <svg class="self-center w-4 h-4 hidden" id="icon-area" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M64 400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32C49.67 32 64 46.33 64 64V400zM128 320V236C128 228.3 130.8 220.8 135.9 214.1L215.3 124.2C228.3 109.4 251.4 109.7 263.1 124.8L303.2 171.8C312.2 182.7 328.6 183.4 338.6 173.4L359.6 152.4C372.7 139.3 394.4 140.1 406.5 154.2L472.3 231C477.3 236.8 480 244.2 480 251.8V320C480 337.7 465.7 352 448 352H159.1C142.3 352 127.1 337.7 127.1 320L128 320z"/></svg> </a> </nav> </div> <div id="container" class="chart"></div> </div> <?php else: ?> <div class="mx-auto text-center lg:mx-0 lg:flex-auto lg:py-32 lg:text-left"> <h2 class="mt-2 text-2xl font-bold tracking-tight sm:text-4xl">Market data for <?php echo e($cryptocurrency['name']); ?> is untracked</h2> <p class="mt-2 text-lg leading-8 text-gray-700">No data is available for this listing.</p> </div> <?php endif; ?> </div> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="grid md:grid-cols-12 gap-x-10 mt-10"> <div class="md:col-span-8 xl:col-span-9"> <h2 class="entry-title text-2xl font-extrabold mb-8"> <span class="uppercase"><?php echo e($ticker); ?></span> Price </h2> <div class="grid grid-cols-2 xl:grid-cols-3 gap-x-2 gap-y-3 mb-8"> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Current Price</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->current_price->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 24H</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->price_change_24h)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 24H</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_24h,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 7D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_7d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 14D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_14d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 30D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_30d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 60D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_60d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 1Y</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_1y,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap Change 24H</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->market_cap_change_24h)); ?></span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap Change 24H</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->market_cap_change_percentage_24h,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->market_cap->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">All time high (ATH)</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->ath->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">ATH Change</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->ath_change_percentage->usd,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">ATH Date</span> <span class="text-sm block"><?php echo e(\Carbon\Carbon::parse($cryptocurrency_data->market_data->ath_date->usd)->format('Y, M d')); ?></span> </div> </div> <h2 class="entry-title text-2xl font-extrabold mb-8"> <span class="uppercase"><?php echo e($ticker); ?></span> Markets </h2> <div class="mb-10 overflow-x-auto"> <table class="min-w-full divide-y divide-gray-300"> <thead class="hidden lg:table-header-group"> <tr> <th class="text-left pr-10 py-2 text-sm">#</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Exchange</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Pair</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Price</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Spread</th> <th class="text-left pl-3 pr-10 py-2 text-sm">24H Volume</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Health</th> </tr> </thead> <tbody class="divide-y divide-gray-200 bg-white"> <?php $__empty_1 true$__currentLoopData $markets->tickers$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $market_ticker): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); $__empty_1 false?> <tr> <td class="hidden lg:table-cell whitespace-nowrap py-2 pr-3 text-sm font-medium w-10"> <?php echo e($loop->iteration); ?> </td> <td style="width: 30%;" class="whitespace-nowrap py-3 md:py-2 sm:pr-3 text-sm font-medium"> <div class="flex gap-x-2"> <div class="mr-2 self-center w-8"> <?php if($market_ticker->market->logo): ?> <img src="<?php echo e($market_ticker->market->logo); ?>" alt="" class="w-8 h-8 rounded-lg"/> <?php endif; ?> </div> <div class="self-center"> <span class="font-bold"><?php echo e($market_ticker->market->name); ?></span> </div> <div class="ml-auto self-center lg:hidden"> <?php echo e($market_ticker->base); ?>/<?php echo e($market_ticker->target); ?> </div> </div> <div class="lg:hidden grid grid-cols-2 gap-x-2 gap-y-2 mt-2"> <div> <span class="text-xs text-slate-500 block">Last price:</span> <?php echo e(App\format_crypto_price($market_ticker->converted_last->usd)); ?> USD<br/> </div> <div> <span class="text-xs text-slate-500 block">Last price:</span> <?php echo e(App\format_crypto_price($market_ticker->last)); ?> <?php echo e($market_ticker->target); ?> </div> <div> <span class="text-xs text-slate-500 block">Spread:</span> <?php echo e(number_format($market_ticker->bid_ask_spread_percentage,2)); ?>% </div> <div> <span class="text-xs text-slate-500 block">24H Volume:</span> <div class="flex"> <?php echo e(App\number_format_short($market_ticker->converted_volume->usd)); ?> USD <?php if($market_ticker->trust_score == 'green'): ?> <svg class="self-center text-green-500 h-3 w-3 inline ml-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z"/></svg> <?php endif; ?> </div> </div> </div> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e($market_ticker->base); ?>/<?php echo e($market_ticker->target); ?> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e($market_ticker->converted_last->usd); ?> USD <span class="text-xs text-slate-500 block"><?php echo e($market_ticker->last); ?> <?php echo e($market_ticker->target); ?></span> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e(number_format($market_ticker->bid_ask_spread_percentage,2)); ?>% </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e(App\format_crypto_price($market_ticker->converted_volume->usd)); ?> USD </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php if($market_ticker->trust_score == 'green'): ?> <svg class="text-green-500 h-3 w-3" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z"/></svg> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?> </tbody> </table> </div> <p class="text-sm">* Anomaly - Trading price is an outlier against the average</p> <p class="mb-8 text-sm">** Inactive - No trades in the last 3 hours</p> <?php while(have_posts()): ?> <?php (the_post()); ?> <article <?php (post_class()); ?>> <header> <h1 class="entry-title text-3xl font-extrabold mb-4"> <?php echo the_title(); ?> </h1> </header> <div class="entry-content prose prose-img:rounded-xl prose-headings:mt-4 prose-a:no-underline hover:prose-a:underline prose-a:text-blue-500 max-w-none"> <?php echo $description?> <?php (the_content()); ?> </div> <footer> <?php echo wp_link_pages(['echo' => 0'before' => '<nav class="page-nav"><p>' __('Pages:''sage'), 'after' => '</p></nav>']); ?> </footer> <?php (comments_template()); ?> </article> <?php endwhile; ?> </div> <div class="mt-6 sm:mt-0 md:col-span-4 xl:col-span-3"> <div class="grid grid-cols-1 gap-y-5"> <?php $__currentLoopData $recent_posts$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef $component; } ?> <?php $component $__env->getContainer()->make(App\View\Components\PostCompact::class, ['mode' => 'large','lineClamp' => 3,'author' => true,'thumbnail' => true,'thumbnailSize' => 'large','post' => $post]); ?> <?php $component->withName('post-compact'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?><?php $component->withAttributes([]); ?>
  2. <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef)): ?> <?php $component $__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef?> <?php unset($__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?> </div> <div class="sticky top-14 mt-10"> <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 $component; } ?> <?php $component $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.ad-component','data' => ['slotId' => '4509986498']]); ?> <?php $component->withName('ad-component'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?><?php $component->withAttributes(['slot-id' => '4509986498']); ?>
  3. <?php echo $__env->renderComponent(); ?>
  4. <?php endif; ?>
  5. <?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
  6. <?php $component $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4?>
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  5.     <?php do_action('get_footer'); ?>
  6.     <?php wp_footer(); ?>
include('/home/finbold-prod/finbold.com/web/app/themes/finbold/index.php') in /home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php') in /home/finbold-prod/finbold.com/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/finbold-prod/finbold.com/web/wp/wp-blog-header.php') in /home/finbold-prod/finbold.com/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

ErrorException

Undefined property: stdClass::$usd

  1.  <?php $__env->startSection('content'); ?> <div class="xl:grid xl:grid-cols-12 gap-x-10 mt-8 lg:mt-0"> <div class="xl:col-span-4"> <div class="md:flex xl:block"> <div class="flex space-x-5 mb-5"> <div class=""> <div class="w-20 bg-[length:80%] aspect-square shadow rounded-md bg-no-repeat bg-center" style="background-image:url('<?php echo e($cryptocurrency['image']); ?>');"></div> </div> <div class="flex"> <span class="block self-center"> <span class="text-base font-semibold text-slate-900 block uppercase"><?php echo e($cryptocurrency['symbol']); ?></span> <span class="text-xs font-semibold text-slate-500 block"><?php echo e($cryptocurrency['name']); ?></span> <span class="block text-xs text-slate-400 mt-1"> <?php if(!empty($cryptocurrency_data)): ?> #<?php echo e($cryptocurrency_data->market_data->market_cap_rank); ?> <?php else: ?> #N/A <?php endif; ?> </span> </span> </div> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="mb-5 self-center md:ml-5 xl:ml-0"> <span class="font-extrabold text-4xl"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->current_price->usd)); ?></span> <span>USD</span> <span class="<?php echo e($cryptocurrency_data->market_data->price_change_24h 'text-green-500' 'text-red-500'); ?> font-extrabold"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_24h,2)); ?>%</span> <span class="font-extrabold"><?php echo e($cryptocurrency_data->market_data->price_change_24h '+' ''); ?><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->price_change_24h)); ?></span> </div> <?php endif; ?> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="grid grid-cols-2 gap-x-4 gap-y-3"> <div class="text-xs border-t col-span-2 border-gray-300 pt-3"> <span class="text-slate-500 block">DAY RANGE</span> <?php if((isset($cryptocurrency_data->market_data->high_24h->usd) && $cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->low_24h->usd) > 0): ?> <div class="mt-1"> <div class="overflow-hidden rounded-full bg-gray-200"> <div class="h-2 rounded-full bg-blue-200" style="width:<?php echo e(100 - (($cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->current_price->usd) * 100 / ($cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->low_24h->usd))); ?>%"> <div class="rounded-full bg-blue-600 w-2 h-2 ml-auto"></div> </div> </div> <div class="flex justify-between mt-1 text-xs text-slate-500"> <span><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->low_24h->usd)); ?> </span> <span><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->high_24h->usd)); ?> </span> </div> </div> <?php endif; ?> </div> <div class="border-t border-gray-300 pt-3"> <span class="text-xs text-slate-500 block uppercase">Circulating supply</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->circulating_supply)); ?></span> </div> <div class="border-t border-gray-300 pt-3"> <span class="text-xs text-slate-500 block uppercase">Total supply</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->total_supply)); ?></span> </div> </div> <?php endif; ?> <div class="mt-6 mb-8 xl:mb-0 col-span-2 xl:col-span-1 shadow rounded-md p-4 prose prose-a:no-underline hover:prose-a:underline prose-a:text-blue-500 max-w-none xl:mt-10"> <a href="/visit/uphold"> <img class="w-[120px] !mb-0 !mt-0" src="<?= \Roots\asset('images/logos/uphold.svg'); ?>" alt="Uphold Logotype"/> </a> <p class="text-sm">Looking to buy <span class="uppercase"><?php echo e($ticker); ?></span>? Finbold recommends<br/> <a href="/visit/uphold">Uphold</a> â€“ 100% reserved</p> </div> </div> <div class="xl:col-span-8"> <?php if(!empty($cryptocurrency_data)): ?> <div class="relative"> <div id="loading-state"> <svg class="absolute left-2/4 top-2/4 animate-spin -ml-1 mr-3 h-10 w-10 text-black" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> <div class="border-b border-gray-200" id="data-range-nav"> <nav class="-mb-px flex overflow-auto" aria-label="Tabs"> <?php $__currentLoopData $intervals$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $interval): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?> <a href="#" class="data-range <?php echo e($loop->first 'active' ''); ?> tab" data-days="<?php echo e($interval['days']); ?>"> <?php echo e($interval['label']); ?> </a> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?> <a class="nav-link flex ml-auto border-transparent hover:text-slate-500 cursor-pointer whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="export-png"><svg class="self-center w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M320 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S302.3 95.1 320 95.1zM224 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S206.3 95.1 224 95.1zM416 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S398.3 95.1 416 95.1zM73.38 342.6l128 128c12.5 12.5 32.75 12.5 45.25 0l128-128c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L256 370.7V191.1c0-17.69-14.31-32-32-32s-32 14.31-32 32v178.8L118.6 297.4C112.4 291.1 104.2 287.1 96 287.1S79.63 291.1 73.38 297.4C60.88 309.9 60.88 330.1 73.38 342.6zM128 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S110.3 95.1 128 95.1zM32 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S14.33 95.1 32 95.1z"/></svg></a> <a class="hidden nav-link hover:text-slate-500 cursor-pointer border-transparent whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="toggle-sma"> <svg class="self-center w-5 h-5" viewBox="0 0 1223 448" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1018.51 323.388L922.248 92.8225C919.3 85.6653 912.26 81 904.499 81C896.738 81 889.699 85.6653 886.751 92.8225L790.487 323.388C786.398 333.181 791.032 344.433 800.847 348.51C810.702 352.609 821.953 347.956 826.02 338.17L845.153 292.351H963.858L982.99 338.17C986.064 345.543 993.23 349.999 1000.77 349.999C1003.23 349.999 1005.74 349.52 1008.17 348.507C1017.97 344.403 1022.6 333.175 1018.51 323.388ZM860.639 253.918L904.499 150.164L947.818 253.918H860.639Z" fill="currentColor"/> <path d="M737 100.265V330.79C737 341.397 728.408 350 717.786 350C707.164 350 698.571 341.397 698.571 330.79V163.713L618.472 283.838C611.339 294.53 593.625 294.53 586.498 283.838L506.429 163.713V330.784C506.429 341.391 497.836 349.994 487.214 349.994C476.592 349.994 468 341.391 468 330.784V100.259C468 91.8002 473.536 84.3202 481.642 81.8709C489.73 79.3759 498.509 82.5558 503.204 89.603L602.5 238.514L701.814 89.573C706.505 82.5312 715.306 79.3495 723.376 81.8408C731.476 84.3322 737 91.8062 737 100.265Z" fill="currentColor"/> <path d="M407.671 289.315C403.905 311.304 392.148 328.347 373.681 338.606C358.746 346.908 341.257 350 323.479 350C286.39 350 248.054 336.541 229.047 328.761C219.226 324.756 214.526 313.549 218.525 303.728C222.507 293.907 233.676 289.153 243.527 293.193C290.029 312.187 333.822 316.839 355.107 305.013C363.399 300.407 368.099 293.355 369.91 282.814C374.257 257.415 358.998 248.746 307.735 233.961C265.393 221.78 207.463 205.032 218.333 141.7C221.621 122.49 232.507 106.065 248.995 95.464C276.329 77.857 317.945 76.3322 372.746 90.8488C382.993 93.5688 389.096 104.086 386.386 114.339C383.676 124.592 373.16 130.685 362.925 127.996C308.202 113.467 282.061 119.854 269.71 127.772C262.185 132.612 257.617 139.478 256.124 148.183C251.767 173.582 267.03 182.25 318.299 197.036C360.605 209.234 418.523 225.923 407.671 289.315Z" fill="currentColor"/> <path d="M128 0H32C14.4 0 0 14.4 0 32V416C0 433.6 14.4 448 32 448H128C145.7 448 160 433.7 160 416C160 398.3 145.7 384 128 384H64V64H128C145.7 64 160 49.67 160 32C160 14.33 145.7 0 128 0Z" fill="currentColor"/> <path d="M1094.5 0H1190.5C1208.1 0 1222.5 14.4 1222.5 32V416C1222.5 433.6 1208.1 448 1190.5 448H1093.6C1076.8 448 1062.5 431.9 1062.5 415.1C1062.5 398.3 1076.8 384 1094.5 384H1158.5V64H1093.6C1076.8 64 1062.5 47.87 1062.5 31.1C1062.5 14.33 1076.8 0 1094.5 0Z" fill="currentColor"/> </svg> </a> <a class="hidden nav-link hover:text-slate-500 cursor-pointer border-transparent whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="change-type"> <svg class="self-center w-4 h-4" id="icon-candlestick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M48 408C48 421.3 58.75 432 72 432H488C501.3 432 512 442.7 512 456C512 469.3 501.3 480 488 480H72C32.24 480 0 447.8 0 408V56C0 42.75 10.75 32 24 32C37.25 32 48 42.75 48 56V408zM320 96C337.7 96 352 110.3 352 128V224C352 241.7 337.7 256 320 256V304C320 312.8 312.8 320 304 320C295.2 320 288 312.8 288 304V256C270.3 256 256 241.7 256 224V128C256 110.3 270.3 96 288 96V48C288 39.16 295.2 32 304 32C312.8 32 320 39.16 320 48V96zM384 224C384 206.3 398.3 192 416 192V144C416 135.2 423.2 128 432 128C440.8 128 448 135.2 448 144V192C465.7 192 480 206.3 480 224V288C480 305.7 465.7 320 448 320V368C448 376.8 440.8 384 432 384C423.2 384 416 376.8 416 368V320C398.3 320 384 305.7 384 288V224zM160 80C160 71.16 167.2 64 176 64C184.8 64 192 71.16 192 80V128C209.7 128 224 142.3 224 160V288C224 305.7 209.7 320 192 320V368C192 376.8 184.8 384 176 384C167.2 384 160 376.8 160 368V320C142.3 320 128 305.7 128 288V160C128 142.3 142.3 128 160 128V80z"/></svg> <svg class="self-center w-4 h-4 hidden" id="icon-area" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M64 400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32C49.67 32 64 46.33 64 64V400zM128 320V236C128 228.3 130.8 220.8 135.9 214.1L215.3 124.2C228.3 109.4 251.4 109.7 263.1 124.8L303.2 171.8C312.2 182.7 328.6 183.4 338.6 173.4L359.6 152.4C372.7 139.3 394.4 140.1 406.5 154.2L472.3 231C477.3 236.8 480 244.2 480 251.8V320C480 337.7 465.7 352 448 352H159.1C142.3 352 127.1 337.7 127.1 320L128 320z"/></svg> </a> </nav> </div> <div id="container" class="chart"></div> </div> <?php else: ?> <div class="mx-auto text-center lg:mx-0 lg:flex-auto lg:py-32 lg:text-left"> <h2 class="mt-2 text-2xl font-bold tracking-tight sm:text-4xl">Market data for <?php echo e($cryptocurrency['name']); ?> is untracked</h2> <p class="mt-2 text-lg leading-8 text-gray-700">No data is available for this listing.</p> </div> <?php endif; ?> </div> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="grid md:grid-cols-12 gap-x-10 mt-10"> <div class="md:col-span-8 xl:col-span-9"> <h2 class="entry-title text-2xl font-extrabold mb-8"> <span class="uppercase"><?php echo e($ticker); ?></span> Price </h2> <div class="grid grid-cols-2 xl:grid-cols-3 gap-x-2 gap-y-3 mb-8"> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Current Price</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->current_price->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 24H</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->price_change_24h)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 24H</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_24h,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 7D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_7d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 14D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_14d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 30D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_30d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 60D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_60d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 1Y</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_1y,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap Change 24H</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->market_cap_change_24h)); ?></span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap Change 24H</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->market_cap_change_percentage_24h,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->market_cap->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">All time high (ATH)</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->ath->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">ATH Change</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->ath_change_percentage->usd,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">ATH Date</span> <span class="text-sm block"><?php echo e(\Carbon\Carbon::parse($cryptocurrency_data->market_data->ath_date->usd)->format('Y, M d')); ?></span> </div> </div> <h2 class="entry-title text-2xl font-extrabold mb-8"> <span class="uppercase"><?php echo e($ticker); ?></span> Markets </h2> <div class="mb-10 overflow-x-auto"> <table class="min-w-full divide-y divide-gray-300"> <thead class="hidden lg:table-header-group"> <tr> <th class="text-left pr-10 py-2 text-sm">#</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Exchange</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Pair</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Price</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Spread</th> <th class="text-left pl-3 pr-10 py-2 text-sm">24H Volume</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Health</th> </tr> </thead> <tbody class="divide-y divide-gray-200 bg-white"> <?php $__empty_1 true$__currentLoopData $markets->tickers$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $market_ticker): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); $__empty_1 false?> <tr> <td class="hidden lg:table-cell whitespace-nowrap py-2 pr-3 text-sm font-medium w-10"> <?php echo e($loop->iteration); ?> </td> <td style="width: 30%;" class="whitespace-nowrap py-3 md:py-2 sm:pr-3 text-sm font-medium"> <div class="flex gap-x-2"> <div class="mr-2 self-center w-8"> <?php if($market_ticker->market->logo): ?> <img src="<?php echo e($market_ticker->market->logo); ?>" alt="" class="w-8 h-8 rounded-lg"/> <?php endif; ?> </div> <div class="self-center"> <span class="font-bold"><?php echo e($market_ticker->market->name); ?></span> </div> <div class="ml-auto self-center lg:hidden"> <?php echo e($market_ticker->base); ?>/<?php echo e($market_ticker->target); ?> </div> </div> <div class="lg:hidden grid grid-cols-2 gap-x-2 gap-y-2 mt-2"> <div> <span class="text-xs text-slate-500 block">Last price:</span> <?php echo e(App\format_crypto_price($market_ticker->converted_last->usd)); ?> USD<br/> </div> <div> <span class="text-xs text-slate-500 block">Last price:</span> <?php echo e(App\format_crypto_price($market_ticker->last)); ?> <?php echo e($market_ticker->target); ?> </div> <div> <span class="text-xs text-slate-500 block">Spread:</span> <?php echo e(number_format($market_ticker->bid_ask_spread_percentage,2)); ?>% </div> <div> <span class="text-xs text-slate-500 block">24H Volume:</span> <div class="flex"> <?php echo e(App\number_format_short($market_ticker->converted_volume->usd)); ?> USD <?php if($market_ticker->trust_score == 'green'): ?> <svg class="self-center text-green-500 h-3 w-3 inline ml-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z"/></svg> <?php endif; ?> </div> </div> </div> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e($market_ticker->base); ?>/<?php echo e($market_ticker->target); ?> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e($market_ticker->converted_last->usd); ?> USD <span class="text-xs text-slate-500 block"><?php echo e($market_ticker->last); ?> <?php echo e($market_ticker->target); ?></span> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e(number_format($market_ticker->bid_ask_spread_percentage,2)); ?>% </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e(App\format_crypto_price($market_ticker->converted_volume->usd)); ?> USD </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php if($market_ticker->trust_score == 'green'): ?> <svg class="text-green-500 h-3 w-3" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z"/></svg> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?> </tbody> </table> </div> <p class="text-sm">* Anomaly - Trading price is an outlier against the average</p> <p class="mb-8 text-sm">** Inactive - No trades in the last 3 hours</p> <?php while(have_posts()): ?> <?php (the_post()); ?> <article <?php (post_class()); ?>> <header> <h1 class="entry-title text-3xl font-extrabold mb-4"> <?php echo the_title(); ?> </h1> </header> <div class="entry-content prose prose-img:rounded-xl prose-headings:mt-4 prose-a:no-underline hover:prose-a:underline prose-a:text-blue-500 max-w-none"> <?php echo $description?> <?php (the_content()); ?> </div> <footer> <?php echo wp_link_pages(['echo' => 0'before' => '<nav class="page-nav"><p>' __('Pages:''sage'), 'after' => '</p></nav>']); ?> </footer> <?php (comments_template()); ?> </article> <?php endwhile; ?> </div> <div class="mt-6 sm:mt-0 md:col-span-4 xl:col-span-3"> <div class="grid grid-cols-1 gap-y-5"> <?php $__currentLoopData $recent_posts$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef $component; } ?> <?php $component $__env->getContainer()->make(App\View\Components\PostCompact::class, ['mode' => 'large','lineClamp' => 3,'author' => true,'thumbnail' => true,'thumbnailSize' => 'large','post' => $post]); ?> <?php $component->withName('post-compact'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?><?php $component->withAttributes([]); ?>
  2. <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef)): ?> <?php $component $__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef?> <?php unset($__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?> </div> <div class="sticky top-14 mt-10"> <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 $component; } ?> <?php $component $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.ad-component','data' => ['slotId' => '4509986498']]); ?> <?php $component->withName('ad-component'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?><?php $component->withAttributes(['slot-id' => '4509986498']); ?>
  3. <?php echo $__env->renderComponent(); ?>
  4. <?php endif; ?>
  5. <?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
  6. <?php $component $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4?>
  1.      * @throws \ErrorException
  2.      */
  3.     public function handleError($level$message$file ''$line 0$context = [])
  4.     {
  5.         try {
  6.             parent::handleError($level$message$file$line$context);
  7.         } catch (Throwable $e) {
  8.             if (! apply_filters('acorn/throw_error_exception'true$e)) {
  9.                 return false;
  10.             }
  1.  <?php $__env->startSection('content'); ?> <div class="xl:grid xl:grid-cols-12 gap-x-10 mt-8 lg:mt-0"> <div class="xl:col-span-4"> <div class="md:flex xl:block"> <div class="flex space-x-5 mb-5"> <div class=""> <div class="w-20 bg-[length:80%] aspect-square shadow rounded-md bg-no-repeat bg-center" style="background-image:url('<?php echo e($cryptocurrency['image']); ?>');"></div> </div> <div class="flex"> <span class="block self-center"> <span class="text-base font-semibold text-slate-900 block uppercase"><?php echo e($cryptocurrency['symbol']); ?></span> <span class="text-xs font-semibold text-slate-500 block"><?php echo e($cryptocurrency['name']); ?></span> <span class="block text-xs text-slate-400 mt-1"> <?php if(!empty($cryptocurrency_data)): ?> #<?php echo e($cryptocurrency_data->market_data->market_cap_rank); ?> <?php else: ?> #N/A <?php endif; ?> </span> </span> </div> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="mb-5 self-center md:ml-5 xl:ml-0"> <span class="font-extrabold text-4xl"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->current_price->usd)); ?></span> <span>USD</span> <span class="<?php echo e($cryptocurrency_data->market_data->price_change_24h 'text-green-500' 'text-red-500'); ?> font-extrabold"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_24h,2)); ?>%</span> <span class="font-extrabold"><?php echo e($cryptocurrency_data->market_data->price_change_24h '+' ''); ?><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->price_change_24h)); ?></span> </div> <?php endif; ?> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="grid grid-cols-2 gap-x-4 gap-y-3"> <div class="text-xs border-t col-span-2 border-gray-300 pt-3"> <span class="text-slate-500 block">DAY RANGE</span> <?php if((isset($cryptocurrency_data->market_data->high_24h->usd) && $cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->low_24h->usd) > 0): ?> <div class="mt-1"> <div class="overflow-hidden rounded-full bg-gray-200"> <div class="h-2 rounded-full bg-blue-200" style="width:<?php echo e(100 - (($cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->current_price->usd) * 100 / ($cryptocurrency_data->market_data->high_24h->usd $cryptocurrency_data->market_data->low_24h->usd))); ?>%"> <div class="rounded-full bg-blue-600 w-2 h-2 ml-auto"></div> </div> </div> <div class="flex justify-between mt-1 text-xs text-slate-500"> <span><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->low_24h->usd)); ?> </span> <span><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->high_24h->usd)); ?> </span> </div> </div> <?php endif; ?> </div> <div class="border-t border-gray-300 pt-3"> <span class="text-xs text-slate-500 block uppercase">Circulating supply</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->circulating_supply)); ?></span> </div> <div class="border-t border-gray-300 pt-3"> <span class="text-xs text-slate-500 block uppercase">Total supply</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->total_supply)); ?></span> </div> </div> <?php endif; ?> <div class="mt-6 mb-8 xl:mb-0 col-span-2 xl:col-span-1 shadow rounded-md p-4 prose prose-a:no-underline hover:prose-a:underline prose-a:text-blue-500 max-w-none xl:mt-10"> <a href="/visit/uphold"> <img class="w-[120px] !mb-0 !mt-0" src="<?= \Roots\asset('images/logos/uphold.svg'); ?>" alt="Uphold Logotype"/> </a> <p class="text-sm">Looking to buy <span class="uppercase"><?php echo e($ticker); ?></span>? Finbold recommends<br/> <a href="/visit/uphold">Uphold</a> â€“ 100% reserved</p> </div> </div> <div class="xl:col-span-8"> <?php if(!empty($cryptocurrency_data)): ?> <div class="relative"> <div id="loading-state"> <svg class="absolute left-2/4 top-2/4 animate-spin -ml-1 mr-3 h-10 w-10 text-black" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> </div> <div class="border-b border-gray-200" id="data-range-nav"> <nav class="-mb-px flex overflow-auto" aria-label="Tabs"> <?php $__currentLoopData $intervals$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $interval): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?> <a href="#" class="data-range <?php echo e($loop->first 'active' ''); ?> tab" data-days="<?php echo e($interval['days']); ?>"> <?php echo e($interval['label']); ?> </a> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?> <a class="nav-link flex ml-auto border-transparent hover:text-slate-500 cursor-pointer whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="export-png"><svg class="self-center w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M320 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S302.3 95.1 320 95.1zM224 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S206.3 95.1 224 95.1zM416 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S398.3 95.1 416 95.1zM73.38 342.6l128 128c12.5 12.5 32.75 12.5 45.25 0l128-128c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L256 370.7V191.1c0-17.69-14.31-32-32-32s-32 14.31-32 32v178.8L118.6 297.4C112.4 291.1 104.2 287.1 96 287.1S79.63 291.1 73.38 297.4C60.88 309.9 60.88 330.1 73.38 342.6zM128 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S110.3 95.1 128 95.1zM32 95.1c17.67 0 32-14.33 32-32s-14.33-32-32-32s-32 14.33-32 32S14.33 95.1 32 95.1z"/></svg></a> <a class="hidden nav-link hover:text-slate-500 cursor-pointer border-transparent whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="toggle-sma"> <svg class="self-center w-5 h-5" viewBox="0 0 1223 448" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1018.51 323.388L922.248 92.8225C919.3 85.6653 912.26 81 904.499 81C896.738 81 889.699 85.6653 886.751 92.8225L790.487 323.388C786.398 333.181 791.032 344.433 800.847 348.51C810.702 352.609 821.953 347.956 826.02 338.17L845.153 292.351H963.858L982.99 338.17C986.064 345.543 993.23 349.999 1000.77 349.999C1003.23 349.999 1005.74 349.52 1008.17 348.507C1017.97 344.403 1022.6 333.175 1018.51 323.388ZM860.639 253.918L904.499 150.164L947.818 253.918H860.639Z" fill="currentColor"/> <path d="M737 100.265V330.79C737 341.397 728.408 350 717.786 350C707.164 350 698.571 341.397 698.571 330.79V163.713L618.472 283.838C611.339 294.53 593.625 294.53 586.498 283.838L506.429 163.713V330.784C506.429 341.391 497.836 349.994 487.214 349.994C476.592 349.994 468 341.391 468 330.784V100.259C468 91.8002 473.536 84.3202 481.642 81.8709C489.73 79.3759 498.509 82.5558 503.204 89.603L602.5 238.514L701.814 89.573C706.505 82.5312 715.306 79.3495 723.376 81.8408C731.476 84.3322 737 91.8062 737 100.265Z" fill="currentColor"/> <path d="M407.671 289.315C403.905 311.304 392.148 328.347 373.681 338.606C358.746 346.908 341.257 350 323.479 350C286.39 350 248.054 336.541 229.047 328.761C219.226 324.756 214.526 313.549 218.525 303.728C222.507 293.907 233.676 289.153 243.527 293.193C290.029 312.187 333.822 316.839 355.107 305.013C363.399 300.407 368.099 293.355 369.91 282.814C374.257 257.415 358.998 248.746 307.735 233.961C265.393 221.78 207.463 205.032 218.333 141.7C221.621 122.49 232.507 106.065 248.995 95.464C276.329 77.857 317.945 76.3322 372.746 90.8488C382.993 93.5688 389.096 104.086 386.386 114.339C383.676 124.592 373.16 130.685 362.925 127.996C308.202 113.467 282.061 119.854 269.71 127.772C262.185 132.612 257.617 139.478 256.124 148.183C251.767 173.582 267.03 182.25 318.299 197.036C360.605 209.234 418.523 225.923 407.671 289.315Z" fill="currentColor"/> <path d="M128 0H32C14.4 0 0 14.4 0 32V416C0 433.6 14.4 448 32 448H128C145.7 448 160 433.7 160 416C160 398.3 145.7 384 128 384H64V64H128C145.7 64 160 49.67 160 32C160 14.33 145.7 0 128 0Z" fill="currentColor"/> <path d="M1094.5 0H1190.5C1208.1 0 1222.5 14.4 1222.5 32V416C1222.5 433.6 1208.1 448 1190.5 448H1093.6C1076.8 448 1062.5 431.9 1062.5 415.1C1062.5 398.3 1076.8 384 1094.5 384H1158.5V64H1093.6C1076.8 64 1062.5 47.87 1062.5 31.1C1062.5 14.33 1076.8 0 1094.5 0Z" fill="currentColor"/> </svg> </a> <a class="hidden nav-link hover:text-slate-500 cursor-pointer border-transparent whitespace-nowrap py-2 px-2 border-b-2 font-medium text-sm" id="change-type"> <svg class="self-center w-4 h-4" id="icon-candlestick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M48 408C48 421.3 58.75 432 72 432H488C501.3 432 512 442.7 512 456C512 469.3 501.3 480 488 480H72C32.24 480 0 447.8 0 408V56C0 42.75 10.75 32 24 32C37.25 32 48 42.75 48 56V408zM320 96C337.7 96 352 110.3 352 128V224C352 241.7 337.7 256 320 256V304C320 312.8 312.8 320 304 320C295.2 320 288 312.8 288 304V256C270.3 256 256 241.7 256 224V128C256 110.3 270.3 96 288 96V48C288 39.16 295.2 32 304 32C312.8 32 320 39.16 320 48V96zM384 224C384 206.3 398.3 192 416 192V144C416 135.2 423.2 128 432 128C440.8 128 448 135.2 448 144V192C465.7 192 480 206.3 480 224V288C480 305.7 465.7 320 448 320V368C448 376.8 440.8 384 432 384C423.2 384 416 376.8 416 368V320C398.3 320 384 305.7 384 288V224zM160 80C160 71.16 167.2 64 176 64C184.8 64 192 71.16 192 80V128C209.7 128 224 142.3 224 160V288C224 305.7 209.7 320 192 320V368C192 376.8 184.8 384 176 384C167.2 384 160 376.8 160 368V320C142.3 320 128 305.7 128 288V160C128 142.3 142.3 128 160 128V80z"/></svg> <svg class="self-center w-4 h-4 hidden" id="icon-area" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M64 400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32C49.67 32 64 46.33 64 64V400zM128 320V236C128 228.3 130.8 220.8 135.9 214.1L215.3 124.2C228.3 109.4 251.4 109.7 263.1 124.8L303.2 171.8C312.2 182.7 328.6 183.4 338.6 173.4L359.6 152.4C372.7 139.3 394.4 140.1 406.5 154.2L472.3 231C477.3 236.8 480 244.2 480 251.8V320C480 337.7 465.7 352 448 352H159.1C142.3 352 127.1 337.7 127.1 320L128 320z"/></svg> </a> </nav> </div> <div id="container" class="chart"></div> </div> <?php else: ?> <div class="mx-auto text-center lg:mx-0 lg:flex-auto lg:py-32 lg:text-left"> <h2 class="mt-2 text-2xl font-bold tracking-tight sm:text-4xl">Market data for <?php echo e($cryptocurrency['name']); ?> is untracked</h2> <p class="mt-2 text-lg leading-8 text-gray-700">No data is available for this listing.</p> </div> <?php endif; ?> </div> </div> <?php if(!empty($cryptocurrency_data)): ?> <div class="grid md:grid-cols-12 gap-x-10 mt-10"> <div class="md:col-span-8 xl:col-span-9"> <h2 class="entry-title text-2xl font-extrabold mb-8"> <span class="uppercase"><?php echo e($ticker); ?></span> Price </h2> <div class="grid grid-cols-2 xl:grid-cols-3 gap-x-2 gap-y-3 mb-8"> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Current Price</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->current_price->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 24H</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->price_change_24h)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 24H</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_24h,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 7D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_7d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 14D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_14d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 30D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_30d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 60D</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_60d,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Price Change 1Y</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->price_change_percentage_1y,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap Change 24H</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->market_cap_change_24h)); ?></span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap Change 24H</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->market_cap_change_percentage_24h,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">Market Cap</span> <span class="text-sm block"><?php echo e(App\number_format_short($cryptocurrency_data->market_data->market_cap->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">All time high (ATH)</span> <span class="text-sm block"><?php echo e(App\format_crypto_price($cryptocurrency_data->market_data->ath->usd)); ?> USD</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">ATH Change</span> <span class="text-sm block"><?php echo e(number_format($cryptocurrency_data->market_data->ath_change_percentage->usd,2)); ?>%</span> </div> <div class="border-t border-gray-300 pt-3"> <span class="block uppercase text-slate-500 text-xs ">ATH Date</span> <span class="text-sm block"><?php echo e(\Carbon\Carbon::parse($cryptocurrency_data->market_data->ath_date->usd)->format('Y, M d')); ?></span> </div> </div> <h2 class="entry-title text-2xl font-extrabold mb-8"> <span class="uppercase"><?php echo e($ticker); ?></span> Markets </h2> <div class="mb-10 overflow-x-auto"> <table class="min-w-full divide-y divide-gray-300"> <thead class="hidden lg:table-header-group"> <tr> <th class="text-left pr-10 py-2 text-sm">#</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Exchange</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Pair</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Price</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Spread</th> <th class="text-left pl-3 pr-10 py-2 text-sm">24H Volume</th> <th class="text-left pl-3 pr-10 py-2 text-sm">Health</th> </tr> </thead> <tbody class="divide-y divide-gray-200 bg-white"> <?php $__empty_1 true$__currentLoopData $markets->tickers$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $market_ticker): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); $__empty_1 false?> <tr> <td class="hidden lg:table-cell whitespace-nowrap py-2 pr-3 text-sm font-medium w-10"> <?php echo e($loop->iteration); ?> </td> <td style="width: 30%;" class="whitespace-nowrap py-3 md:py-2 sm:pr-3 text-sm font-medium"> <div class="flex gap-x-2"> <div class="mr-2 self-center w-8"> <?php if($market_ticker->market->logo): ?> <img src="<?php echo e($market_ticker->market->logo); ?>" alt="" class="w-8 h-8 rounded-lg"/> <?php endif; ?> </div> <div class="self-center"> <span class="font-bold"><?php echo e($market_ticker->market->name); ?></span> </div> <div class="ml-auto self-center lg:hidden"> <?php echo e($market_ticker->base); ?>/<?php echo e($market_ticker->target); ?> </div> </div> <div class="lg:hidden grid grid-cols-2 gap-x-2 gap-y-2 mt-2"> <div> <span class="text-xs text-slate-500 block">Last price:</span> <?php echo e(App\format_crypto_price($market_ticker->converted_last->usd)); ?> USD<br/> </div> <div> <span class="text-xs text-slate-500 block">Last price:</span> <?php echo e(App\format_crypto_price($market_ticker->last)); ?> <?php echo e($market_ticker->target); ?> </div> <div> <span class="text-xs text-slate-500 block">Spread:</span> <?php echo e(number_format($market_ticker->bid_ask_spread_percentage,2)); ?>% </div> <div> <span class="text-xs text-slate-500 block">24H Volume:</span> <div class="flex"> <?php echo e(App\number_format_short($market_ticker->converted_volume->usd)); ?> USD <?php if($market_ticker->trust_score == 'green'): ?> <svg class="self-center text-green-500 h-3 w-3 inline ml-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z"/></svg> <?php endif; ?> </div> </div> </div> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e($market_ticker->base); ?>/<?php echo e($market_ticker->target); ?> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e($market_ticker->converted_last->usd); ?> USD <span class="text-xs text-slate-500 block"><?php echo e($market_ticker->last); ?> <?php echo e($market_ticker->target); ?></span> </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e(number_format($market_ticker->bid_ask_spread_percentage,2)); ?>% </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php echo e(App\format_crypto_price($market_ticker->converted_volume->usd)); ?> USD </td> <td class="hidden lg:table-cell whitespace-nowrap pl-3 pr-5 py-2 text-sm"> <?php if($market_ticker->trust_score == 'green'): ?> <svg class="text-green-500 h-3 w-3" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z"/></svg> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?> </tbody> </table> </div> <p class="text-sm">* Anomaly - Trading price is an outlier against the average</p> <p class="mb-8 text-sm">** Inactive - No trades in the last 3 hours</p> <?php while(have_posts()): ?> <?php (the_post()); ?> <article <?php (post_class()); ?>> <header> <h1 class="entry-title text-3xl font-extrabold mb-4"> <?php echo the_title(); ?> </h1> </header> <div class="entry-content prose prose-img:rounded-xl prose-headings:mt-4 prose-a:no-underline hover:prose-a:underline prose-a:text-blue-500 max-w-none"> <?php echo $description?> <?php (the_content()); ?> </div> <footer> <?php echo wp_link_pages(['echo' => 0'before' => '<nav class="page-nav"><p>' __('Pages:''sage'), 'after' => '</p></nav>']); ?> </footer> <?php (comments_template()); ?> </article> <?php endwhile; ?> </div> <div class="mt-6 sm:mt-0 md:col-span-4 xl:col-span-3"> <div class="grid grid-cols-1 gap-y-5"> <?php $__currentLoopData $recent_posts$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef $component; } ?> <?php $component $__env->getContainer()->make(App\View\Components\PostCompact::class, ['mode' => 'large','lineClamp' => 3,'author' => true,'thumbnail' => true,'thumbnailSize' => 'large','post' => $post]); ?> <?php $component->withName('post-compact'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?><?php $component->withAttributes([]); ?>
  2. <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef)): ?> <?php $component $__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef?> <?php unset($__componentOriginal90fd2d1b6f5e9895920fac822dc1dfa4aeec6fef); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?> </div> <div class="sticky top-14 mt-10"> <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 $component; } ?> <?php $component $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.ad-component','data' => ['slotId' => '4509986498']]); ?> <?php $component->withName('ad-component'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?><?php $component->withAttributes(['slot-id' => '4509986498']); ?>
  3. <?php echo $__env->renderComponent(); ?>
  4. <?php endif; ?>
  5. <?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
  6. <?php $component $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  5.     <?php do_action('get_footer'); ?>
  6.     <?php wp_footer(); ?>
include('/home/finbold-prod/finbold.com/web/app/themes/finbold/index.php') in /home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php') in /home/finbold-prod/finbold.com/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/finbold-prod/finbold.com/web/wp/wp-blog-header.php') in /home/finbold-prod/finbold.com/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Stack Traces 2

[2/2] ViewException
Illuminate\View\ViewException:
Undefined property: stdClass::$usd (View: /home/finbold-prod/finbold.com/web/app/themes/finbold/resources/views/single-cryptocurrency.blade.php)

  at /home/finbold-prod/finbold.com/web/app/cache/acorn/framework/views/b8a4a4df05a9d378728cd8cdb014190e62ace51e.php:1
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/index.php:44)
  at include('/home/finbold-prod/finbold.com/web/app/themes/finbold/index.php')
     (/home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php')
     (/home/finbold-prod/finbold.com/web/wp/wp-blog-header.php:19)
  at require('/home/finbold-prod/finbold.com/web/wp/wp-blog-header.php')
     (/home/finbold-prod/finbold.com/web/index.php:6)                
[1/2] ErrorException
ErrorException:
Undefined property: stdClass::$usd

  at /home/finbold-prod/finbold.com/web/app/cache/acorn/framework/views/b8a4a4df05a9d378728cd8cdb014190e62ace51e.php:1
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/home/finbold-prod/finbold.com/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
     (/home/finbold-prod/finbold.com/web/app/cache/acorn/framework/views/b8a4a4df05a9d378728cd8cdb014190e62ace51e.php:1)
  at require('/home/finbold-prod/finbold.com/web/app/cache/acorn/framework/views/b8a4a4df05a9d378728cd8cdb014190e62ace51e.php')
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/finbold-prod/finbold.com/web/app/themes/finbold/index.php:44)
  at include('/home/finbold-prod/finbold.com/web/app/themes/finbold/index.php')
     (/home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/finbold-prod/finbold.com/web/wp/wp-includes/template-loader.php')
     (/home/finbold-prod/finbold.com/web/wp/wp-blog-header.php:19)
  at require('/home/finbold-prod/finbold.com/web/wp/wp-blog-header.php')
     (/home/finbold-prod/finbold.com/web/index.php:6)