@extends('layouts.auth.app') @section('title', 'Revise a Bill') @section('content')

Operation Manager - Revise a Bill

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif

Enter Bill Reference Number

@csrf

Enter an Assessment Bill reference (starts with AB) or Service Bill reference (starts with SB)

Information

This page allows you to quickly access a specific bill for revision.

  • Assessment Bills start with AB (e.g., AB00032)
  • Service Bills start with SB (e.g., SB00123)
@endsection