@extends('web.themes.shella.layouts.app') @section('content')

{{ __('Here to help') }}

{{ __('Have a question? You may find an answer in our') }}: {{ __('FAQ') }}. {{ __('But you can also contact us') }}:

{{ __('Call us') }}: +993 (65) 72-89-52
Mäti Kösäýew 16, Aşgabat, 744000
  • {{ __('Opening hours') }}:
  • {{ __('Mon-Fri') }}: 09:00-19:00
  • {{ __('Sat') }}: 09:00-18:00
  • {{ __('Sun') }}: 09:00–16:00
{{ __('Mobile APPS') }}
APP STORE
GOOGLE PLAY
@if(auth()->check() && auth()->user()->hasRole('vendor')) @else

{{ __('Become an official partner') }}

{{ __('To become our official partner, please fill out the form below. Then, our staff will contact you.') }}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endif
@stop