@extends('layout.app') @section('title') {{ __('message.websites_show') }} @stop @section('content')
{{-- form for store clients --}}

{{__("message.website_info")}}

{{-- client name --}}

{{$website->name}}

{{-- end client name --}} {{-- client name --}}

{{$website->url}}

{{-- end client name --}} {{-- client name --}}

{{$website->updateFactor->name}}

{{-- end client name --}} {{-- client name --}} @isset($website->rotate_proxy_id)

{{$website->rotateProxies->url}}

@endisset {{-- end client name --}}

@if($website->use_proxy == 1) {{__("message.use_proxy")}} @elseif($website->use_proxy == 0) {{__("message.don't_use_proxy")}} @endif

{{-- end form --}}

{{__("message.selector")}}

{{-- client name --}}

{{__("message.use_the_same_name_in_array")}}
['logo','app_name','link_name','link',author','author_link','screenshots','downloads','version','last_update','rating,'content_rating','votes','size','price','os','whats_new','base'].

{{$website->selector}}

{{-- end client name --}} @isset($website->selector_download_link)

{{$website->selector_download_link}}

@endisset {{-- end client name --}}

{{$website->selector_auto_description}}

{{-- end client name --}} @isset($website->selector_unwanted_description)

{{$website->selector_unwanted_description}}

@endisset {{-- end client name --}} @isset($website->headers)

{{$website->headers}}

@endisset {{-- end client name --}}
{{-- end form --}}
@endsection