@extends('layouts.app') @section('content')

{{ isset($comment) ? 'Edit comment' : 'Manager Comment Section' }}

@include('commons.notifications')
@csrf @if (isset($comment_body)) @method('PUT') @endif

Project Details

{{ $project_arr->project->name }}

{{ $project_arr->project->description }}


Latest Update

Status Description Current Status Date Updated
{{ $project_arr->description }} {{ $project_arr->status }} {{ $project_arr->created_at }}

@endsection