@extends('front.template.master') @section('title', 'Change Password') @section('content') Change Password {{ csrf_field() }} @if(Session::has('success')) {{ Session::get('success') }} @endif @include('admin.partials.flash_message') Current Password: New Password: Confirm Password: @endsection