@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

Applicant & Property Details

Name

{{ $permit_arr['applicant_name'] }}

Nationality

{{ $permit_arr['nationality'] }}

Email

{{ $permit_arr['email'] }}

Telephone Number

{{ $permit_arr['phone'] }}

Address

{{ $permit_arr['address'] }}, {{ $permit_arr['city'] }}, {{ $permit_arr['region'] }}

Project Location

{{ $permit_arr['project_location'] }}

Permit Type

{{ $permit_arr['permit_type'] }}

Description

{{ $permit_arr['project_description'] }}

Purpose

{{ $permit_arr['land_request_use'] }}

Duration

Date of Application

Processing Days Remaining

Status & Comments

@include('permits.partials.comments-timeline')
{{-- @if(in_array(session('current_user.ua_position'), $allowed_users_to_comment)) --}} {{-- @else --}} {{-- @endif-- }}
{{-- @if(in_array(session('current_user.ua_position'), $allowed_users_to_comment)) --}} {{-- @else --}} {{-- @endif --}}
@endsection @section('page-js') @endsection