@extends('layouts.master-guest') @section('css') @endsection @section('content')

Online TEC Processing System

logo
@if (session('status'))
@endif
Reset Password

Please enter your user information.

{{ csrf_field() }}
@if($errors->has('email'))
  • {{ $errors->first('email') }}
@endif
@if($errors->has('password'))
  • {{ $errors->first('password') }}
@endif
@if($errors->has('password_confirmation'))
  • {{ $errors->first('password_confirmation') }}
@endif

Don't remember your email? Please contact traveltax.helpdesk@tieza.gov.ph

Return to Home

@endsection`