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

Projects Types

Projects Types are used to categorize the types of jobs performed by the company.
Projects Types
@include('proedge.config.project.projectTypes.table')
Description Options
Add Project Type
@endsection