@extends('layouts.web_master') @section('main_content')
@include('partials.customer_header') @include('partials.customer_nav')
arrow_back

Change Password

Please type and confirm to change your current password.
@csrf
@error('old_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection