@extends('dash.layouts.app') @section('title') @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Change password @if (Session::has('message')) {{ Session::get('message') }} @endif @csrf Current Password New Password Re-Type New Password Save @endsection @section('js') @endsection