@extends('store.layouts.layout') @section('container_content') @include('store.layouts.menu') {{auth()->user()->name}} {{auth()->user()->email}} @if(app()->getLocale() == 'en') العربية @else English @endif {{ auth()->user()->client_type_id == 1 ? __('profile.goto.b2b') : __('profile.goto.b2c') }} -->