@extends('frontend.partials.master') @section('title') Change Password @endsection @push('css') @endpush @section('content')
@include('customer.includes.sidebar')

Change Password

@csrf
@if ($errors->has('current_password'))

{{ $errors->first('current_password') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection @push('js') @endpush