@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')

{{ $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

Remarks

@if(in_array(session('current_user.ua_position'), $allowed_users_to_comment)) @else

You don't have the right permission to update the status.

@endif
@if(in_array(session('current_user.ua_position'), $allowed_users_to_comment)) @else

You don't have the right permission to add comments.

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