@extends('default') @section('title') Change Password @endsection @section('content')

Change Password

@csrf
@if ($errors->any())

{{ $errors->first() }}

@endif
@endsection