{{-- * JobClass - Job Board Web Application * Copyright (c) BedigitCom. All Rights Reserved * * Website: https://bedigit.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('layouts.master') @section('header') @includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.header', 'layouts.inc.header']) @endsection @section('search') @parent @endsection @section('content') @includeFirst([config('larapen.core.customizedViewPath') . 'common.spacer', 'common.spacer'])

{{ t('countries') }}


@if (isset($countryCols))

{{ t('select_a_country') }}

@if (!empty($countryCols)) @foreach ($countryCols as $key => $col)
Notice: Undefined variable: countryCols in /home/softlegal/public_html/jobs.soft.legal/resources/views/countries.blade.php on line 45

Warning: count(): Parameter must be an array or an object that implements Countable in /home/softlegal/public_html/jobs.soft.legal/resources/views/countries.blade.php on line 45

Notice: Undefined variable: key in /home/softlegal/public_html/jobs.soft.legal/resources/views/countries.blade.php on line 45
@endforeach @else
{{ t('countries_not_found') }}
@endif
@endif
@includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.social.horizontal', 'layouts.inc.social.horizontal'])
@endsection @section('info') @endsection @section('after_scripts') @endsection