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

Approval Types

Approval Types are used to categorize the different types of approvals for jobs done by the company.
Existing Approval Types
@foreach($approvalTypes as $approvalType) @endforeach
Description Options
{{$approvalType->Name}} $approvalType->id])}}')">
Add/Edit List Element
@endsection