@extends('landing.layouts.main') @section('title', 'Reset Password - e-Kostan') @section('content')
@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @csrf

    Reset Password

    Dont have a account ? Register

    Already have a account ? Login

    @endsection @section('script') @if(Session::get('resetpassword')) @endif @if(Session::get('emailtidakada')) @endif @endsection