saphareli logo
  • @lang('title.Home')
  • @lang('title.Services')
  • @lang('title.Projects')
  • @lang('title.production')
  • @lang('title.News')
  • @lang('title.about us')
  • @lang('title.Contact')
  • @guest
  • @lang('title.architects')
  • @else
  • {{ Auth::user()->name }}
  • @lang('title.Exit')
    @csrf
    @endguest @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
  • @if(App::getLocale()!=$localeCode) {{ $properties['native'] }} @endif
  • @endforeach
  • @lang('title.Home')
  • @lang('title.Services')
  • @lang('title.Projects')
  • @lang('title.production')
  • @lang('title.News')
  • @lang('title.about us')
  • @lang('title.Contact')
  • @guest
  • @lang('title.architects')
  • @else
  • {{ Auth::user()->name }}
  • @lang('title.Exit')
    @csrf
    @endguest @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
  • @if(App::getLocale()!=$localeCode) {{ $properties['native'] }} @endif
  • @endforeach