@extends('account_layout') @section('account_content')
Change Password
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::get('fail'))
{{ Session::get('fail') }}
@elseif(Session::get('success'))
{{ Session::get('success') }}
@endif
New Password
Confirm Password
Old Password
@endsection @section('css') @endsection