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

Trim Tile Types

TrmTile Types are used to populate the trim tile type selection drop down on the job contracts page.
Existing Trim Tile Types
@foreach($trimTileTypes as $trimTileType) @endforeach
Description Options
{{$trimTileType->Name}} Edit
Add/Edit List Element
@endsection