@extends('layouts.app') @section('title') Password Change @endsection @push('custom-css') @endpush @section('content')
Change Password
@if (session('success')) @elseif(session('error')) @endif
@csrf
@error('current_password')
{{ $message }}
@enderror
@error('new_password')
{{ $message }}
@enderror
@endsection @push('custom-js') @endpush