@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
@foreach($errors->all() as $e) - {{ $e }}
@endforeach
@endif
@endsection