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

Cancellation Types

Cancellation types are used to classify why a contract was cancelled.
Existing Cancellation Types
@foreach($cancellationTypes as $cancellationType) @endforeach
Description Options
{{$cancellationType->Name}} Edit
Add/Edit List Element
@endsection