@foreach($countries=CCMS::getCountries() as $country) @if($country->alias=="canada")
@else
@endif

{{$country->title}}

{!!strip_tags($country->text)!!}

{{$country->title}}

{!!$country->details!!}

img
@endforeach