@extends('layout.master') @section('title') @if (isset($pageTitle)) {{ $pageTitle }} @endif @endsection @section('main-body')

@if (isset($pageTitle)) {{ $pageTitle }} @endif

@include('layout.message')
{{ Form::open(['route' => 'changePassword', 'files' => 'true']) }}
{{ $errors->first('old_password') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{ Form::close() }}
@endsection @section('script') @endsection