{!! Form::open(['url' => route('user_shop_store'), 'class' => 'form-horizontal', 'id'=>'']) !!}
{{ Form::text('title', $user->shop->title, array('placeholder'=>__('shop.shop_title'), 'class'=>'form-control', 'id'=>'title')) }} {{ __('shop.shop_title_help') }}

{{ Form::textarea('contact', $user->shop->getLang('contact', false) , array('placeholder'=>__('shop.shop_contact'), 'class'=>'form-control', 'id'=>'contact', 'rows'=>4)) }} {{ __('shop.shop_contact_help') }}
{{ Form::textarea('accessibility', $user->shop->getLang('accessibility', false), array('placeholder'=>__('shop.shop_accessibility'), 'class'=>'form-control', 'id'=>'accessibility', 'rows'=>2)) }} {{ __('shop.shop_accessibility_help') }}
{{ Form::textarea('about', $user->shop->getLang('about', false) , array('placeholder'=>'', 'class'=>'form-control', 'id'=>'about', 'rows'=>2)) }} {{ __('shop.shop_about_help') }}
 
{!! Form::close() !!}
{{ __('shop.Shop details') }}
  • {{ __('shop.name') }}
    {{ $user->shop->name }}
  • {{ __('shop.domain') }}
  • {{ __('Status') }}
    @if($user->shop->getSubdomainStatus()) {{ __('shop.available') }} DNS
    @else {{ __('shop.not_available') }} DNS @endif @if($user->shop->getSubdomainAvailable()) {{ __('shop.available') }} @if($user->shop->getSubdomainSslSin()) HTTPS @else HTTP @endif @else {{ __('shop.not_available') }} HTTP @endif @if($user->shop->getSubdomainSslSinActive()) {{ __('shop.available') }} SSL @else {{ __('shop.not_available') }} SSL @endif
  • @if(!$user->shop->getSubdomainStatus() || !$user->shop->getSubdomainAvailable() || !$user->shop->getSubdomainSslSinActive())
  • {{ __('shop.not_available_copy') }}

  • @endif
  • {{ __('shop.active_since') }}
    {{ $user->shop->getActiveDateFormat() }}
@include('user.components.user_shop_image')
@include('user.components.user_shop_on_site')