@extends('backend.layouts.app') @section('content')
{{ trans('navs.frontend.user.account') }}
@if ($errors->any()) {!! implode('', $errors->all('

:message

')) !!} @endif
@if ($logged_in_user->canChangePassword())
@include('frontend.user.account.tabs.change-password')
@endif @include('frontend.user.account.upload-photo-modal')
@endsection