@extends('layouts.master') @section('page-title') Permits | {{ $page_title ?? 'Details' }} @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'] ?? 'REQ-20260312-22AL' }}

{{ $permit_arr['status'] ?? 'SUBMITTED' }}
Applicant & Property Profile
Applicant Name:
{{ $permit_arr['applicant_name'] ?? 'N/A' }}
Nationality:
{{ $permit_arr['nationality'] ?? 'N/A' }}
Telephone Number:
{{ $permit_arr['phone'] ?? 'N/A' }}
Project Location:
{{ $permit_arr['project_location'] ?? 'N/A' }}
Mailing Address:
{{ $permit_arr['address'] ?? 'N/A' }}
Permit Type Requested
{{ $permit_arr['permit_type'] ?? 'N/A' }}
Purpose
{{ $permit_arr['land_request_use'] ?? 'N/A' }}
Project Scope:
{{ $permit_arr['project_description'] ?? 'No scope provided.' }}
Actual Project Location
GPS:
Uploaded Documents
Site Plan Drawing
site_plan.pdf
Open File
Architectural Drawings
architectural.pdf
Open File

Request Required Documents

Select the missing documents the applicant must upload before processing can continue.

Request Sent!
Site Inspection

Generate and manage the official site inspection report for this application.

Payments
Processing & Duration
REMAINING DAYS
N/A
28TH FEB 2026, 11:58 PM - LUPMIS ENGINE
Submission Received

Application successfully uploaded to the Portal by applicant.

Verified by: Applicant Portal
PENDING PROCESS SCHEDULE - LUPMIS ENGINE
Applicant to Review

Applicant asked to review attached documents.

Updated by: Luke Eshun
Status & Comments
Application History

Loading application history...

@endsection @section('page-js') @endsection