@extends($active_theme) @section('title') {{__('user.Dashboard')}} @endsection @section('frontend-content')
@include('user.inc.profile_header')
@if ($user->about_me!=null)

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

{!! clean(html_decode($user->about_me)) !!} @endif @if ($user->my_skill!=null)

{{__('user.My Skills')}} :

{!! clean(html_decode($user->my_skill)) !!} @endif
@include('user.inc.user_information')
@endsection @push('frontend_js') @endpush