@foreach( $domains as $d )

{{ $d->domain }}


@if( 'Yes' == \App\Options::get_option( 'enable_logos' ) )
@endif @if( 'Yes' == \App\Options::get_option( 'enable_shortdesc' ) ) @if( 'Yes' == \App\Options::get_option( 'enable_logos' ) )
@endif

{{ $d->short_description }}

@endif

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

@if( $i %3 == 0)
@endif @endforeach