@extends('layouts.app') @section('content')

Password Change Password Change

{!! Form::open(['url'=>'password/change','files'=>true]) !!}
@if(Session::has('message')) @endif
{!! Form::close() !!}
@endsection @section('js') @endsection