@extends('layouts.user') @section('title') {{ __('contents.accountSettings') }} @endsection @section('content')

{{ __('contents.myProfile') }}

@csrf
{{ __('contents.uploadPhoto') }}
@if(!empty($user->profile_picture)) @endif
{{ __('contents.cancel') }}
@endsection @section('script') @endsection