@extends('layouts.app') @section('content')
@if(isset($is_admin)) @include('proedge.admin.adminPanel') @else @include('proedge.config.adminPanel') @endif

Phase Types

Phase types are used to define distinct phases of work for each job.
Existing Phase Types
@include('proedge.config.project.phaseTypes.table')
Description Estimated
Days
Homeowner
Portal
Whiteboard
Sequence
Options
@endsection @section('footer_scripts') @endsection