@extends('pleaf-common::layouts.master') @section('title') Change Password @endsection @section('content')

Change Password

@if (count($errors) > 0)
@endif @if (Session::has('message'))
{{Session::get('message')}}
@endif @if (Session::has('successMessage'))
{{Session::get('successMessage')}}
@endif
{{----}} {{-- --}}
{{csrf_field()}}
@endsection