@extends("user.layouts.dashboard") @section("content")
@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
{{ __('lang.settings') }}
@if (userData('photo'))
@endif
@csrf
@stop