@extends('layouts.home') @section('title',trans('core.title_reset_password')) @section('content')

Change Password

@if(Session::has('warning'))
{{ Session::get('warning') }}
@endif
* @if($errors->has('password')) @endif
* @if($errors->has('confirm_password')) @endif
CAPTCHA * @if($errors->has('v_captcha')) @endif

Copyright © {{date('Y')}}. All Rights Reserved

@endsection @section('footer') @endsection