Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/public_html/resources/views/auth/passwords/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/resources/views/auth/passwords/reset.blade.php
@extends('frontend_new.layouts.account')

@section('title','RESET PASSWORD')



@section('content')

<div class="page-content">

    <div class="container">

        <div class="row">

            <!--  start create account-->

            <div class="col-xs-12 col-sm-12 col-md-12">

                <!--start title form-->

                <div class="treatment-title">

                    <b>RESET</b> PASSWORD

                </div>

                <!--start title form-->



                <!--start form create account-->

                <div class="text-zone-description">



                    <!--start login form-->

                    <form role="form" method="POST" action="{{ url('/password/reset') }}">

                        {{ csrf_field() }}



                        <input type="hidden" name="token" value="{{ $token }}">



                        <div class="form-group">

                            <label for="email">Email Address</label>

                            <input id="email" type="email" class="form-control" name="email" value="{{ $email or old('email') }}">

                            @if ($errors->has('email'))

                                <div class="text-warning">

                                    {{ $errors->first('email') }}

                                </div>

                            @endif

                        </div>

                        <div class="row">

                            <div class="col-xs-12 col-sm-12 col-md-12">

                                <div class="form-group">

                                    <label for="pass">Password</label>

                                    <input id="pass" type="password" class="form-control" name="password">

                                    @if ($errors->has('password'))

                                        <div class="text-error">

                                            {{ $errors->first('password') }}

                                        </div>

                                    @endif

                                </div>

                            </div>

                            <div class="col-xs-12 col-sm-12 col-md-12">

                                <div class="form-group">

                                    <label for="pass-c">Confirm Password</label>

                                    <input id="pass-c" type="password" class="form-control" name="password_confirmation">

                                    @if ($errors->has('password_confirmation'))

                                        <div class="text-error">

                                            {{ $errors->first('password_confirmation') }}

                                        </div>

                                    @endif

                                </div>

                            </div>

                        </div>



                        <button type="submit" class="btn book-massage-btn btn-block">

                            <i class="fa fa-refresh"></i> RESET PASSWORD

                        </button>

                    </form>

                    <!--end login form-->

                </div>

                <!--end form create account-->

            </div>

            <!--  end create account-->



            <!--  start free space-->

            <div class="col-xs-16 col-md-4"></div>

            <!--  end start free space-->

        </div>

    </div>

</div>

@endsection


ZeroDay Forums Mini