@extends('layout') @section('title') {{__('user.My Profile')}} @endsection @section('meta') @endsection @section('frontend-content')
@include('user.sidebar')

{{__('user.Personal Information')}}

@if ($user->image) agent @else agent @endif

{{ html_decode($user->name) }}

@if ($user->designation)

{{ html_decode($user->designation) }}

@endif

{{__('user.About Me')}}

{{ html_decode($user->about_me) }}

bg
bg
bg
@endsection