@extends('layouts.vendor.app') @section('title', 'Change Password') @push('css') @endpush @section('content')

Change Password

Change Password

@csrf @method('PUT')
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection @push('js') @endpush