@extends('layouts.app') @section('content')
@include('proedge.admin.adminPanel')

Permit Types

Permit Types are used to classify the type of permit issued by regulatory agencies.
Existing Permit Types
@foreach($permitTypes as $permitType) @endforeach
Description Options
{{$permitType->Name}} Edit
Add/Edit List Element
@endsection