@extends('platform.layout') @section('back') @endsection @section('content')

Change Password

@csrf @method('POST')
@error('current_password')
{{ $message }}
@enderror

@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection