@extends('front.layouts.master') @push('css') @endpush @section('title', TranslationHelper::translate('Profile Meta Title', 'site')) @section('meta_description', TranslationHelper::translate('Profile Meta Description', 'site')) @section('content')
@include('end-user.layouts.profile_sidebar')
@endsection @push('js') @endpush