@extends('layouts.master') @section('page-title') Permits | {{ $page_title }} @endsection @section('page-css') @endsection @section('page-content') @include('permits.partials.pdf-modal') @include('layouts.partials.permits-navbar') @include('permits.partials.site-inspection')

{{ $permit_arr['application_code'] }} {{ $permit_arr['status'] }}

Actual Project Location & Fees

Status & Comments
Applicant & Property Details
Applicant Name:
{{ $permit_arr['applicant_name'] }}
Nationality:
{{ $permit_arr['nationality'] }}
Telephone Number:
{{ $permit_arr['phone'] }}
Project Location:
{{ $permit_arr['project_location'] }}
Mailing Address:
{{ $permit_arr['address'] }}, {{ $permit_arr['city'] }}, {{ $permit_arr['region'] }}
Permit Type Requested
{{ $permit_arr['permit_type'] }}
Purpose
{{ $permit_arr['land_request_use'] }}
Project Scope:
{{ $permit_arr['project_description'] }}
Attached Documents
Site Plan
site_plan.jpg
Open File
Architectural Drawings
architectural.jpg
Open File
Processing & Duration
Remaining Days
N/A
Applicant to Review
Queried

Applicant was prompted to review their application and update.

Updated by: PPD Head
Application Submitted

Application successfully submitted on LUPMIS Portal

@include('permits.partials.comments-timeline') @endsection @section('page-js') @endsection