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

@include('common.notifications') @foreach($permits_arr['data'] as $row) format('Y-m-d H:i:s'); $updatedDate = $updatedInstance->format('Y-m-d H:i:s'); ?> @endforeach
Application # Application Date Requested Use Status Permit Type Date Updated Action
{{ $row['application_code'] }} {{ $submittedDate }} Villa {{ $row['status'] }} {{ $row['permit_type'] }} {{ $updatedDate }}
@endsection @section('page-js') @endsection