@extends('frontEnd.layouts.master') @section('title','Customer Account') @section('content') @include('frontEnd.layouts.customer.sidebar') Change Password @csrf Old Password * @error('old_password') {{ $message }} @enderror New Password * @error('new_password') {{ $message }} @enderror Confirmed Password * @error('confirm_password') {{ $message }} @enderror Update @endsection @push('script') @endpush