@extends('user.layout') @section('title') {{__('message.Change Password')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Change Password')}}

{{__('message.Change Password')}}

@if(Session::has('message'))
@endif
{{csrf_field()}}
{{__("message.Cancel")}}
@stop @section('footer') @stop