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

Deck Topping Types

Deck Topping Types are used to populate the deck topping type selection drop down on the job contracts page.
Existing Deck Topping Types
@foreach($deckToppingTypes as $deckToppingType) @endforeach
Description Options
{{$deckToppingType->Name}} Edit
Add/Edit List Element
@endsection