@csrf @method('PATCH')
@include('settings.partials.privacy-select', ['name' => 'last_seen', 'label' => 'Last seen & online', 'value' => $privacy['last_seen']]) @include('settings.partials.privacy-select', ['name' => 'profile_photo', 'label' => 'Profile photo', 'value' => $privacy['profile_photo']]) @include('settings.partials.privacy-select', ['name' => 'about', 'label' => 'About', 'value' => $privacy['about']]) @include('settings.partials.privacy-select', ['name' => 'status', 'label' => 'Status', 'value' => $privacy['status']])
@include('settings.partials.toggle-row', ['name' => 'read_receipts', 'label' => 'Read receipts', 'checked' => $privacy['read_receipts']]) @include('settings.partials.toggle-row', ['name' => 'typing_indicator', 'label' => 'Typing indicator', 'checked' => $privacy['typing_indicator']]) @include('settings.partials.toggle-row', ['name' => 'private_account', 'label' => 'Private account', 'hint' => 'Only approved followers can see your full profile', 'checked' => $privacy['private_account'] ?? false])
@include('settings.partials.privacy-select', ['name' => 'call_privacy', 'label' => 'Calls', 'value' => $privacy['call_privacy']])