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

Finish Colors

Finish Colors are used to populate the finish color selection drop down on the contracts page.
Existing Finish Colors
@foreach($interiorFinishColors as $interiorFinishColor) @endforeach
Description Finish Type Options
{{$interiorFinishColor->Name}} {{$interiorFinishColor->TypeName}} id}}'},'edit_finish_color')"> $interiorFinishColor->id])}}')">
Add/Edit List Element
@include('proedge.modal.admin.add_finish_color')
@endsection