@extends('layouts.dashboard') @section('contents')
@if(Session::has('success')) @endif @if(Session::has('failed')) @endif

Change your password

@csrf
@endsection @section('scripts') @endsection