@extends('account.base') @section('title') {{ __('Account Manager') }} @endsection @section('account_content') @include('common.no_cache')

{{ __('Account Manager Information') }}

@if(isset($sales))
@if(isset($sales->wechatQR)) @else {{__('sorry, no found QR code of this sales adviser')}} @endif
{{--{{__('Sales information')}}--}}
{{__('name-person')}}{{": "}} @if(isset($sales->userName)) {{ $sales->userName }} @else {{__('sorry, no found name of this sales adviser')}} @endif {{__('E-Mail')}}{{": "}} @if(isset($sales->email)) {{ $sales->email }} @else {{__('sorry, no found email of this sales adviser')}} @endif {{----}} {{--{{__('Phone')}}{{": "}}--}} {{--@if(isset($sales->displayPhone))--}} {{--{{ $sales->displayPhone }}--}} {{--@else--}} {{--{{__('sorry, no found phone of this sales adviser')}}--}} {{--@endif--}} {{----}} {{__('Working hours')}}{{": "}} 10:00-18:00 {{" "}}{{__("Monday - Friday")}} {{" "}} {{__('(UK time)')}}
@endif @if(isset($consultant))
@if(isset($consultant->wechatQR)) @else {{__('sorry, no found QR code of this consultant')}} @endif
{{--@if(isset($onePerson))--}} {{--{{__('Sales and consultant information')}}--}} {{--@else--}} {{--{{__('Consultant information')}}--}} {{--@endif--}}
{{__('name-person')}}{{": "}} @if(isset($consultant->userName)) {{ $consultant->userName }} @else {{__('sorry, no found name of this consultant')}} @endif {{__('E-Mail')}}{{": "}} @if(isset($consultant->email)) {{ $consultant->email }} @else {{__('sorry, no found email of this consultant')}} @endif {{----}} {{--{{__('Phone')}}{{": "}}--}} {{--@if(isset($consultant->displayPhone))--}} {{--{{ $consultant->displayPhone }}--}} {{--@else--}} {{--{{__('sorry, no found phone of this consultant')}}--}} {{--@endif--}} {{----}} {{__('Working hours')}}{{": "}} 10:00-18:00 {{" "}}{{__("Monday - Friday")}} {{" "}} {{__('(UK time)')}}
@endif
@if(count($recommendedItems)) @endif
@endsection