@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
@endsection