@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.
Add Project Status
{{--// Modal for Edit Project Type--}}
@endsection