@extends('layouts.app') @section('content')
Change Password
@if (count($errors)) @foreach ($errors->all() as $error)

{{$error}}

@endforeach @endif
{{ csrf_field() }}
@if ($errors->has('oldpassword')) {{ $errors->first('oldpassword') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection