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

Funding Types

Funding Types are used to categorize the different types of funding used for jobs done by the company.
Existing Funding Types
@foreach($fundingTypes as $fundingType) @endforeach
Description Options
{{$fundingType->Name}} Edit
Add/Edit List Element
@endsection