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

Project Status

Track your project’s stage clearly and stay updated every step of the way.
@include('proedge.project.project_status.table')
Name Actions
 Add Project Status
{{--// Modal for Edit Project Type--}} @endsection