@extends('layout.master') @section('css') @stop @section('content')

{{' Change Password'}}

@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@stop @section('script') @stop