@extends('layouts.nebulox', ['title'=>'Change password','subtitle'=>'Update your password']) @section('content') @if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
Fix the errors below
@endif
Change password
@csrf
@endsection