@extends('inner') @section('seo_title') {{ ucfirst($domain->domain) }} - {!! \App\Options::get_option('seo_title') !!} @endsection @section('content')

{{ $domain->domain }}

This domain is available for sale

Make an Offer

Make your best offer!

Before considering a reasonable offer, please review the buy it now price.
Make an Offer

Buy Now - USD

@if( !is_null($domain->discount) AND ($domain->discount != 0 )) {{ \App\Options::get_option( 'currency_symbol' ) . number_format($domain->pricing,0) }} {{ App\Options::get_option( 'currency_symbol' ) . number_format($domain->discount, 0) }} @else {{ App\Options::get_option( 'currency_symbol' ) . number_format($domain->pricing, 0) }} @endif

The checkout process is very quick and easy. Grab it before anyone else!
Buy Now
@if( 'Yes' == \App\Options::get_option( 'financingEnable' ) )

Get Financed

From {{ \App\Options::get_option('currency_symbol') . number_format($domain->pricing/12, 0) }}/month

This amount per month is based on 12 months and full price. Longer terms available.
Get In Touch
@endif

Summary

Registered On {{ date('jS F Y', strtotime($domain->reg_date) ) }} Registrar {{ $domain->registrar }}
Domain Age @if( $domain->domain_age != 0 ) {{ $domain->domain_age }} Years Old @else Less than 1 Year Old @endif Domain Category {{ stripslashes($domain->industry->catname ) }}
{{ $domain->domain }} logo
{!! $domain->description !!}
@endsection