@extends('layouts.frontend.app', ['pageTitle'=>'Change password']) @section('content')

{{__('Change password')}}

@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection