@extends('layouts.default') @section('page_css') @include('includes.portal-css') @stop @section('content')

Change Password

Home / Change Password

Change Password

@csrf @include('includes.ajax-call-responce-message-block')
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@section('javascript') @include('includes.portal-script') @stop @endsection