@extends('layouts.master') @section('body_id', 'vendor_profile_settings_page') @section('content')
@include('frontend.vendor.partials.sidebar')

Profile & Security Settings

Configure identity logging matrices, brand information parameters, and secure passwords elements.

Personal Information

@csrf
@if(!empty($user->profile_picture) && file_exists(public_path('uploads/profile/' . $user->profile_picture))) Vendor Avatar @else Vendor Avatar @endif
Primary email endpoint cannot be altered for validation logs.

Password & Encryption

@csrf
@if(session('success')) @endif @if($errors->any()) @endif @endsection