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

Online TEC Processing System

logo
@if (session('status'))
@endif
Forgot your password?
{{ csrf_field() }}

Don't worry, we'll send you an email to reset your password.

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

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

Return to Home

@endsection`