@extends('layouts.frontendDashboard.master') @section('title', 'Manage Project Status') @section("body-start")
@endsection @section("content")
@include("frontend.support_agent.project-manage-status.create")
# {{__('Name') }} {{__('Status') }} {{__('Created Date') }} {{__('Updated Date') }} {{__('Action') }}
@endsection @push('scripts') @endpush