@extends('back.layout') @section('title') {{ __('a50') }} - {{ __('n1') }} @endsection @section('css') @endsection @section('content')

{{ __('a50') }}

@if (count($comments) > 2) @endif
{{-- All Comments --}} @if (count($comments) > 0)
@foreach ($comments as $comment) @endforeach
# {{ __('b3') }} {{ __('b4') }} {{ __('b5') }}
{{ $comment->id }} {{ $comment->comment }} @if ($comment->status == 1) {{ __('b6') }} @else {{ __('b7') }} @endif {{ $comment->task_id }}
@csrf @method('DELETE')
    @else

    {{ __('b8') }}

    @endif
    {{-- Modals --}} {{-- New Comment --}} {{-- Upload From Excel --}} {{-- Delete All Comments --}} {{-- Delete All Task Comments --}} @endsection @section('jss') @endsection