<?php

require 'Require.php';
include "Place_Header.php";
include "includables.php";
$user = $_SESSION['Logged_In_User'];
$encoder = new Encoder_Controller($user);
//make an encoder object
$sefers = $encoder->Get_Sefer();
$num_sefer = mysqli_num_rows($sefers);
$streets = $encoder->Get_Streets();
$num_streets = mysqli_num_rows($streets);
?>

	<div class="col-sm-7 list_container margin_0">

		<div class="col-sm-12">

			<div class="panel panel-default">
				<div class="panel-body text-center">
					<h4>Add Street (የመንገድ መጨመርያ)</h4>

				</div>
			</div>


			<?php 
/**
 * if the get server request method has error set
 * inform the admin about the user
 */
require "Require.php";
include "Encoder_Header.php";
include "Includeables.php";
//in here we are going to fetch the regions city sub city kebele sefer
$user = $_SESSION['Logged_In_User'];
$encoder = new Encoder_Controller($user);
//make an encoder object
$Regions = $encoder->Get_Regions();
//gets the region
$City = $encoder->Get_City();
//gets the city
$Sub_City = $encoder->Get_Sub_City();
//gets the sub city
$Wereda = $encoder->Get_Wereda();
//gets the wereda
$Sefer = $encoder->Get_Sefer();
//gets the sefer
$Street = $encoder->Get_Streets();
//gets the street name
?>

	<div class="col-sm-7 list_container margin_0">

	<div class="col-sm-12">

	<div class="panel panel-default">
		<div class="panel-body text-center">
			<h4>Add Building ( ህንጻ መጨመርያ )</h4>

		</div>
	</div>