@extends('layouts.front.app') @section('title', 'Change Password - JotiJournal') @section('content')

Change Password

Keep your judicial research account protected with a strong, regularly rotated password.

Update Your Password

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Use 8 or more characters. A mix of letters, numbers and symbols is recommended.
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush