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

@lang('models/projects.plural')

@include('flash::message')

@lang('models/projects.plural') Detail

Status: {{ $visitSchedule->status }}

Back to Project Details
    @foreach($comments as $comment)
  • {{ $comment->comment }} @if($visitSchedule->status !== 'done') Edit
    @csrf @method('DELETE')
    @endif
  • @endforeach
@if($visitSchedule->status !== 'done')
@csrf
@else
This project is marked as "Done". You can only view the comments.
@endif
@endsection