@extends('website::layouts.base') @section('stylesheets') @endsection @section('content')

UNZA Water and Sewer Networks System

For easy management and monitoring of sewer networks and water facilities at the University of Zambia

{!! Form::open(['route' => ['website.search.serial'], 'method' => 'GET', 'class' => 'mbr-form form-with-styler', 'id' => 'searchAssetForm', 'data-form-title' => 'Asset Search']) !!}

Search

Enter the serial number or scan the asset QR code

{{ Form::text('serial_number', '', ['class' => 'form-control', 'id' => 'serial_number', 'autocomplete' => 'off', 'placeholder' => 'Enter serial number', 'data-form-field' => 'Serial Number', 'required']) }}
{!! Form::close() !!}

About

Easy Identification

Be able to identify and have knowledge of water infrastructure distributed around UNZA area

Send Alerts

Notify and send alerts easily and efficiently if you notice any damages or anomaly

News and Information

Gives you first hand news and information of any activities existing around UNZA

Map

News and Information

Follow us online and be the first to know of any events or activities about to take place.

Contacts

{!! Form::open(['route' => ['website.send.enquiry.message'], 'method' => 'POST', 'class' => 'mbr-form form-with-styler mx-auto', 'id' => 'contactUsForm', 'data-form-title' => 'Contact Us']) !!}
{{ Form::text('name', '', ['class' => 'form-control', 'id' => 'name', 'autocomplete' => 'off', 'placeholder' => 'Your Name', 'data-form-field' => 'Name', 'required']) }}
{{ Form::email('email', '', ['class' => 'form-control', 'id' => 'email', 'autocomplete' => 'off', 'placeholder' => 'Your Email', 'data-form-field' => 'Email', 'required']) }}
{{ Form::textarea('message', '', ['class' => 'form-control', 'id' => 'message', 'rows' => '10', 'autocomplete' => 'off', 'placeholder' => 'Your Message', 'data-form-field' => 'Message', 'required']) }}
{!! Form::close() !!}
Email

info@unza.zm

Address

4100 Ross Street, Okawville, IL

Working Hours

9:00 - 18:00

@endsection @section('page_scripts') @endsection