@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')
@endsection