@extends('template.coin.layouts.auth-base') @section('title', __('Reset Password')) @section('content')
@csrf
English

Reset your password

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

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

@endif @if(Session::has('sucmessage'))

{{Session::get('sucmessage')}}

@endif @if(Session::has('errmessage'))

{{Session::get('errmessage')}}

@endif
E-mail
Password
Confirm Password
@endsection