@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'] }}

Location

{{ $permit_arr['project_location'] }}

Permit Type

{{ $permit_arr['permit_type'] }}

Duration

Date of Application

Processing Days Remaining

27 Days

Remarks

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