@extends('layouts.app', ['path' => 'settings']) @section('content')
@include('user.settings-sidebar', ['path' => 'account-settings'])

Profile Settings

@csrf
Basic Information
@if (!empty($userAccountData['image'])) img @else img @endif
Profile Photo

The image size must be less than 2 MB.

{{-- --}} {{-- --}}
@endsection @push('scripts') @endpush