@extends('layouts.master-guest') @section('modal') @endsection @section('css') @endsection @section('content') @include('others.form_request', ['frm_method' => 'POST', 'frm_action' => route('create.store'), 'frm_id' => 'save_form'])

Online Travel Tax Processing System

logo
Please enter your user information.
{{ csrf_field() }}
@if($errors->has('username'))
  • {{ $errors->first('username') }}
@endif
@if($errors->has('password'))
  • {{ $errors->first('password') }}
@endif

Trouble logging in? Please contact traveltax.helpdesk@tieza.gov.ph

@endsection @section('scripts') @include('layouts.auth-partials.scripts') @yield('scripts') @yield('additional-scripts') @endsection