{{-- * LaraClassified - Geo Classified Ads CMS * Copyright (c) Mayeul Akpovi. All Rights Reserved * * Email: mayeul.a@larapen.com * Website: http://larapen.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('classified.layouts.master') @section('header') @if (Auth::check()) @include('classified.layouts.inc.header', ['country' => $country, 'user' => $user]) @else @include('classified.layouts.inc.header', ['country' => $country]) @endif @endsection @section('search') @parent @endsection @section('content')

{{ t('Our websites abroad') }}


@if (isset($country_cols))

{{ t('Select a country') }}

@foreach ($country_cols as $key => $col)
    @foreach ($col as $k => $country)
    Fatal error: Uncaught Error: Class 'CountryLocalization' not found in /home/evrosdgz/public_html/main/resources/views/countries.blade.php:51 Stack trace: #0 {main} thrown in /home/evrosdgz/public_html/main/resources/views/countries.blade.php on line 51