@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))) @else @endif Change Avatar photo Full Name Reference Registered Email (Identity Account ID) Primary email endpoint cannot be altered for validation logs. Contact Mobile Number Save Account Data Password & Encryption @csrf Current Account Password New Strong Password Confirm Retyped Password Update Security Matrix @if(session('success')) @endif @if($errors->any()) @endif @endsection
Configure identity logging matrices, brand information parameters, and secure passwords elements.