Republic of the Philippines
NATIONAL WATER RESOURCES BOARD
8th Floor NIA Building, EDSA, Quezon City
Telefax (02) 8920-2714
APPLICATION FOR
CERTIFICATE OF PUBLIC CONVENIENCE
Accomplish this form in six (6) copies.
Attach separate sheet if more space is required.
Water Service
Provider (WSP)
Category¹ {{$application->cat_id ?? 'N/A'}}
{{-- cat_id (1 = A, 2 = B, 3 =C) --}}
Case Number
{{ $application->docket_code ?? 'N/A' }}
Name of Applicant
{{ $application->applicant_name ?? 'N/A' }}
Mailing Address
{{ $application->mailing_address ?? 'N/A' }}
Email Address
{{ $application->email_address ?? 'N/A' }}
Contact No.
{{ $application->contact_number ?? 'N/A' }}
Citizenship
{{ $application->citizenship ?? 'N/A' }}
TIN
{{ $application->tin ?? 'N/A' }}
Year Operations Started
{{ $application->year_operation ?? 'N/A' }}
Filing Fee Amount
{{ $application->filing_fee ?? 'N/A' }}
OR No.
{{ $application->or_no ?? 'N/A' }}
Date Paid
{{ $application->date_paid ?? 'N/A' }}
@php
$subdivisions = $application->subdivision ?? [];
$allSubs = collect($subdivisions)
->flatMap(fn($division) => $division)
->filter()
->values()
->all();
$barangays = $application->brgys ?? [];
$municipalities = collect($application->muniData ?? [])->pluck('name')->all();
$provinces = collect($application->provsData ?? [])->pluck('name')->all();
$hasManyColumns =
count($allSubs) > 3 ||
count($barangays) > 3 ||
count($municipalities) > 3 ||
count($provinces) > 3;
@endphp
@if ($hasManyColumns)
| Subdivision |
See the Checklist Location of Service Area Below |
|
|
| Barangay |
|
|
|
| Municipality |
|
|
|
| Province |
|
|
|
@else
{{-- Subdivision --}}
| Subdivision |
@foreach ($allSubs as $sub)
{{ $sub }} |
@endforeach
{{-- Barangay --}}
| Barangay |
@php
$data = $barangays;
$count = count($data);
$i = 0;
@endphp
@while ($i < $count)
@php
$current = $data[$i];
$colspan = 1;
while (($i + $colspan) < $count && $data[$i + $colspan] === $current) {
$colspan++;
}
@endphp
1) colspan="{{ $colspan }}" @endif>
{{ $current }}
|
@php
$i += $colspan;
@endphp
@endwhile
{{-- Municipality --}}
| Municipality |
@php
$data = $application->muniData;
$count = count($data);
$i = 0;
@endphp
@while ($i < $count)
@php
$current = $data[$i]['name'];
$colspan = 1;
while (($i + $colspan) < $count && $data[$i + $colspan]['name'] === $current) {
$colspan++;
}
@endphp
1) colspan="{{ $colspan }}" @endif>
{{ $current }}
|
@php
$i += $colspan;
@endphp
@endwhile
{{-- Province --}}
| Province |
@php
$data = $application->provsData;
$count = count($data);
$i = 0;
@endphp
@while ($i < $count)
@php
$current = $data[$i]['name'];
$colspan = 1;
while (($i + $colspan) < $count && $data[$i + $colspan]['name'] === $current) {
$colspan++;
}
@endphp
1) colspan="{{ $colspan }}" @endif>
{{ $current }}
|
@php
$i += $colspan;
@endphp
@endwhile
@endif
For Bulk Water Seller/Peddler,
Average volume of water delivered per day
(in cu. m.)
| CWP/Water Permit No. |
Source |
Latitude |
Longitude |
Barangay Location of Source |
| Deg. | Min. | Sec. |
Deg. | Min. | Sec. |
@if ($rows <= 4)
@foreach ($rowsData as $row)
| {{ $row['permit_no'] }} |
{{ $row['source'] }} |
{{ $row['deg_latitude'] }} |
{{ $row['min_latitude'] }} |
{{ $row['sec_latitude'] }} |
{{ $row['deg_longitude'] }} |
{{ $row['min_longitude'] }} |
{{ $row['sec_longitude'] }} |
{{ $row['barangay_source'] }} |
@endforeach
@else
| See the Checklist Water Permit below. |
|
| | |
| | |
|
{{-- additional empty rows if needed --}}
@for ($j = 0; $j < 3; $j++)
| |
| | |
| | |
|
@endfor
@endif
| If water is bulk supplied, copy of agreement/contract/receipt |
|
See back page for pertinent requirements
I hereby certify that the information given above and the documents
submitted are true and correct to the best of my knowledge and belief.
Subscribed and sworn to before me on this date:
¹ How to Determine the Water Service Provider Category
Water utilities operating for profit:
- Privately-owned or privately run WUs; or
- Government-owned and government-run WUs
that opted to be classified or NWRB has
classified as Category A; or
- Community-based WUs that:
- Have expanded/ are expanding outside original area of jurisdiction, or
- Opted to be classified or NWRB has classified it as Category A
Government-owned or controlled, and
government-run WUs that do not opt
to be classified as Category “A” or
NWRB has classified as Category B
Community-based WUs that:
-
Are not operating for profit;
- Have not expanded/ are not
expanding outside their original area
of jurisdiction; or
- Do not opt to be classified as
Category “A”/”B” or NWRB has
classified as Category “A”