@extends('account.base') @section('title') {{--@if(\App\Http\Controllers\ConsultantController::testIfAssigned(Auth::id()))--}} {{--{{ __('My Consultant') }}--}} {{--@else--}} {{--{{ __('My Sales Adviser') }}--}} {{--@endif--}} {{ __('Account Manager') }} @endsection @section('account_content')

{{ __('Account Manager') }}

{{__('Consultant will be assigned once an order is received')}}
{{__('Start shopping')}}
{{--@if($universities->count() > 0)--}} {{--
--}} {{--{{__('Recommended universities')}}--}} {{--
--}} {{--@endif--}}
@if(count($recommendedItems)) @endif
@endsection