@if (isset($mylangs[\App\Services\Shop::getUserShopLang(null, 'webshop')]))
@php($country = $mylangs[\App\Services\Shop::getUserShopLang(null, 'webshop')])
{{ __('website.you_are_now_in_shop') }} {{ $country->getLocated() }}
@endif
{{ __('website.you_are_now_in_shop_notice') }}
{!! Form::open(['route' => 'language.change']) !!}
{!! Form::close() !!}