@extends('layouts.vendor') @section('title', 'Profil Vendor') @section('content')

Profil Saya

Kemaskini maklumat peribadi dan kata laluan anda.

{{-- KEMASKINI PROFIL --}}

Maklumat Peribadi

@csrf
{{-- TUKAR KATA LALUAN --}}

Pusat Keselamatan

@csrf
@if($errors->updatePassword->any())
@foreach($errors->updatePassword->all() as $error)
• {{ $error }}
@endforeach
@endif
@endsection